You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved memo deletion responsiveness by applying optimistic cache updates in the workspace UI.
Deleting a memo now immediately removes it from the visible list, switches to the adjacent memo, and updates notebook counts while the API request completes in the background.
Added rollback handling so the previous list, memo detail, notebook count, selected memo, and active pane are restored if deletion fails.