From 954bf8fe383a1671cc469e1eac6d5bab61a04e48 Mon Sep 17 00:00:00 2001 From: iris Date: Mon, 22 Jun 2026 00:08:37 +0200 Subject: [PATCH] docs(web-ui): deny dialog uses themedPrompt textarea, not window.prompt The deny-reason dialog moved from window.prompt() to a themed resizable textarea (Enter submits, Shift+Enter newline). Update the dashboard route reference that still described the old single-line window.prompt() flow. Closes #1849. --- docs/web-ui/dashboard.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/web-ui/dashboard.md b/docs/web-ui/dashboard.md index 189aafc8..0328ed54 100644 --- a/docs/web-ui/dashboard.md +++ b/docs/web-ui/dashboard.md @@ -979,7 +979,10 @@ that's a browser-level decision, not ours. approval with an optional operator-supplied reason. The reason travels to the manager as `HelperEvent::ApprovalResolved.note` and also rides on the dashboard's `ApprovalResolved` event. - Dashboard prompts via `window.prompt()` on click. + Dashboard prompts via the themed `themedPrompt()` dialog on + click — a resizable `