Frontend: hard page reload on project delete wipes in-flight state #112
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Verified in
04ce096—deleteProjectalready uses a softrefresh()call (nolocation.reload()). In-flight state preserved.zgaetano referenced this issue2026-05-26 18:22:49 -04:00
Fix Plan — #112 Hard page reload on project delete wipes state
Root cause:
screens-library.jsx:590— delete handler callswindow.location.reload()after successful DELETE. Wipes open modals, search state, scroll position, unsaved drafts.Fix — dispatch custom event, refetch in place:
Files:
screens-library.jsx:590Effort: ~30min
**Priority: P2 — UX