supermemory/apps/web/components/chat
Vorflux AI 5cf4da0814 feat: add Save to Space button in Nova chat UI
Add a 'Save to [space name]' button in the ChatSidebar component:
- saveState useState to track idle/saving/saved states
- useEffect to reset saveState to idle when new assistant messages arrive
- handleSaveToSpace callback that POSTs to /chat/save-as-document endpoint
- Save button rendered in chatToolbarActions, visible only when messages
  exist and not in auto-space mode

The button shows contextual text: 'Save to {space}', 'Saving...', or
'Saved to space' based on the current save state.
2026-05-22 14:04:22 +00:00
..
input mobile responsiveness pass + connections reauth fix (#959) 2026-05-17 21:49:23 +00:00
message chore: improve the codebase with react doctor (#917) 2026-05-09 19:12:01 +00:00
chat-empty-state.tsx fix(web): org plan badges via org-summaries and refresh Nova chat empty state (#968) 2026-05-18 23:44:09 +00:00
chat-graph-context-rail.tsx Update chat empty state and Auto space mode (#954) 2026-05-16 23:55:34 -07:00
home-chat-composer.tsx Fix Nova chat composer spacing (#958) 2026-05-17 00:43:52 -07:00
index.tsx feat: add Save to Space button in Nova chat UI 2026-05-22 14:04:22 +00:00
model-selector.tsx fix(web): close model selector on outside click (#974) 2026-05-19 14:21:27 -07:00