-
Notifications
You must be signed in to change notification settings - Fork 78
UI3 #8474
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR implements a comprehensive UI3 redesign for HCB, modernizing the interface with improved navigation, responsive design, and visual consistency. The changes encompass major layout restructuring, navigation component updates, and numerous styling improvements across the application.
- Complete navigation redesign with mobile-responsive components
- Modernized settings interfaces with new header components
- Improved visual hierarchy and spacing throughout the application
Reviewed Changes
Copilot reviewed 138 out of 202 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| users/edit_*.html.erb | Updates user settings navigation and header components |
| users/_*.html.erb | New navigation components and user interface elements |
| events/*.html.erb | Event-related UI improvements and navigation updates |
| application/_*.html.erb | Core layout and component restructuring |
| layouts/*.html.erb | Major layout overhauls for responsive design |
| Various view partials | Styling improvements and component updates |
Comments suppressed due to low confidence (1)
app/views/users/_payout_form.html.erb:35
- [nitpick] The class name 'hidden' is too generic and could conflict with other CSS frameworks. Consider using a more specific class name like 'display-none' or 'payout-section-hidden'.
<section data-behavior="check_payout_method_inputs" class="<%= "hidden" unless user.payout_method.instance_of?(User::PayoutMethod::Check) %>">
|
let the testing begin 🧙💣💥 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 133 out of 198 changed files in this pull request and generated 8 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.





The UI3 ship will comprise the following PRs (all combined into this PR):
mainunder theevent_home_page_redesign_2024_09_21feature flag)TODO
BEFORE MERGING, REMOVE UI3 SPECIFIC CODE (THE TODO COMMENT)