generated from mantinedev/vite-template
-
Notifications
You must be signed in to change notification settings - Fork 3
Various visual fixes and improvements #536
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
Merged
Merged
Conversation
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
…d cache collision
|
The latest updates on your projects. Learn more about Vercel for GitHub. 3 Skipped Deployments
|
SakshiKekre
approved these changes
Dec 25, 2025
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.
Summary
This PR addresses a comprehensive set of visual fixes and improvements to enhance the PolicyEngine app v2 user experience.
Fixes #535
Issues Addressed
✅ Remove deprecated "Last Run" value
formatReportTimestampto return "Ran recently" for unknown timestamps✅ Remove unnecessary stack icon in the tab headers
✅ Remove unused report return navigation
✅ Titles of selected elements should be sentence case
✅ Titles of maps should be in sentence case
✅ Titles of items on every menu should be sentence case
✅ Reduce size of maps
✅ Improve map color scheme and background
✅ Improve metadata loading
✅ Visually improve the loading page displayed when accessing via external link
✅ Apply green color to MTR chart line/dot and Varying Your Earnings chart
✅ Fix param view in policy component
✅ Redesign report overview page
✅ Fix parameter change indicator
✅ Fix wrapping of ingredient names in ingredient display panel
✅ Remove dead code
✅ Fix current law display
✅ Add Claude visual skills
.claude/skills/documentation for design tokens, chart standards, and ingredient patternsTest Plan
npm run typecheck- passesnpm run lint- passesnpm run prettier- passesnpm run vitest- all relevant tests pass🤖 Generated with Claude Code