-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CMS com live preview #320
Labels
Comments
cc @wisley7l |
leomp12
added a commit
that referenced
this issue
Feb 8, 2024
leomp12
added a commit
that referenced
this issue
Feb 10, 2024
Handling CMS GitHub auth with ecomplus.app and starting live preview with WebContainer + https://github.com/isomorphic-git/isomorphic-git [#320]
leomp12
added a commit
that referenced
this issue
Feb 11, 2024
…files [#320] Saving/retrieving files from IndexedDB is slower than just reinstalling dependencies
leomp12
added a commit
that referenced
this issue
Feb 12, 2024
…er [#320] From learn.svelte.dev implementation https://github.com/sveltejs/learn.svelte.dev/blob/034037fcfe896873354560d9770e54a56e5af7d8/src/lib/client/adapters/webcontainer/index.js Next release to check if dev server starts on production, not starting nor sending any error on localhost inside "parent" Astro dev server
leomp12
added a commit
that referenced
this issue
Feb 13, 2024
…er [#320] By some strange rease on new package-lock.json the `astro dev` server breaks without error log Much laggy in localhost, testing on production
leomp12
added a commit
that referenced
this issue
Feb 19, 2024
leomp12
added a commit
that referenced
this issue
Feb 19, 2024
… preview with post messages For Decap CMS (or other static CMS) preview iframe [#320] Updating Window interface definition with optional CMS config vars SSR context handling `?content:<filename>=<JSON>` on /~preview/* routes Fixed Decap CMS script with new preview approach, try live preview and fallbacks to "hot reload" when live preview not fulffilling all changes Properly setup content/settings config on CMS
leomp12
added a commit
that referenced
this issue
Feb 21, 2024
Last try (on production) with `@webcontainers/api` for #320
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Primeira tentativa com iframe + web containers (cenário ideal, mais próximo do deploy real):
Nesse caso restrito (?) a https://github.com/decaporg/decap-cms ou o fork https://github.com/decaporg/decap-cms
Plano B usando realtime data (
onSnapshot
empublicContent/*
) do Firestore com https://vuefire.vuejs.org/guide/getting-started.html , abordagem parecida com https://keystatic.com/docs/recipes/real-time-previewsThe text was updated successfully, but these errors were encountered: