ui: replace inline state styles with css classes
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user