-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Web Bug Fix: Remove view status button for okta (not fully implemented) #46174
Conversation
The PR changelog entry failed validation: Changelog entry not found in the PR body. Please add a "no-changelog" label to the PR, or changelog lines starting with |
8b22342
to
5218dc1
Compare
The PR changelog entry failed validation: Changelog entry not found in the PR body. Please add a "no-changelog" label to the PR, or changelog lines starting with |
The PR changelog entry failed validation: Changelog entry not found in the PR body. Please add a "no-changelog" label to the PR, or changelog lines starting with |
The PR changelog entry failed validation: Changelog entry not found in the PR body. Please add a "no-changelog" label to the PR, or changelog lines starting with |
…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
…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
…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
…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
* Web: Add support for client search query params for Table (have to opt 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 * 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 * 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 * Fix stories and snaps
i merged this PR #44788 too early thinking it didn't have anything related to UI facing changes