skoruba / Duende.IdentityServer.Admin

The administration for the Duende IdentityServer and Asp.Net Core Identity ⚡
Apache License 2.0
549 stars 194 forks source link

refactor: increase client name prominence #154

Closed rosenbach closed 6 months ago

rosenbach commented 1 year ago

This PR makes the "Client Name" field more prominent than the "Client ID" throughout the application. It refactors the UI in order to improve the UX in the case of using non-human-readable Client IDs and now encourages separating the technical detail "Client ID" of the "Client Name".

Changes include:

Screenshot of some of the changes: image

Before: image


Re-ordering of fields, putting Client Name in the first place in the reading direction:

Here to the left image Here to the top image

skoruba commented 1 year ago

Thank you, this looks nice, I am sorry for delay.