Note the motion token drift between CSS and motion.ts

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016WzrvW7rjQbynnhF6pxh6i
This commit is contained in:
Melvin Strobl
2026-08-15 19:47:09 +02:00
co-authored by Claude Fable 5
parent fd666743d2
commit f05831b4a5
+4
View File
@@ -8,6 +8,10 @@ Deferring because out of scope is fine, but don't mention deferring than.
## Open
- BUG/UI: the CSS duration tokens were retuned to 250/500 ms but `lib/motion.ts` still
carries 200/300, so JS animations (panels, dock, tabs) run at a different speed to CSS
transitions. They are meant to mirror each other; pick the intended values and update
`motion.ts` in both repos.
- BUG/API: `pytest tests/` deletes every user on teardown (`tests/conftest.py`), so running
it against the development database logs you out of the running app. Point tests at their
own database, or reseed with `init_db` afterwards.