BeaconCMS / beacon_live_admin

Phoenix LiveView Admin Panel to manage Beacon CMS sites.
https://beaconcms.org
MIT License
50 stars 21 forks source link

Publish Page should save changes #283

Open leandrocp opened 3 hours ago

leandrocp commented 3 hours ago

Currently the Publish Page button only publishes the latest saved page, ie: it doesn't save the page before publishing. Which is misleading and may cause content loss since users may expect the Publish button to save changes.

So it should try to save changes before publishing, automatically.

On both code editor and visual editor pages.

leandrocp commented 3 hours ago

Related to https://github.com/BeaconCMS/beacon/issues/620