Improve UI usability for new users#13
Merged
web3dev1337 merged 1 commit intoweb3dev1337:masterfrom Mar 18, 2026
Merged
Conversation
- Simplify navigation: reduce 10 tabs to 5 main + dropdown menu - Add 'Getting Started' banner on dashboard for empty state - Enhance empty states with clear CTAs and helpful tips - Improve visual hierarchy with better spacing and gradients - Add responsive navigation that hides labels on smaller screens
Owner
|
Thanks for that @gio-moros , will have a look at this, sorry it took a bit! |
web3dev1337
added a commit
that referenced
this pull request
Mar 18, 2026
Owner
|
Merged follow-up fixes into this branch ( What was fixed:
Validation:
I also re-ran visual captures before/after during verification. Thanks for the original usability pass — this keeps your direction and removes the merge blockers. |
Owner
|
Merged @gio-moros ty! |
Owner
|
Let me know if all good @gio-moros |
Owner
Owner
|
Update: the stabilization follow-up has been merged to
Thanks again for the usability push — this ships it in a stable, tested state. |
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 significant improvements to the navigation and onboarding experience of the application, as well as visual enhancements for empty states. The main changes include a new responsive navigation bar with a dropdown for less frequently used views, a "Getting Started" banner for new users on the dashboard, and improved styling and messaging for empty states such as the rig list.
Navigation Improvements:
index.htmlto use a responsive design: primary views remain as tabs, while less-used views (like Crews, Formulas, PRs, Issues, Mail, and Health) are grouped under a "More" dropdown menu. This improves usability on smaller screens and declutters the main navigation. (index.html[1]css/layout.css[2]js/app.jsto support the new dropdown, including event handlers for opening/closing the dropdown and switching views when dropdown items are clicked. Active tab highlighting is now applied to both tabs and dropdown items. (js/app.jsjs/app.jsL217-L238)Onboarding and Empty State Enhancements:
js/components/dashboard.js[1] [2]css/components.css[3]js/components/rig-list.js[1]css/components.css[2]Styling and Responsiveness:
css/layout.css[1]css/components.css[2] [3]Minor Dashboard Cleanups:
js/components/dashboard.js[1] [2] [3]These changes collectively make the app easier to navigate, more welcoming for new users, and visually more polished, especially in scenarios where there is no data yet.maller screens