Full deployment history for this project.
Merge pull request #4 from mbarbine/palette/learning-sidebar-a11y-17259661445851026700 🎨 Palette: Improve label-input accessibility on Edit Definition form
🎨 Palette: Improve label-input accessibility on Edit Definition form Add unique IDs and associate corresponding labels with 'htmlFor' attributes in the 'Edit Definition' dialog in the learning sidebar. This guarantees that clicking labels focuses their inputs and enables screen readers to correctly read and pair them. Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
Merge pull request #3 from mbarbine/bolt/sidebar-memo-group-by-2425647100872791430 ⚡ Bolt: Optimize NotebooksSidebar with memoization and O(N) grouping lookup
⚡ Bolt: Optimize NotebooksSidebar with memoization and O(N) grouping lookup - Added React useMemo memoization to favoriteNotes, visibleNotes, and recentNotes in NotebooksSidebar. - Eliminated O(M * N) nested loop nested lookups inside notebooks list rendering by pre-grouping notes in linear O(N) time with a Map. - Prevented garbage collection and computation overhead from mapping tags repeatedly on keystrokes. Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
palette: Add double-confirmation safety dialogs for notes and notebooks - Added interactive confirmation modals for note and notebook deletion. - Solved unmounted focus conflicts using setTimeout delays. - Updated acceptance test assertions for menu actions. - Completed full unit, integration, and platform contract verification. Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
fix: declare canonical platform sources
fix: declare canonical platform sources
fix: canonicalize Note domain identity
fix: canonicalize Note domain identity
fix: canonicalize Note domain identity
ci: use current GitHub action runtimes
ci: schedule production Playwright regression
feat: make Notes Aurora and Trace observable
feat: make Notes Aurora and Trace observable
feat: make Notes Aurora and Trace observable
feat: make Notes Aurora and Trace observable
feat: make Notes Aurora and Trace observable
Improve note-native integrations and MCP commands
Improve note-native integrations and MCP commands
Enhance notes UX and add Playwright coverage
Enhance notes UX and add Playwright coverage
Enhance notes UX and add Playwright coverage