-
Notifications
You must be signed in to change notification settings - Fork 23
fix: Make filters in proposals recap screen look neater #4554
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
base: main
Are you sure you want to change the base?
Conversation
Replace the old grid-based opt-filter layout with a cleaner flexbox design: - Use compact uppercase labels instead of h3 headings - Arrange filters horizontally in a wrapping flex container - Group each filter with its label vertically for better visual hierarchy - Apply consistent styling for checkboxes, selects, and text inputs - Apply the same pattern to the grants recap screen Closes #4552 Co-authored-by: Marco Acierno <marcoacierno@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
SummaryThis PR improves the visual layout of filter controls in the proposals and grants recap screens. The changes replace a grid-based layout with a modern flexbox design, using cleaner typography and better visual hierarchy. The refactoring is consistent across both templates and maintains all existing functionality. Review FeedbackArchitecture & Design ✅Positive:
Minor consideration:
Testing & Coverage
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4554 +/- ##
=======================================
Coverage 94.16% 94.16%
=======================================
Files 353 353
Lines 10348 10348
Branches 762 762
=======================================
Hits 9744 9744
Misses 502 502
Partials 102 102 🚀 New features to boost your workflow:
|
Improve filter layout in proposals and grants recap screens.
Replace the old grid-based opt-filter layout with a cleaner flexbox design:
Closes #4552
Generated with Claude Code