docs: backlog — admin UI for YOLO mode label/description config
This commit is contained in:
@@ -57,7 +57,12 @@ or "+ Add Group", the current form should be auto-saved before opening the new o
|
|||||||
If the save fails (e.g. missing required field), highlight the erroring field and block
|
If the save fails (e.g. missing required field), highlight the erroring field and block
|
||||||
navigation until it is resolved — don't silently discard the in-progress work.
|
navigation until it is resolved — don't silently discard the in-progress work.
|
||||||
|
|
||||||
### Admin: "Delete" action in the bulk actions menu
|
### Admin: configure YOLO mode label and description via admin page
|
||||||
|
The YOLO mode toggle label and description are currently configurable only by editing
|
||||||
|
`data/config.json` directly (`yoloLabel`, `yoloDescription` fields). Add a settings
|
||||||
|
section to the admin page where these can be edited in-browser and saved via a new
|
||||||
|
`PUT /admin/api/config` endpoint.
|
||||||
|
|
||||||
Add a "Delete" option to the bulk action dropdown so multiple units can be deleted at
|
Add a "Delete" option to the bulk action dropdown so multiple units can be deleted at
|
||||||
once. Should show a confirmation dialog listing the units to be deleted before
|
once. Should show a confirmation dialog listing the units to be deleted before
|
||||||
committing.
|
committing.
|
||||||
|
|||||||
Reference in New Issue
Block a user