No description
Find a file
lorentz db7ea9fc86 fix(tasks): block Cancel and Escape from closing generate dialog mid-request
AlertDialogCancel and Escape both closed the confirmation dialog via
Radix's default onOpenChange(false) while the generate-and-assign
fetch was still in flight, leaving an orphaned request that could
resolve after the user believed they'd cancelled and could leave
`generating` stuck true. Disable Cancel and suppress onEscapeKeyDown
while `generating` is true so the dialog can only close intentionally
once the request settles.
2026-07-18 13:20:48 +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): block Cancel and Escape from closing generate dialog mid-request 2026-07-18 13:20:48 +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