learning_ai_notes/web/src/components
Saravana Achu Mac a493e83ae4 fix: correct BroadcastBanner and SurveyBanner API usage
BroadcastBanner: use {messages} destructure from listMessages(),
replace broken pollMessages callback with manual setInterval refetch,
use real InAppMessage type from @bytelyst/broadcast-client.

SurveyBanner: destructure {survey} from getActiveSurvey(), replace
broken pollSurveys callback with manual setInterval, pass typed
QuestionAnswer objects to submitAnswer() instead of raw strings,
align question type rendering with actual API types (single_choice,
rating, nps, text_short, text_long, etc).

Made-with: Cursor
2026-03-29 22:10:07 -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
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
CreateWorkspaceModal.tsx feat: add auth pages, AuthGuard, Tiptap editor, workspace CRUD, toast notifications 2026-03-29 20:38:33 -07:00
KeyboardShortcuts.tsx feat(web): saved views CRUD, keyboard shortcuts, debounced search 2026-03-10 19:39:28 -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 feat: add auth pages, AuthGuard, Tiptap editor, workspace CRUD, toast notifications 2026-03-29 20:38:33 -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 fix(web): wire responsive sidebar — add toggle to AppShell, open prop on Sidebar, CSS !important overrides 2026-03-29 00:03:27 -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