ui: finish template safety cleanup

This commit is contained in:
a.tolmachev
2026-05-02 13:35:17 +00:00
parent c54d234daa
commit 929c85d5c8
3 changed files with 32 additions and 7 deletions
+4 -4
View File
@@ -2,14 +2,14 @@
## Current
### `feat/frontend-template-safety-cleanup`
### `feat/frontend-css-state-cleanup`
Status: in_progress
DoD:
- local UI helpers do not use `innerHTML` for static SVG or icon insertion
- wizard shell and workspace shell use DOM-based icon and fragment construction
- remaining HTML-bearing i18n/template paths are explicitly isolated and tracked
- UI state visuals are driven by classes or semantic attributes instead of ad-hoc inline style mutation
- button disabled/loading states do not rely on manual style toggles
- wizard and workspace flows keep current behavior after state-class migration
## Next