mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-28 05:25:33 +00:00
### Implemented nova spaces multi-select
##### Summary
- Renamed "All Spaces" to "Nova Spaces" - now filters to only nova content (sm_project_*)
- Added multi-select spaces support via "Select Spaces" modal
- Projects API now returns `{ nova, developer }` instead of `{ projects }`
##### Changes
- `selectedProject` → `selectedProjects[]` (array-based selection)
- New `SelectSpacesModal` component for picking multiple spaces
- Selected spaces appear at top in modal
- Search works by containerTag
- Graphs filter by selected spaces
|
||
|---|---|---|
| .. | ||
| add-document | ||
| chat | ||
| document-cards | ||
| document-modal | ||
| integrations | ||
| mcp-modal | ||
| memory-graph | ||
| onboarding | ||
| settings | ||
| text-editor | ||
| add-space-modal.tsx | ||
| animated-gradient-background.tsx | ||
| document-icon.tsx | ||
| documents-command-palette.tsx | ||
| feedback-modal.tsx | ||
| fullscreen-note-modal.tsx | ||
| graph-layout-view.tsx | ||
| header.tsx | ||
| highlights-card.tsx | ||
| integration-icons.tsx | ||
| integrations-view.tsx | ||
| memories-grid.tsx | ||
| mobile-banner.tsx | ||
| quick-note-card.tsx | ||
| select-spaces-modal.tsx | ||
| share-modal.tsx | ||
| space-selector.tsx | ||
| utils.ts | ||