feat(Permissions > Identities): add OIDC configuration from Settings#1974
feat(Permissions > Identities): add OIDC configuration from Settings#1974kimanhou wants to merge 1 commit intocanonical:mainfrom
Conversation
edlerd
left a comment
There was a problem hiding this comment.
This works technically and interaction wise very well. Some ideas to drive the design and copy a bit more and few code comments.
e8f446b to
457ab6f
Compare
98fc59b to
c9a714d
Compare
edlerd
left a comment
There was a problem hiding this comment.
UX seems good, many ideas to streamline and simplify below.
| .page-header__base-actions { | ||
| @include mobile-and-tablet { | ||
| display: flex; | ||
| gap: $sph--large; | ||
| height: fit-content; | ||
| } | ||
| } |
There was a problem hiding this comment.
This looks like a global unscoped override. Can we namespace it? And why is it needed?
8322a7a to
a79fadb
Compare
edlerd
left a comment
There was a problem hiding this comment.
Thanks this is nearly perfect. Two tiny suggestions. One is a bit bigger. Suggestion about the responsiveness of the multiple buttons in the header. See below for details.
| .page-header__base-actions { | ||
| @include mobile-and-tablet { | ||
| display: flex; | ||
| gap: $sph--large; | ||
| height: fit-content; | ||
| } | ||
| } |
There was a problem hiding this comment.
I think we should better reduce to an "Actions" dropdown such as on the instance detail page instead of showing the two wide buttons next to each other when the screen width decreases.
Signed-off-by: Kim Anh Nguyen <4783194+kimanhou@users.noreply.github.com>
a79fadb to
93ce76f
Compare


Done
OIDC configurationbuttonQA
OIDC configurationbutton next to "Create TLS Identity".Escshould close the modalScreenshots