beacon_live_admin
beacon_live_admin copied to clipboard
Admin UI to manage content for sites built by Beacon
Depends on https://github.com/BeaconCMS/beacon/pull/350
https://github.com/BeaconCMS/beacon_live_admin/assets/13787741/83eb4542-29ab-4f40-8569-ac84acf6a4e6
# Demo https://github.com/BeaconCMS/beacon_live_admin/assets/13787741/4663032c-5a29-455a-8ea6-02c7c3572b6a
https://github.com/BeaconCMS/beacon_live_admin/issues/111#issuecomment-2052654302
https://github.com/BeaconCMS/beacon_live_admin/issues/111#issuecomment-2052659296
https://github.com/BeaconCMS/beacon_live_admin/issues/111#issuecomment-2040299430
A meta issue to keep track of actionable feedback from the recent released Visual Page Builder ## v0.1 (by priority) - [x] BeaconCMS/beacon_live_admin#155 - [x] BeaconCMS/beacon_live_admin#154 - [x] BeaconCMS/beacon#506 -...
Currently the Visual Page Builder doesn't support requiring Tailwind plugin modules, eg: ```js let plugin = require('tailwindcss/plugin') ``` But since that's very common practice, we have to fix it. Ref...
Some of the blueprint components were initially created as a placeholder to be improved in the future, ie: replace dummy content with actual components. We need to revisit those components...
The form - to create a new path or edit an existing one - is not properly backed by a changeset. I think this is an artifact from a previous...