-
Notifications
You must be signed in to change notification settings - Fork 0
Apps/roadmap/color updates #170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR implements color and font updates for the roadmap app, along with UI improvements and dependency updates. The changes enhance accessibility and visual consistency while adding a debounced loading state.
Key changes:
- Updated to Atkinson Hyperlegible Next font family for improved accessibility
- Refined color schemes for pills, buttons, and navigation elements with better contrast in dark mode
- Added debounced loading state to prevent flashing UI during quick loads
Reviewed Changes
Copilot reviewed 9 out of 38 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| pnpm-lock.yaml | Updated dependencies (@biomejs/biome, browserslist, rollup, etc.) |
| package.json | Updated biome and browserslist versions |
| apps/roadmap/package.json | Added @instructure/debounce dependency, version bumped to 1.0.2 |
| apps/roadmap/src/App.tsx | Added font configuration, debounced loading state implementation |
| apps/roadmap/src/components/loading.tsx | Added focusInverseOutlineColor theme overrides to links |
| apps/roadmap/src/components/cardOverlay.tsx | Enhanced pill colors with lighten utility for dark mode, added darken import, adjusted padding and gap |
| apps/roadmap/src/components/card.tsx | Updated button and pill colors, improved contrast for dark mode, refined spacing |
| apps/roadmap/src/assets/fonts/*.css | Added Atkinson Hyperlegible Next font family definitions |
| apps/roadmap/src/assets/fonts/*.woff2 | Added font files (binary) |
| apps/roadmap/public/themeEditor.css | Added font-face declarations and navigation styling updates |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 9 out of 38 changed files in this pull request and generated 3 comments.
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
No description provided.