learning_ai_notes/web/src/components
saravanakumardb1 a3267e4b1b feat(web+backend): add create note, archive/restore, link note flows [B1, B2, B8]
- backend: add POST /notes/:id/restore endpoint (mirrors archive pattern)
- web: CreateNoteModal component (workspace picker, title, body, tags)
- web: LinkNoteModal component (search, select, relationship type picker)
- web: Dashboard 'New Note' button + CreateNoteModal integration
- web: Note detail Archive/Restore buttons + LinkNote button
- web: 4 CreateNoteModal tests + 4 LinkNoteModal tests
- backend: 1 restore integration test
- Total: 76 backend tests, 14 web tests
2026-03-19 08:44:39 -07:00
..
AgentTimeline.tsx feat(web): back review surfaces with backend data 2026-03-10 12:35:16 -07:00
AppShell.test.tsx test(web): add shell and navigation coverage 2026-03-10 09:28:14 -07:00
AppShell.tsx feat(web): harden shell keyboard navigation 2026-03-10 09:14:33 -07:00
ArtifactPanel.tsx feat(notes): add web artifact creation flow 2026-03-10 16:19:36 -07:00
CreateNoteModal.test.tsx feat(web+backend): add create note, archive/restore, link note flows [B1, B2, B8] 2026-03-19 08:44:39 -07:00
CreateNoteModal.tsx feat(web+backend): add create note, archive/restore, link note flows [B1, B2, B8] 2026-03-19 08:44:39 -07:00
KeyboardShortcuts.tsx feat(web): saved views CRUD, keyboard shortcuts, debounced search 2026-03-10 19:39:28 -07:00
LinkedNotesPanel.tsx feat(notes): scaffold product surfaces and backend MCP slices 2026-03-10 08:53:07 -07:00
LinkNoteModal.test.tsx feat(web+backend): add create note, archive/restore, link note flows [B1, B2, B8] 2026-03-19 08:44:39 -07:00
LinkNoteModal.tsx feat(web+backend): add create note, archive/restore, link note flows [B1, B2, B8] 2026-03-19 08:44:39 -07:00
MetadataPanel.tsx fix(notes): link note metadata 2026-03-10 18:04:15 -07:00
NoteEditor.tsx feat(notes): persist web note edits 2026-03-10 16:14:22 -07:00
ProposalReviewCard.tsx feat(notes): enable web review decisions 2026-03-10 16:07:13 -07:00
Sidebar.test.tsx test(web): add shell and navigation coverage 2026-03-10 09:28:14 -07:00
Sidebar.tsx fix(notes): remove hardcoded sidebar note 2026-03-10 17:30:11 -07:00
TaskReviewPanel.tsx feat(notes): add web task creation flow 2026-03-10 16:25:16 -07:00