feat(M1): Simple Mode for real — 16px base, caption floor, 48px touch targets#601
Merged
Victor "David" Medina (Victor-David-Medina) merged 1 commit intoJun 28, 2026
Conversation
…on floor, 48px touch targets) The mobile-refresh lead sprint. SimpleModeLayer documented base-text-16px, 48px-touch-targets, and max-actions as 'PLANNED (not implemented)' — the three rules that most reduce ADHD/mobile friction. This lands the CSS: - .simple-mode 16px reading base + sub-12px caption floor (text-[10px]/[11px] -> 12px) - 48px min touch targets (WCAG 2.5.5) on button / a[role=button] / [role=tab] / select, with [data-simple-compact] as the explicit escape hatch for dense chip/icon rows - body[data-simple-mode=on] marker so the gate is MEASURED (Playwright-assertable), not prose-claimed - comment moved PLANNED -> IMPLEMENTED honestly; max-3-actions noted as a component convention (M3/M4 nav/focus refresh), not falsely claimed as CSS Builds-ahead — deploys with the Deck. tsc 0; brand-scan 0 errors. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
🛡️ Cascade Quality Score: 100/100
Threshold: 85/100 | Result: PASS ✅ |
92b9cdd
into
main
9 of 10 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Mobile refresh, sprint M1. Lands the three Simple Mode rules SimpleModeLayer documented as PLANNED, not implemented (the audit's honesty gap): 16px reading base + sub-12px caption floor + 48px touch targets (WCAG 2.5.5), with
[data-simple-compact]escape. Addsbody[data-simple-mode=on]as the measurable marker (Playwright-assertable, not prose). Comment moved PLANNED→IMPLEMENTED honestly; max-3-actions noted as a component convention (M3/M4), not falsely claimed. Builds-ahead (deploys with the Deck). tsc 0, brand-scan 0 errors.