web/a11y: More Consistent UI Labelling - #17505
Conversation
✅ Deploy Preview for authentik-integrations canceled.
|
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-docs canceled.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #17505 +/- ##
==========================================
- Coverage 92.97% 92.97% -0.01%
==========================================
Files 869 869
Lines 48143 48143
==========================================
- Hits 44763 44759 -4
- Misses 3380 3384 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-65f279827ade049a05736c864cc83d41c5a54c27
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)sAfterwards, run the upgrade commands from the latest release notes. Instructions for KubernetesAdd the following block to your authentik:
outposts:
container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-65f279827ade049a05736c864cc83d41c5a54c27Afterwards, run the upgrade commands from the latest release notes. |
c834415 to
f9ff853
Compare
| <i class="fas fa-check" aria-hidden="true"></i> | ||
| </span> | ||
| </span> | ||
| <span class="pf-c-switch__label">${msg("Hide service-accounts")}</span> |
There was a problem hiding this comment.
| <span class="pf-c-switch__label">${msg("Hide service accounts")}</span> |
There was a problem hiding this comment.
dunno why its showing weirdly. anyways, just service-accounts -> service accounts
d1cbbff to
afd59e4
Compare
afd59e4 to
14eacd4
Compare
Details
This PR updates our UI to use a more consistent labelling for placeholders, buttons, empty states, and other references to API provided objects.
This iteration is not all-encompassing, focusing at least one level of navigation depth in the UI -- i.e. the UI at a first glance.