You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Design doc:**[motion-and-high-refresh.md](motion-and-high-refresh.md) — research, current-state audit, and per-platform Hz behavior.
6
6
@@ -13,14 +13,14 @@ Theme: make every animation **smooth and pleasant** through one motion system, a
13
13
14
14
## Scope
15
15
16
-
| ID | Scope | Summary |
17
-
|----|-------|---------|
18
-
|**UI-A1**|`motion`, `core`|**Motion tokens** — `lib/core/motion/` with `QueryaMotion` durations/curves and a `context.motion()` reduced-motion helper. |
19
-
|**UI-A2**|`motion`, `ui`|**Adopt tokens** — replace magic durations/curves in dialogs, dropdowns, tree, workspace panel, connection forms (no layout regressions). |
20
-
|**UI-A3**|`motion`, `ui`|**Smoother transitions** — dialog retune, dropdown enter animation, `AnimatedSize` tree expand/collapse, `AnimatedSwitcher` tab/content cross-fade. |
21
-
|**UI-A4**|`performance`, `platform`|**High refresh rate** — `refresh_rate` (or wrapper): unlock on macOS 14+ in `main()`, query active Hz, debug-only FPS/Hz overlay. Verify Windows/Linux follow the monitor. |
|**UI-A1**|[#173](https://github.com/QueryaHub/Querya-Desktop/issues/173)|`motion`, `core`|**Motion tokens** — `lib/core/motion/` with `QueryaMotion` durations/curves and a `context.motion()` reduced-motion helper. |
19
+
|**UI-A2**|[#171](https://github.com/QueryaHub/Querya-Desktop/issues/171)|`motion`, `ui`|**Adopt tokens** — replace magic durations/curves in dialogs, dropdowns, tree, workspace panel, connection forms (no layout regressions). |
20
+
|**UI-A3**|[#172](https://github.com/QueryaHub/Querya-Desktop/issues/172)|`motion`, `ui`|**Smoother transitions** — dialog retune, dropdown enter animation, `AnimatedSize` tree expand/collapse, `AnimatedSwitcher` tab/content cross-fade. |
21
+
|**UI-A4**|[#174](https://github.com/QueryaHub/Querya-Desktop/issues/174)|`performance`, `platform`|**High refresh rate** — `refresh_rate` (or wrapper): unlock on macOS 14+ in `main()`, query active Hz, debug-only FPS/Hz overlay. Verify Windows/Linux follow the monitor. |
0 commit comments