Skip to content
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

Handle Events in Dashboard Apps #527

Closed
mtanco opened this issue Jan 26, 2021 · 5 comments · Fixed by #1748
Closed

Handle Events in Dashboard Apps #527

mtanco opened this issue Jan 26, 2021 · 5 comments · Fixed by #1748
Labels
docs Documentation good first issue Contributions welcome!

Comments

@mtanco
Copy link
Contributor

mtanco commented Jan 26, 2021

Is your feature request related to a problem? Please describe

When using the Dashboard Demo some dashboards, like mint, have clickable items. When someone clicks the menu the home page (red dashboard) shows but the hash routing stays on the previous dashboard. Which can be confusing, especially to new users.

Describe the solution you'd like

Go through each dashboard page and handle user events completely within that page.

@mtanco mtanco added ui Related to UI feature Feature request labels Jan 26, 2021
@lo5 lo5 added docs Documentation and removed feature Feature request ui Related to UI labels Mar 5, 2021
@mturoci mturoci added the good first issue Contributions welcome! label Sep 12, 2022
@mturoci
Copy link
Collaborator

mturoci commented Sep 12, 2022

Note for anyone taking this up: Dashboard app code is located here.

@aruiz2
Copy link
Contributor

aruiz2 commented Dec 3, 2022

We can try to tackle the issue if that is ok!

@mturoci
Copy link
Collaborator

mturoci commented Dec 5, 2022

Go for it!

@Qingyang-Sophia
Copy link

Could we get a more specific description of this issue? Is the clickable menu the button on the top-left that is used to switch between dashboards? We try to switch between dashboards but the URL (e.g. http://localhost:10101/#dashboards/red) is changing. We are wondering in which case the hash routing stays on the previous dashboard.
Thank you for any help!

@mturoci
Copy link
Collaborator

mturoci commented Dec 9, 2022

It seems like this has been fixed along the way somehow (as this is a 2-year-old issue). However, you can change the xl breakpoints to xs so that dashboards are shown irrespective of browser window size.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation good first issue Contributions welcome!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants