Conversation
Visual & Theming:
- Fix weather card gradient in dark mode using CSS variables
- Migrate inline styles to semantic CSS classes
- Fix route planner text contrast in dark mode
Loading & Feedback:
- Add skeleton loading states for resort status badges
- Add "last updated" timestamps with auto-refresh for weather and resort data
- Add retry buttons for failed weather/camera requests
- Differentiate error states (weather, alerts, cameras) with AlertTriangle icons
Navigation & Selection:
- Highlight selected resort in sidebar with visual feedback
- Auto-collapse resort list to show only selected resort
- Add Escape key and close button (X) to camera modal
Information Architecture:
- Add route stat sub-labels ("current with traffic", "vs. normal", "past 24h")
- Add empty state onboarding with region selector chips
- Add per-resort error indicators when status fetch fails
Accessibility:
- Add semantic icons to lift status badges (CircleCheck/CircleX)
- Add Trees icon to terrain park badges
- Improve colorblind accessibility through icon shapes
Mobile:
- Reorder camera section for better mobile layout (order: 4)
Components modified: Dashboard, RoutePlanner, ResortList, CameraGrid
New utilities: relativeTime() for human-readable timestamps
CSS: 20+ new classes with dark mode support
Build passes, all 144 tests green. Key updates: Next.js 16.0.10 → 16.1.6 React/React-DOM 19.2.1 → 19.2.4 maplibre-gl 5.14.0 → 5.19.0 lucide-react 0.555.0 → 0.575.0 jsdom 27.2.0 → 28.1.0 cheerio 1.1.2 → 1.2.0 (now bundles its own types, so @types/cheerio was removed) Plus minor/patch bumps across vitest, turf, eslint, typescript-eslint, and others Reverted (not compatible yet): ESLint 10 ecosystem (@eslint/js, eslint, eslint-plugin-react-refresh, globals) — typescript-eslint doesn't support ESLint 10 yet, so these stayed on v9
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Visual & Theming:
Loading & Feedback:
Navigation & Selection:
Information Architecture:
Accessibility:
Mobile:
Components modified: Dashboard, RoutePlanner, ResortList, CameraGrid
New utilities: relativeTime() for human-readable timestamps
CSS: 20+ new classes with dark mode support