Merged
Conversation
Contributor
There was a problem hiding this comment.
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>
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.
No description provided.