learning_ai_notes/web/src/components
saravanakumardb1 b424b490be fix(web): close tone dropdown on outside click
Add useRef + useEffect mousedown listener to dismiss the Change Tone
dropdown when clicking outside. Prevents stale dropdown from lingering.
2026-04-06 10:46:03 -07:00
..
AgentTimeline.tsx fix(web): replace --ml-* (MindLyst) with --nl-* (NoteLett) CSS namespace across 18 files 2026-03-21 20:18:44 -07:00
AppShell.test.tsx fix(web): add next/navigation mock to AppShell test after client component conversion 2026-03-29 00:09:55 -07:00
AppShell.tsx fix(web): wire responsive sidebar — add toggle to AppShell, open prop on Sidebar, CSS !important overrides 2026-03-29 00:03:27 -07:00
ArtifactPanel.tsx feat: add Pagination component, file upload, fix N+1, remove unused deps 2026-03-29 20:49:13 -07:00
AuthGuard.tsx feat: add auth pages, AuthGuard, Tiptap editor, workspace CRUD, toast notifications 2026-03-29 20:38:33 -07:00
BroadcastBanner.tsx fix: correct BroadcastBanner and SurveyBanner API usage 2026-03-29 22:10:07 -07:00
CommandPalette.tsx feat(ui): add Workspace chat to command palette 2026-03-31 13:06:00 -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: implement WEB_AI_FAST_ROADMAP (web + backend + docs) 2026-03-31 13:00:36 -07:00
CreateWorkspaceModal.tsx feat: add auth pages, AuthGuard, Tiptap editor, workspace CRUD, toast notifications 2026-03-29 20:38:33 -07:00
ExtractedTasksPanel.tsx feat: implement WEB_AI_FAST_ROADMAP (web + backend + docs) 2026-03-31 13:00:36 -07:00
KeyboardShortcuts.tsx feat: implement WEB_AI_FAST_ROADMAP (web + backend + docs) 2026-03-31 13:00:36 -07:00
LinkedNotesPanel.tsx fix(web): replace --ml-* (MindLyst) with --nl-* (NoteLett) CSS namespace across 18 files 2026-03-21 20:18:44 -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(web): replace --ml-* (MindLyst) with --nl-* (NoteLett) CSS namespace across 18 files 2026-03-21 20:18:44 -07:00
NoteEditor.tsx fix(web): close tone dropdown on outside click 2026-04-06 10:46:03 -07:00
NoteVersionsPanel.tsx feat: implement WEB_AI_FAST_ROADMAP (web + backend + docs) 2026-03-31 13:00:36 -07:00
Pagination.tsx feat: add Pagination component, file upload, fix N+1, remove unused deps 2026-03-29 20:49:13 -07:00
ProposalReviewCard.tsx fix(web): replace --ml-* (MindLyst) with --nl-* (NoteLett) CSS namespace across 18 files 2026-03-21 20:18:44 -07:00
Sidebar.test.tsx test(web): add shell and navigation coverage 2026-03-10 09:28:14 -07:00
Sidebar.tsx feat(web): add Smart Actions UI — prompt client, SmartActionsPanel, prompts page 2026-04-06 08:19:35 -07:00
SmartActionsPanel.tsx feat(web): add Smart Actions UI — prompt client, SmartActionsPanel, prompts page 2026-04-06 08:19:35 -07:00
SurveyBanner.tsx fix: correct BroadcastBanner and SurveyBanner API usage 2026-03-29 22:10:07 -07:00
TaskReviewPanel.tsx fix(web): replace --ml-* (MindLyst) with --nl-* (NoteLett) CSS namespace across 18 files 2026-03-21 20:18:44 -07:00