docs: backlog — admin UI for YOLO mode label/description config

This commit is contained in:
Falkan
2026-03-17 19:51:09 -04:00
parent e2e53ca44a
commit 9a8b82eca5

View File

@@ -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.