fix(app): preserve todo dock across sessions

This commit is contained in:
Brendan Allan 2026-06-25 11:53:37 +08:00
commit b27da40a48
16 changed files with 630 additions and 205 deletions

View file

@ -19,7 +19,7 @@
"serve": "vite preview",
"test": "bun run test:unit && bun run test:virtualizer",
"test:unit": "bun test --only-failures --preload ./happydom.ts ./src",
"test:virtualizer": "bun test --conditions=browser --preload ./happydom.ts ./test-browser/solid-virtual.test.ts",
"test:virtualizer": "bun test --conditions=browser --preload ./happydom.ts ./test-browser/solid-virtual.test.ts ./test-browser/motion-spring.test.ts",
"test:unit:watch": "bun test --watch --preload ./happydom.ts ./src",
"test:e2e": "playwright test",
"test:e2e:local": "playwright test",