-
Notifications
You must be signed in to change notification settings - Fork 102
feat: update dashboard links and remove dashboard menu item #620
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
feat: update dashboard links and remove dashboard menu item #620
Conversation
Reviewer's Guide by SourceryThis pull request removes the dedicated "Dashboard" menu items from the main navigation and updates the top-left context area to function as a clickable link to the relevant dashboard page (global or event-specific). The icon and text in the top-left area are also updated to reflect this change. No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Possibly linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
Hey @Gagan-Ram - I've reviewed your changes - here's some feedback:
Overall Comments:
- Consider removing the commented-out code blocks in the navigation files instead of leaving them in the codebase.
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟡 Complexity: 1 issue found
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
@mariobehling Since the "Dashboard" menu area is slightly larger compared to the other menu items, I suggest increasing the size of the dashboard icon as well (similar to what is shown in the 3rd and 6th images horizontally). |
374d264
to
93f8eaa
Compare
- Renamed main dashboard links: "Main dashboard" on eventyay-common, "Tickets dashboard" on eventyay-tickets - Removed dashboard menu items from both common and tickets dashboards - Linked event name in top left to event dashboard on both common and tickets event pages.
93f8eaa
to
b98b7d3
Compare
Yes, sounds good. Go ahead. |
No need for changes then? |
Fixes: #613
Changes Made:
Result
dashboards.mp4
Summary by Sourcery
Remove dashboard links from side navigation and repurpose the top-left header link to navigate to the relevant dashboard.
Enhancements: