From 9a8b82eca5eaa42b390913c3e9351b75c27aa5c4 Mon Sep 17 00:00:00 2001 From: Falkan Date: Tue, 17 Mar 2026 19:51:09 -0400 Subject: [PATCH] =?UTF-8?q?docs:=20backlog=20=E2=80=94=20admin=20UI=20for?= =?UTF-8?q?=20YOLO=20mode=20label/description=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BACKLOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/BACKLOG.md b/BACKLOG.md index 7c81c1e..9815ce9 100644 --- a/BACKLOG.md +++ b/BACKLOG.md @@ -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 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 once. Should show a confirmation dialog listing the units to be deleted before committing.