saravanakumardb1
582936ad65
feat(repo): migrate chronomind workspace to pnpm
...
- Add pnpm-workspace.yaml (backend + web + common-plat packages)
- Add root package.json with workspace scripts and pnpm config
- Add packageManager: pnpm@10.6.5 to backend/web manifests
- Remove package-lock.json files, generate pnpm-lock.yaml
- Add root .gitignore (was missing)
- Update CI to use pnpm workspace commands
- Add transpilePackages + webpack symlinks to next.config.ts
- Update docker-prep.sh for backend + web consumers
- Rewrite backend/web Dockerfiles to .docker-deps consumer pattern
- Add .dockerignore
Verified: typecheck + 576 tests (182 backend + 394 web) + builds pass
Docker: backend + web smoke builds pass
2026-03-22 19:11:01 -07:00
saravanakumardb1
403d35e016
chore(web): update lockfile + regenerate service worker
2026-03-12 17:25:20 -07:00
saravanakumardb1
233fde8f99
docs(roadmap): mark completed items from web polish session
...
- Zod form validation (02ac682 )
- 3-step onboarding walkthrough + tooltip hints (4e1a22f )
- Ambient background sounds in focus mode (4e1a22f )
- Custom pre-warning messages per timer (d3b55a2 )
- Routine preview timeline in editor (c5c8000 )
- Chain badge on TimerCard (existing)
2026-02-28 13:46:15 -08:00
saravanakumardb1
c5c800077c
feat(web): add routine preview timeline in editor
...
- Visual horizontal bar chart showing step durations proportionally
- Color-coded segments with golden-angle hue distribution
- Time markers (start/end) and step legend
- Updates live as steps are added, removed, or reordered
2026-02-28 13:38:48 -08:00
saravanakumardb1
639d606233
feat(web): add Playwright E2E tests, service worker, package updates
2026-02-27 22:37:04 -08:00