You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…lth (#88502)
- Closes#88156
- Closes#88239
- Closes#88237
- Closes#88148
This PR implements a dropdown to replace the standard title within each
chart on the Session Health page. Using the dropdown users can pick
which charts appear in which spots inside the page.
Each page (Frontend, Mobile) has 5 slots (i removed some extra ones)
where charts can go, therefore we need to have at least 6 options in the
dropdown for there to be one 'unused' option that's a valid choice.
Currently the sort-order of the items in the dropdown is alphabetical by
component name (not by the label that appears on the screen). So we need
to revisit that and be intentional about what order we group/suggest
things.
It's all similar but different to how charts were picked, rendered and
saved within the framework of the 'old' insights charts. It should be
extensible to support other types of insights pages and charts. But we
should strive to async load more of the chart types instead of importing
everything into settings.tsx


@bcoe's mockup:
Tasks:
The text was updated successfully, but these errors were encountered: