wave
wave copied to clipboard
Handle Events in Dashboard Apps
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.
Note for anyone taking this up: Dashboard app code is located here.
We can try to tackle the issue if that is ok!
Go for it!
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!
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.