Skip to content

Add folder picker to the session toolbar - #6928

Merged
cursor[bot] merged 2 commits into
mainfrom
cursor/folders-toolbar-24d2
Aug 19, 2026
Merged

Add folder picker to the session toolbar#6928
cursor[bot] merged 2 commits into
mainfrom
cursor/folders-toolbar-24d2

Conversation

@ComputelessComputer

@ComputelessComputer ComputelessComputer commented Aug 19, 2026

Copy link
Copy Markdown
Collaborator

The session toolbar now has a place to create and select folders, and the summary / memo / transcript tabs sit on the right next to the calendar control.

What changed

  • Left toolbar: a folder picker plus the editable note title. Users can search existing folders, create a new one, or remove the note from its folder. Folders are a single level only — nested paths like work/meetings are rejected.
  • Right toolbar: the summary / memo / transcript pill moves left of the calendar / meeting control, then share and overflow stay as they were.
  • Folders are stored on the session as folder_path (already in SQLite). The picker lists distinct top-level names from existing notes. If a note already has a nested path, the picker shows the first segment and writing a folder flattens it.

Tests

  • Folder path helpers (single-level normalize, nested reject, top-level listing)
  • Folder picker select / create / remove / nested-name reject
  • Title breadcrumb with picker
  • View switcher placement next to the calendar control
  • Existing header and note-input tab tests updated for the split components
Open in Web Open in Cursor 

Move the summary/memo/transcript tabs to the right of the session header, next to the calendar control, and put folder create/select in their previous left slot so notes can be assigned to folders from the toolbar.

Co-authored-by: John Jeong <ComputelessComputer@users.noreply.github.com>
@netlify

netlify Bot commented Aug 19, 2026

Copy link
Copy Markdown

Deploy Preview for anarlog canceled.

Name Link
🔨 Latest commit 75713cc
🔍 Latest deploy log https://app.netlify.com/projects/anarlog/deploys/6a85e2e9952f1000081df660

Reject nested paths in the folder picker so notes can only live in top-level folders, not subfolders.

Co-authored-by: John Jeong <ComputelessComputer@users.noreply.github.com>
@ComputelessComputer
ComputelessComputer marked this pull request as ready for review August 19, 2026 17:52
@cursor
cursor Bot merged commit 468d303 into main Aug 19, 2026
16 checks passed
@ComputelessComputer
ComputelessComputer deleted the cursor/folders-toolbar-24d2 branch August 19, 2026 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants