Skip to content

v3.28.2

Choose a tag to compare

@arunavo4 arunavo4 released this 01 Sep 03:38
· 7 commits to main since this release

Fixes

  • The Identity Providers card now matches Sign-in Methods. It was built on a different card primitive than the panel beside it, so the two headers were different heights and their dividers did not line up. It now uses the same markup: icon, title, divider, body, footer.
    • The header description was removed. It wrapped onto a second line and ran into the Add provider button.
    • Add provider moved into the header row, and the extra margin on its icon is gone. The button supplies its own icon spacing, so the margin was stacking on top of it and pushing the label off-centre.
  • Provider details are easier to scan. Issuer, Client ID, Scopes and Organization were all one muted weight with no hierarchy, and the longest label overflowed its column so its value broke the alignment. Labels now carry weight and sit in a fixed column, so every value lines up.

Notes

No migration. Presentation only, no behavior change.

Full Changelog: v3.28.1...v3.28.2