Source: docs/audit-2026-05-frontend.md row 3
Severity: Medium
Location: compose.js (485) + compose-sheet.js (556) = 1,041 lines
State-machine cleanup: modes (page/article/AMA/edit/quick) branch on multiple data-* attrs (mode, type, link-url, banner, banner-path-form). Consider a single resolved-state read at sheet open, then mode-specific branches operate on that snapshot. Likely v3.17+ dedicated focus area.
Source: docs/audit-2026-05-frontend.md row 3
Severity: Medium
Location:
compose.js(485) +compose-sheet.js(556) = 1,041 linesState-machine cleanup: modes (page/article/AMA/edit/quick) branch on multiple
data-*attrs (mode, type, link-url, banner, banner-path-form). Consider a single resolved-state read at sheet open, then mode-specific branches operate on that snapshot. Likely v3.17+ dedicated focus area.