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

feat(dashboard): Make FilterBar width resizable #20778

Merged
merged 9 commits into from
Jul 20, 2022

Commits on Jul 20, 2022

  1. feat(dashboard): Resizable side FilterBar

    * Add Resizable panel in DashboardBuilder to adjust the width for FiltersPanel
    * store the adjusted width for individual dashboard in localStorage to memorize the state
     * migrate DashboardBuilder test code by testing-library and jest
    justinpark committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    a6409d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf1d068 View commit details
    Browse the repository at this point in the history
  3. test lint

    justinpark committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    43d77a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    843c463 View commit details
    Browse the repository at this point in the history
  5. prettier

    justinpark committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    3ca5ca2 View commit details
    Browse the repository at this point in the history
  6. use defaultValue for width

    justinpark committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    66f705e View commit details
    Browse the repository at this point in the history
  7. unexpected string concat

    justinpark committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    985e748 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c6ce937 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0c55015 View commit details
    Browse the repository at this point in the history