OCD-5313 Adjust Footer & Other Styling Elements - #1523
Open
mattystank wants to merge 14 commits into
Open
Conversation
…illance pages for improved layout [#OCD-5313]
…geHeader and ChplPageBody components for improved layout [#OCD-5313]
…ody components for improved layout consistency [#OCD-5313]
…d user experience [#OCD-5313]
…layout [#OCD-5313]
# Conflicts: # src/app/app-wrapper.jsx # src/app/pages/reports/questionable-activity/questionable-activity-view.jsx # src/app/pages/resources/api/api.jsx # src/app/pages/resources/cms-lookup/cms-lookup.jsx # src/app/pages/resources/download/download.jsx # src/app/pages/surveillance/activity-reporting/activity-reporting.jsx
Restore ChplPageHeader/ChplPageBody + Card layout migration on top of the upstream/staging merge, reconciled with the CloudDownloadOutlinedIcon standardization and HashProvider from staging. [#OCD-5313]
…nment props [#OCD-5313]
…geBody components in ChplComparePage [#OCD-5313]
…d ChplPageBody in multiple pages [#OCD-5313]
mattystank
marked this pull request as ready for review
July 21, 2026 18:53
andlar
reviewed
Jul 22, 2026
…andling [#OCD-5313]
andlar
approved these changes
Jul 23, 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 introduces several UI improvements and refactorings to enhance layout consistency, loading feedback, and page structure across the application. The most significant updates include the addition of a global route loading spinner, refactoring of page layouts to use standardized
ChplPageHeaderandChplPageBodycomponents, and various style and code cleanups for better maintainability.Global Loading Feedback:
src/app/index.run.js,src/app/components/util/chpl-loading-spinner.jsx, [1] [2] [3]Page Layout Refactoring:
Compare,Listing Edit,Complaints Wrapper) to use the newChplPageHeaderandChplPageBodycomponents, replacing custom header and container code for improved consistency and easier future maintenance. (src/app/pages/compare/compare.jsx,src/app/pages/listing/listing-edit.jsx,src/app/components/surveillance/complaints/complaints-wrapper.jsx, [1] [2] [3] [4]Component and Style Updates:
ChplPageHeadercomponent to support additional props likeactionsandtitleAdornment, allowing for more flexible header content. (src/app/components/util/chpl-page-header.jsx, [1] [2] [3]AppWrapperand navigation layout to use CSS flexbox, ensuring the footer stays at the bottom and content fills the viewport. (src/app/app-wrapper.jsx, [1] [2];src/app/navigation/navigation-bottom.jsx, [3]Code and Style Cleanup:
src/app/pages/compare/compare.jsx, [1];src/app/components/listing/listing-edit-upload.jsx, [2] [3] [4] [5] [6]Miscellaneous:
ChplLoadingSpinnerto the shared util exports for use throughout the app. (src/app/components/util/index.js, [1] [2]src/app/index.scss, [1];src/app/index.js, [2]These changes collectively improve the user experience, visual consistency, and maintainability of the application.