gsxdsm
|
39d96bc83b
|
FN-5913: fix dashboard spinner anchoring
Keep dashboard loading spinners rotating around the correct center.
- switch shared SVG spinner utilities from fill-box to view-box anchoring
- factor spinner CSS assertions into a shared contract helper
- add lucide Loader2 coverage and a regression test against fill-box anchoring
Files changed:
.../app/__tests__/spinner-animation.css.test.ts | 50 ++++++++++++++--------
packages/dashboard/app/styles.css | 2 +-
2 files changed, 34 insertions(+), 18 deletions(-)
Fusion-Task-Id: FN-5913
Fusion-Task-Lineage: 5fbf2577-301e-4813-ac15-30a73267d155
|
2026-06-02 19:13:24 -07:00 |
|
gsxdsm
|
b6c15fe470
|
FN-5855: fix frozen dashboard spinners
Restore shared spinner animation behavior for dashboard AI activity indicators.
- switch BackgroundTasksIndicator loaders to the shared animate-spin utility class
- anchor shared spin utilities on SVG centers with transform-origin and transform-box rules
- add CSS regression tests covering global spin keyframes and spinner utility styles
Files changed:
.../app/__tests__/spinner-animation.css.test.ts | 50 ++++++++++++++++++++++
.../app/components/BackgroundTasksIndicator.tsx | 9 ++--
packages/dashboard/app/styles.css | 7 +++
3 files changed, 60 insertions(+), 6 deletions(-)
Fusion-Task-Id: FN-5855
Fusion-Task-Lineage: b94d4333-2e78-4c4b-a304-5a13b797bbc6
|
2026-06-01 23:29:21 -07:00 |
|