mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-17 21:11:04 +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
|
||
|---|---|---|
| .. | ||
| api.ts | ||
| auth-context.tsx | ||
| auth.middleware.ts | ||
| auth.ts | ||
| constants.ts | ||
| error-tracking.tsx | ||
| generate-id.ts | ||
| glass-effect-manager.ts | ||
| package.json | ||
| posthog.tsx | ||
| queries.ts | ||
| query-client.tsx | ||
| similarity.ts | ||
| tsconfig.json | ||
| types.ts | ||
| utils.ts | ||