From a9acc4c2dc3dab76a6e48f7975540fd89db51ddb Mon Sep 17 00:00:00 2001 From: Jennie Robinson Faber Date: Wed, 29 Apr 2026 20:56:21 +0100 Subject: [PATCH] docs(backlog): strike past-events toggle as audited and fixed --- docs/LAUNCH_READINESS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/LAUNCH_READINESS.md b/docs/LAUNCH_READINESS.md index bcd8440..bfdd9de 100644 --- a/docs/LAUNCH_READINESS.md +++ b/docs/LAUNCH_READINESS.md @@ -156,7 +156,7 @@ Context: Phase 4 audit against `docs/specs/events-visual-audit-findings.md` fixe - ~~**Sidebar breakpoint unverified.**~~ Verified clean 2026-04-29 — `.events-mini` hides at ≤1024px cleanly across 1023/1024/1025/1100. Actual rule lives in `EventsMiniSidebar.vue:129` + `ColumnsLayout.vue:83` (audit doc cited the wrong line). - ~~**`EventTicketPurchase.vue:469` magic padding.**~~ Fixed 2026-04-29 (commit `7e44809`); consent block now uses a grid approach. - ~~**`.section-label` extraction candidate.**~~ Verified 2026-04-29 — utility already exists at `main.css:128` and is used in 30+ places. Two scoped overrides intentionally diverge. -- **Past-events toggle component.** Existing, untouched this pass; noted in findings doc as a future consistency check. +- ~~**Past-events toggle component.**~~ Audited 2026-04-29 — consistent with the design system (dashed-border button, gold active state, valid `aria-pressed` toggle). Added missing `:focus-visible` outline in commit `dadec1a`; no other changes warranted. ### Contribution-amount redesign — cosmetic cleanup (naming only, not behavior)