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

fix: Ensure OIDC provider UI can handle OIDC providers w/o installations #1375

Conversation

maciaszczykm
Copy link
Member

@maciaszczykm maciaszczykm commented Oct 8, 2024

In the main app we are still using untyped queries in multiple places which can lead to issues like this one. I have updated a few views to use generated typed queries.

Besides that it adds few bug fixes/improvements:

  • left-align role list items (all of them were centered)
  • left-align service account names (names were in the center of description div)
  • use default chip size in both cluster lists
  • use the same text color in go to console buttons
  • fixed side navs (elements missed vertical param which resulted in borders appearing below them instead of on the right)
  • fixes for null pointer issues from fix: Breadcrumbs improvements design-system#654

It also disables notification panel.

Copy link

linear bot commented Oct 8, 2024

@maciaszczykm maciaszczykm added the bug-fix This pull request fixes a bug label Oct 8, 2024
@maciaszczykm maciaszczykm marked this pull request as ready for review October 8, 2024 12:34
@maciaszczykm maciaszczykm requested a review from a team as a code owner October 8, 2024 12:34
@maciaszczykm maciaszczykm merged commit 77523a9 into master Oct 8, 2024
8 checks passed
@maciaszczykm maciaszczykm deleted the marcin/prod-2710-ensure-oidc-provider-ui-can-handle-oidc-providers-wo branch October 8, 2024 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-fix This pull request fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants