From f05831b4a567693a89ec857e09d8fb2027f3165d Mon Sep 17 00:00:00 2001 From: Melvin Strobl Date: Sat, 15 Aug 2026 19:47:09 +0200 Subject: [PATCH] Note the motion token drift between CSS and motion.ts Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_016WzrvW7rjQbynnhF6pxh6i --- NOTEPAD.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NOTEPAD.md b/NOTEPAD.md index 78e8007..3e1e2fe 100644 --- a/NOTEPAD.md +++ b/NOTEPAD.md @@ -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.