fix: Make filters in proposals recap screen look neater#4554
fix: Make filters in proposals recap screen look neater#4554marcoacierno wants to merge 1 commit intomainfrom
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