ui: replace inline state styles with css classes

This commit is contained in:
a.tolmachev
2026-04-12 02:30:24 +03:00
parent b92350a6ac
commit 4d7b11ec96
8 changed files with 56 additions and 22 deletions
+5 -5
View File
@@ -2,18 +2,18 @@
## Current
### `feat/frontend-css-state-cleanup`
### `feat/frontend-performance-polish`
Status: in_progress
DoD:
- button and control state visuals move from inline `element.style` mutations into CSS classes
- wizard navigation and similar interactive UI use semantic state classes instead of manual style strings
- existing UI e2e coverage stays green after the CSS-state cleanup
- repeated O(n) filtering in hot render paths is removed
- tab counts and similar derived UI metrics use cached/derived snapshots instead of recomputing the same filters
- existing UI e2e coverage stays green after the performance polish
## Next
- `feat/frontend-performance-polish`
- `feat/frontend-observability-and-testability`
## Backlog