ui: remove inactive command palette affordance

This commit is contained in:
a.tolmachev
2026-04-12 02:02:05 +03:00
parent cf3cadce6c
commit f30c63146b
12 changed files with 7 additions and 50 deletions
+7 -6
View File
@@ -2,19 +2,20 @@
## Current
### `feat/frontend-command-palette-decision`
### `feat/frontend-xss-hardening`
Status: in_progress
DoD:
- the `⌘K` affordance in the shell either works end-to-end or is removed everywhere
- no dead command-palette trigger remains in desktop navigation
- EN and RU copy stay aligned for the chosen outcome
- the chosen outcome is verified in the UI smoke path
- API-derived data is not inserted into `innerHTML` without escaping
- shared DOM-safe helpers are introduced for frontend rendering paths that still need markup
- known unsafe rendering paths from `__REVIEW_FRONT.md` are removed or hardened
- the current UI behavior remains intact after the hardening pass
- targeted frontend smoke checks cover the touched pages
## Next
- `feat/frontend-xss-hardening`
- `feat/frontend-shell-unification`
## Backlog