OCD-4930 Standardized Left Hand Filters - #1525
Merged
Merged
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]
…sult components and improve layout [#OCD-4930]
…r feedback [#OCD-4930]
…PageBody components [#OCD-4930]
… views [#OCD-4930]
Convert the Complaints page from a table to the standardized card layout (ChplSearchResultCard/Controls/SortControls) with a white sticky fade. Fix the invisible Developer User Guide download icon and show it on mobile. Rename the "Advanced Search" button to "Filters". [#OCD-4930]
mattystank
marked this pull request as ready for review
July 30, 2026 16:00
…d applied filters count [#OCD-4930]
…ivity views [#OCD-4930]
…unctionality [#OCD-4930]
…or improved usability [#OCD-4930]
andlar
reviewed
Aug 5, 2026
[#OCD-4930-temp] - Replace deprecated defaultProps with inline defaults in ChplFilterChips and ChplFilterLayout - Simplify complaints-view sortOptions to define sortable columns directly - Remove pageNumber reset on sort in complaints-view for consistency with other views - Remove duplicate backgroundSize declaration in ChplPageBody - Clarify the isDesktop resize effect in ChplFilterLayout [#OCD-4930]
andlar
previously approved these changes
Aug 10, 2026
andlar
previously approved these changes
Aug 17, 2026
…-view [#OCD-4930]
# Conflicts: # src/app/pages/search/real-world-testing/real-world-testing-view.jsx
andlar
previously approved these changes
Aug 20, 2026
…hips and update panels for developer view [#OCD-4930]
andlar
reviewed
Aug 24, 2026
…r filters [#OCD-4930]
…ry key on panel close [#OCD-4930]
andlar
approved these changes
Aug 24, 2026
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 refactors the
Change Requestsview and the filter chips component to improve the user interface and enhance code maintainability. The main changes include replacing the table-based results with a card-based layout, updating filter chips to use a card container, and improving the sorting and layout controls. These updates modernize the UI, make it more consistent with other parts of the application, and improve responsiveness and accessibility.Change Requests View Refactor:
ChplSearchResultCard, and updated the results controls to useChplSearchResultControlsandChplSortControlsfor a more modern and flexible UI. [1] [2]ChplFilterLayoutand moved loading and error handling into this layout for better consistency and separation of concerns. [1] [2]Filter Chips Component Improvements:
ChplFilterChipsto render applied filters inside a scrollable card (Card/CardContent), improving visual grouping and usability for long filter lists. [1] [2] [3]Code Cleanup: