This repository was archived by the owner on May 25, 2026. It is now read-only.
fix(a11y): touch targets, dark color-scheme, focus rings - #76
Merged
Conversation
ivorycrayon
force-pushed
the
ui-audit-2026-05-24
branch
from
May 24, 2026 23:06
35eefe1 to
bb74c30
Compare
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
What
Five files, +22/-7. Tailwind class adjustments and a Next 15 viewport export. No behaviour change.
PlaylistRow.tsx: picker shuffle buttonmin-h-[44px](was 32px on mobile),px-2→px-3. Desktopsm:tier untouched.layout.tsx: footer linksinline-block py-1.5for ~2x hit area; logged-out calloutpy-0.5+decoration-2 underline-offset-2.globals.css:html { color-scheme: dark }so scrollbars and autofill chrome pick up dark UA styling.viewportexport:themeColor: "#09090b"so mobile browser chrome blends on first paint.focus-visible:outline-2 outline-offset-2 outline-brandon all primary CTAs and footer links.Why
2026-05-24 mobile audit found three clusters: touch targets below 44px (Apple HIG / Material minimum), native chrome rendering in light mode despite dark canvas, and unstyled browser focus rings. All three are structural gaps — not visual polish.