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

[v16] Okta Status Page #46467

Merged
merged 4 commits into from
Sep 13, 2024
Merged

[v16] Okta Status Page #46467

merged 4 commits into from
Sep 13, 2024

Commits on Sep 13, 2024

  1. Web: Add support for client search query params for Table (have to op…

    …t in) (#46092)
    
    * Add flex basis prop to HoverTooltip
    
    * Change encodeUrlQueryParams props to object prop
    
    * Add client searching query param support to UserList
    
    * Move form submission handler closer to InputSearch
    
    Also got rid of showSearchBar, it was always set to true
    
    * Update test and minor fixes
    
    * Fix story
    
    * Address CRs
    
    * Fix test
    kimlisa committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    3870144 View commit details
    Browse the repository at this point in the history
  2. Web: Update okta types and add back okta "view status" and row click …

    …handler (#46261)
    
    * Okta types update
    
    * Revert "Remove okta row click handler (not fully implemented) (#46179)"
    
    This reverts commit 714c174.
    
    * Revert "Remove view status button for okta (not fully implemented) (#46174)"
    
    This reverts commit 54a0293.
    
    * Require exact route and revert primary route link and text for oidc finish dialog
    kimlisa committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    2948d22 View commit details
    Browse the repository at this point in the history
  3. Web: fix document node searching (#46506)

    * Delete unused nodes files
    
    * Move search panel out of unified to teleport/src/component
    
    The search panel in unified dir  wasn't that much different
    from the one already existing in teleport/src/component
    other than the latter one displayed a page indicator.
    
    DocumentNodes and other places now use the same kind of server
    side search panel.
    
    * Get rid of input search auto focus
    
    The auto focus can steal focus from other elements
    kimlisa committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    433cb6f View commit details
    Browse the repository at this point in the history
  4. Fix stories and snaps

    kimlisa committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    35ccb64 View commit details
    Browse the repository at this point in the history