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

Add routing to admin portal #3164

Merged
merged 9 commits into from
Oct 18, 2023

Commits on Sep 21, 2023

  1. Add React Router library

    tsatam committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    470d963 View commit details
    Browse the repository at this point in the history
  2. Use React Router for search params

    The existing functionality using this appears to be non-functional, but its behavior
    is preserved.
    tsatam committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    0fa2b6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74ef618 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44511df View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8f0e4d1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0dde2f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    875e50a View commit details
    Browse the repository at this point in the history
  2. Replace OverviewComponent with new implementation

    - Use FluentUI DetailsList for contents
    - Always display all properties, even if value is not present
    - Modify E2E test to check each individual property
    tsatam committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    ede4ad4 View commit details
    Browse the repository at this point in the history
  3. Build frontend artifacts

    tsatam committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    8d43f56 View commit details
    Browse the repository at this point in the history