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

fix: Load default dashboard data from workspace data #1810

Merged
merged 7 commits into from
Feb 28, 2024

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    9c053cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c515774 View commit details
    Browse the repository at this point in the history
  3. Just load the plugin data from the workspace data...

    - We need to store the Dashboard data in dashboard storage which doesn't exist in Community
    mofojed committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    9461659 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Load the rest of the dashboard from workspace data

    - Needed to load filterSets and links from there still
    mofojed committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    0ca4b22 View commit details
    Browse the repository at this point in the history
  2. Fix how golden layouts are tracked

    - There's a different layout for each dashboard, so store the map of them that we're listening to
    mofojed committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    0cc0ea5 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    837b28e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bdd7c3 View commit details
    Browse the repository at this point in the history