managarten/packages/shared-ui/src/navigation
Till JS 2e4bb9bad7 feat(local-first): add local-first architecture with Dexie.js, Go sync server, and Todo pilot
Implement the foundational local-first data layer for ManaCore apps:

- New @manacore/local-store package (Dexie.js IndexedDB, sync engine, Svelte 5 reactive queries)
- New mana-sync Go service (sync protocol, WebSocket push, field-level LWW conflict resolution)
- Todo app migrated as pilot: stores read/write IndexedDB, guest mode with onboarding seed data
- PillNavigation: prominent login pill for unauthenticated users
- SyncIndicator component showing local/syncing/offline status
- GuestWelcomeModal on first visit for Todo app
- Removed demo-mode auth_required checks from Todo components (all writes are now local)
- CSP fix for local development (localhost:3001, localhost:3050)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-27 11:17:58 +01:00
..
expandable-toolbar feat(ui): add shared ExpandableToolbar and unify toolbar dropdowns 2025-12-14 16:14:30 +01:00
index.ts feat(tags): implement cross-app tag system with groups and entity links 2026-03-26 20:43:34 +01:00
Navbar.svelte style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
NavLink.svelte style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
PillDropdown.svelte feat(shared): add helpHref/themesHref to PillNav, shared Mana & Privacy FAQs 2026-03-26 14:28:38 +01:00
PillNavigation.svelte feat(local-first): add local-first architecture with Dexie.js, Go sync server, and Todo pilot 2026-03-27 11:17:58 +01:00
PillTabGroup.svelte fix(todo): pixel-perfect skeleton loaders, PillNav tab group, and SSR head fix 2026-03-23 20:51:41 +01:00
PillTagSelector.svelte feat(calendar): integrate TagStrip into PillNavigation dropdown 2026-02-13 22:42:11 +01:00
PillTimeRangeSelector.svelte feat(ui): add elevation system for overlays and modals 2025-12-13 15:00:33 +01:00
PillToolbar.svelte feat(calendar): improve navigation layout controls and sidebar integration 2025-12-12 13:13:45 +01:00
PillToolbarButton.svelte fix(ui): replace hardcoded colors with theme variables 2025-12-13 14:40:16 +01:00
PillToolbarDivider.svelte feat(shared-ui): add QuickInputBar and PillToolbar components 2025-12-12 02:17:17 +01:00
PillViewSwitcher.svelte fix(ui): replace hardcoded colors with theme variables 2025-12-13 14:40:16 +01:00
Sidebar.svelte style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
SidebarSection.svelte style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
TagStrip.svelte fix(tags): transaction on sync, scroll indicator, backend tests (37 tests) 2026-03-26 22:00:12 +01:00
types.ts ♻️ refactor(shared-ui): simplify PillNavigation - remove sidebar mode 2026-02-17 13:27:23 +01:00