feat(web): Current/All space filter + redesigned chat history sheet#1050
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
supermemory-app | ad5734c | Commit Preview URL Branch Preview URL |
Jun 05 2026, 03:03 PM |
How to use the Graphite Merge QueueAdd the label Main to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
|
Claude finished @MaheshtheDev's task in 1m 44s —— View job Code Review Complete
Overview: Adds a Current/All space scope toggle to the chat history sheet with search functionality and date-grouped thread display. Issues found: None — this looks good to ship. The implementation is solid:
Score: 10/10 |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
supermemory-mcp | ad5734c | Jun 05 2026, 03:01 PM |
There was a problem hiding this comment.
Overview: Adds a Current/All space scope toggle to the chat history sheet with search functionality and date-grouped thread display.
Issues found: None — this looks good to ship.
The implementation is solid:
- URL construction using
URLSearchParamsis safe and handles the scope parameter correctly - Date grouping logic properly handles timezone-relative bucketing (Today/Yesterday/etc.)
- Search filtering correctly handles null/undefined titles with
(t.title || "") - State cleanup on sheet close properly resets
confirmingDeleteIdandhistorySearch - The
useMemoforthreadGroupshas correct dependencies (threads,historySearch) - Keyboard accessibility is properly implemented with
role="button",tabIndex={0}, and Enter/Space handling - The
useEffectcorrectly re-fetches whenhistoryScopechanges (viafetchThreadsdependency) - No XSS vulnerabilities — React's built-in escaping handles user content
Score: 10/10
Merge activity
|
…1050) Add a Current/All scope toggle (default Current) to Nova chat history; All fetches threads across every space via the new scope=all API, with each row showing its space. Redesign the sheet to fit the design system: cap width at 380px (was ~92vw), add search, date-grouped rows (Today/Yesterday/Previous 7/30 days/Older), hover-reveal delete, header space chip, solid primary New Conversation button. Part of ENG-728: https://linear.app/supermemory/issue/ENG-728
26a8333 to
ad5734c
Compare

Add a Current/All scope toggle (default Current) to Nova chat history; All fetches threads across every space via the new scope=all API, with each row showing its space.
Redesign the sheet to fit the design system: cap width at 380px (was ~92vw), add search, date-grouped rows (Today/Yesterday/Previous 7/30 days/Older), hover-reveal delete, header space chip, solid primary New Conversation button.
Part of ENG-728: https://linear.app/supermemory/issue/ENG-728