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

Setup Storybook for testing UI components #1497

Merged
merged 8 commits into from Sep 8, 2022
Merged

Commits on Sep 6, 2022

  1. Setup Storybook for testing UI components

    This sets up Storybook for testing of React components. It adds stories
    for some of the MRVA components. It does not add stories for the main
    MRVA views since those are not independent of VSCode and need to be run
    from within VSCode.
    koesie10 committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    6018eba View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Add mock VSCode API in Storybook

    This allows us to add a story for the "main" remote queries view.
    koesie10 committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    2211e23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d15e388 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    baf130d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9383b03 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a38a035 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6fdc632 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Configuration menu
    Copy the full SHA
    2ee46cf View commit details
    Browse the repository at this point in the history