UI consistency pass: encoding fix, confirm parity, double-submit guards, error surfacing, a11y labels #69
Labels
No labels
area:ai
area:ci-cd
area:notifications
area:observability
area:public-pages
backlog
bug
duplicate
enhancement
help wanted
invalid
question
type:decision
type:feature
type:infra
type:maintenance
type:security
v1.0.1
v1.1.0
v1.2.0
v1.3.0
v2.0.0
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
rbrooks/WeatherBot#69
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Mechanical cleanup, one PR:
✕with✕(dashboard.html:200, channels.html:264);standardize the literal
Xat dashboard.html:226removeSub(channels.html:352-362) — parity withremoveLocationSub(locations.html:236-260) to submitAddChannel/submitEditChannel/
addSubscription/submitEditLocation/submitEditLocationSub
audit report F-30)
partials/location_subs_list.html:29)
--color-accent(app.css:434)an unescaped-innerHTML hazard if ever revived
Filed from the 2026-07-17 codebase audit (
docs/.internal/report-2026-07-17.md), finding F-30.Done in #107 (merged). All checklist items:
✕→✕encoding fix + close-glyph standardization;confirm()added toremoveSub(parity withremoveLocationSub); double-submit guards applied to submitAddChannel/submitEditChannel/addSubscription/submitEditLocation/submitEditLocationSub; user-facing errors moved fromalert()to inline error divs (all ~22 error sites via a sharedshowInlineErrorhelper — broader than the 7 the audit listed, per item 4's intent; the one genuine successalert()in testModel left as-is);aria-labelon the icon-only remove buttons;--color-accentreplaced with the defined--color-primary; dead unreachableafterSwapJSON block deleted (partials render HTML, never JSON). Bulk suite stayed green (658).