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

Upgrades hawtio/react to 0.9.2 #199

Merged
merged 4 commits into from
Nov 21, 2023

Commits on Nov 20, 2023

  1. chore: Upgrades hawtio/react to 0.9.2 hawtio#192

    * Supercedes PR hawtio#192
    phantomjinx committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    326d7af View commit details
    Browse the repository at this point in the history
  2. fix: Updates test apps login form now that useUser is available

    * useUser hook exported from hawtio/react so can fix the login process
      when using form-login mode in the test apps
    
    * Test login pages need to wait from the userService to complete before
      trying to load the login form
    
    * Logic based entirely on the hawtio/next login form
    phantomjinx committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    df19492 View commit details
    Browse the repository at this point in the history
  3. chore: Corrects naming of test app components

    * Components should have UpperCamelCase.
    phantomjinx committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    42129d8 View commit details
    Browse the repository at this point in the history
  4. fix: Replaces manual fetchUser with useUser hook

    * Now that the hook is exported.
    phantomjinx committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    732e52a View commit details
    Browse the repository at this point in the history