managarten/apps/todo/apps/web
Till JS b85c32fcce feat(todo): wire up browser sync with Go server
- Auth store starts/stops sync on login/logout
- LocalStore queues all existing records for initial sync (guest→auth transition)
- LocalCollection.queueAllForSync() creates pending inserts for all local records
- Skips initial queue if sync cursor exists (already synced before)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-27 11:55:32 +01:00
..
e2e test(contacts,todo): add Playwright E2E test suites 2026-03-19 12:24:50 +01:00
scripts fix(manacore): improve dashboard layout polish 2026-03-24 12:21:51 +01:00
src feat(todo): wire up browser sync with Go server 2026-03-27 11:55:32 +01:00
static fix(manacore): improve dashboard layout polish 2026-03-24 12:21:51 +01:00
.env.production.example feat(todo): prepare for production deployment 2026-01-28 14:04:27 +01:00
Dockerfile feat(infra): add sveltekit-base image and build-app script for Mac Mini 2026-03-26 12:17:48 +01:00
package.json feat(local-first): add local-first architecture with Dexie.js, Go sync server, and Todo pilot 2026-03-27 11:17:58 +01:00
playwright.config.ts test(contacts,todo): add Playwright E2E test suites 2026-03-19 12:24:50 +01:00
svelte.config.js 🐛 fix: switch web apps to adapter-node for Docker builds 2025-12-08 16:30:04 +01:00
tsconfig.json feat(contacts): add import/export with Google Contacts integration 2025-12-03 15:54:31 +01:00
vite.config.ts fix(todo): pixel-perfect skeleton loaders, PillNav tab group, and SSR head fix 2026-03-23 20:51:41 +01:00