diff --git a/TASKS.md b/TASKS.md index eeb3163..4334d13 100644 --- a/TASKS.md +++ b/TASKS.md @@ -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 diff --git a/apps/ui/html/wizard/index.html b/apps/ui/html/wizard/index.html index 4ef4df4..a4d168f 100644 --- a/apps/ui/html/wizard/index.html +++ b/apps/ui/html/wizard/index.html @@ -119,7 +119,7 @@