sveltia / sveltia-cms

Alternative to Netlify/Decap CMS. Fast, lightweight, Git-based headless CMS. Modern UX, first-class i18n support, open source & free. Made with Svelte.
MIT License
863 stars 43 forks source link

Display if changes are deployed #54

Open frankbits opened 1 year ago

frankbits commented 1 year ago

DecapCMS seems to have something like this for its editorial workflow. Seeing if/when the made changes are deployed or if there was an error would be very beneficial for content editors (and developers).

kyoshino commented 1 year ago

I’d like to add this once Editorial Workflow is implemented in Sveltia CMS. I think Netlify/Decap CMS just fetches the URL every few seconds to get the deployment status (that’s why there’s a refresh button) but it could be done smartly by integrating GitHub Actions 😄

One of my clients casually uses Editorial Workflow in Netlify CMS, so I’m going to implement it sooner or later.