No description
Find a file
lorentz 2906f31502 fix(tasks): keep generate confirmation dialog open during in-flight request
AlertDialogAction closes the dialog synchronously on click before any
awaited handler logic runs, so the disabled/'Generating...' state on the
Confirm button was unreachable. Call event.preventDefault() in
handleConfirmGenerate to suppress Radix's auto-close; the dialog now
closes explicitly via setPreview(null) only on success, and stays open
(with the toast) on error so the user can retry or cancel.
2026-07-18 13:10:42 +00:00
.claude Add: /api/admin/bulk-close-pre-cutoff route with audit logging 2026-05-20 17:27:27 +00:00
dev feat(imageright): finalize two-pass audit engine and task-audit UI polish 2026-07-16 22:52:41 +00:00
ondeck fix(tasks): keep generate confirmation dialog open during in-flight request 2026-07-18 13:10:42 +00:00
tasks Renewal settings, client setup queue, manager setup page, combobox grouping, nav updates 2026-04-10 13:50:04 +00:00
.gitignore chore: ignore .worktrees/ directory for isolated feature work 2026-07-18 10:03:10 +00:00