OCD-4930 Standardized Left Hand Filters - #1525
Draft
mattystank wants to merge 7 commits into
Draft
Conversation
… layout [#OCD-4930]
…for improved layout consistency [#OCD-4930]
… and position change [#OCD-4930]
…adient background [#OCD-4930]
…ut consistency across search views [#OCD-4930]
…mizable background and improved layout [#OCD-4930]
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.
This pull request introduces a significant UI/UX refactor to the filter and results layout across several views, making filter chips more visually distinct and responsive, and consolidating filter-related controls into a new
ChplFilterLayoutcomponent. The changes improve consistency, accessibility, and maintainability of filter UI elements throughout the application.Filter Layout Refactor and UI Improvements:
ChplFilterLayoutcomponent that wraps filter chips and filter-related controls, providing a responsive sidebar layout with toggleable visibility on mobile and sticky positioning on desktop. This replaces direct usage ofChplFilterChipsin multiple views.change-requests-view.jsx,products-view.jsx,complaints-view.jsx,certification-criteria-view.jsx) to useChplFilterLayoutinstead of rendering filter chips directly, ensuring a consistent filter UI across the app. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]Filter Chips Visual and Functional Enhancements:
ChplFilterChipsto display chips inside a Material-UICard, improved spacing, alignment, and chip label rendering (including status icons for certification statuses), and enhanced responsiveness. [1] [2] [3] [4] [5]Sticky and Responsive Filter Search Bar:
ChplFilterSearchBarwith a newstickymode and fade background option, making the search bar stick to the top of the viewport with a gradient effect when scrolling. This is now enabled in the certification criteria view. [1] [2] [3] [4]Codebase Maintenance and Consistency:
ChplFilterLayoutfor easier import and usage. [1] [2]certification-criteria-view.jsxfor style consistency and to use the new layout components. [1] [2] [3]These changes collectively modernize and unify the filter and results UI, making it more user-friendly and maintainable.