[Medium] Rename project from Library doesn't refresh sidebar rail #45
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?
File: screens-library.jsx:368
Severity: Medium
After renaming a project via the Library's project context menu, onSaved only closes the modal. Project names in the sidebar rail stay stale until full page reload. Compare with Projects screen which calls refresh() after rename.
Fix: Add a project list refresh after rename.