feat(web): polish frontend UI for visual excellence and accessibility#10
Merged
Conversation
- Dark mode: full prefers-color-scheme support across CSS, canvas visualizations, and diagrams with carefully tuned token palette - Accessibility: skip-to-content link, ARIA labels/roles on all interactive elements and canvases, focus-visible outlines, proper label-for associations, aria-live regions for status updates - Navigation: active section highlighting via IntersectionObserver, mobile hamburger menu with slide-in panel, scroll shadow on nav - Interactions: toast notifications replace alert() for validation errors and status feedback, canvas empty states with placeholder messages before training starts, smoother slider with Firefox support - Visual refinements: hero radial gradient background, logo symbol badge, layered shadows (ambient+direct), rounded heatmap cells and bar chart bars, comparison card "Recommended" badge, section fade-in on scroll, training controls card with background surface - Motion: prefers-reduced-motion respected, explicit transition properties (no transition:all), CSS custom properties for durations and easings, compositor-friendly transforms - Responsive: 480px breakpoint for stacked controls, mobile training layout, better section and hero scaling, toast positioning - Typography: tabular-nums for stat values, font-variant-numeric for consistent number rendering in training stats https://claude.ai/code/session_0161HFdyqs4pRWuC3azwwxMi
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.
visualizations, and diagrams with carefully tuned token palette
interactive elements and canvases, focus-visible outlines, proper
label-for associations, aria-live regions for status updates
mobile hamburger menu with slide-in panel, scroll shadow on nav
errors and status feedback, canvas empty states with placeholder
messages before training starts, smoother slider with Firefox support
badge, layered shadows (ambient+direct), rounded heatmap cells and
bar chart bars, comparison card "Recommended" badge, section fade-in
on scroll, training controls card with background surface
properties (no transition:all), CSS custom properties for durations
and easings, compositor-friendly transforms
layout, better section and hero scaling, toast positioning
consistent number rendering in training stats
https://claude.ai/code/session_0161HFdyqs4pRWuC3azwwxMi