supermemory/apps
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
..
browser-extension feat: add codex and revamp plugins page (#931) 2026-05-11 23:13:08 +00:00
docs docs: align vibe-coding prompt + install guide with canonical API (#976) 2026-05-19 15:27:20 -07:00
mcp Update chat empty state and Auto space mode (#954) 2026-05-16 23:55:34 -07:00
memory-graph-playground use portless 2026-05-06 22:42:34 -07:00
raycast-extension feat: mobile responsive, lint formats, toast, render issue fix (#688) 2026-01-21 03:11:53 +00:00
web feat: add Save to Space button in Nova chat UI 2026-05-22 14:04:22 +00:00