wave icon indicating copy to clipboard operation
wave copied to clipboard

Handle Events in Dashboard Apps

Open mtanco opened this issue 4 years ago • 1 comments

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 avatar Jan 26 '21 13:01 mtanco

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

mturoci avatar Sep 12 '22 07:09 mturoci

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

aruiz2 avatar Dec 03 '22 19:12 aruiz2

Go for it!

mturoci avatar Dec 05 '22 08:12 mturoci

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!

Qingyang-Sophia avatar Dec 08 '22 16:12 Qingyang-Sophia

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.

mturoci avatar Dec 09 '22 07:12 mturoci