Skip to content

Conversation

GirlBossRush
Copy link
Contributor

@GirlBossRush GirlBossRush commented Oct 16, 2025

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.

@GirlBossRush GirlBossRush requested a review from a team as a code owner October 16, 2025 14:15
Copy link

netlify bot commented Oct 16, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit c834415
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/68f0fe0aff8f4500085fc358

Copy link

netlify bot commented Oct 16, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit c834415
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/68f0fe0a8a25e900083a4c14
😎 Deploy Preview https://deploy-preview-17505--authentik-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link

netlify bot commented Oct 16, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit c834415
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/68f0fe0a0244d3000827990c
😎 Deploy Preview https://deploy-preview-17505--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link

codecov bot commented Oct 16, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.93%. Comparing base (9f396b3) to head (c834415).
⚠️ Report is 4 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #17505   +/-   ##
=======================================
  Coverage   92.93%   92.93%           
=======================================
  Files         868      868           
  Lines       47906    47906           
=======================================
+ Hits        44521    44522    +1     
+ Misses       3385     3384    -1     
Flag Coverage Δ
e2e 45.27% <ø> (+0.06%) ⬆️
integration 23.11% <ø> (-0.07%) ⬇️
unit 91.07% <ø> (+<0.01%) ⬆️
unit-migrate 91.12% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-c834415eaa45c28b3a770b6489e694c67b26c9b5
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

Afterwards, run the upgrade commands from the latest release notes.

Instructions for Kubernetes

Add the following block to your values.yml file:

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-c834415eaa45c28b3a770b6489e694c67b26c9b5

Afterwards, run the upgrade commands from the latest release notes.

@GirlBossRush GirlBossRush changed the title web/a11y: Consistent button labelling web/a11y: More Consistent UI Labelling Oct 16, 2025
@GirlBossRush GirlBossRush added a11y Features or issues related to accessibility area:frontend Features or issues related to the browser, TypeScript, Node.js, etc labels Oct 16, 2025
@GirlBossRush GirlBossRush self-assigned this Oct 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

a11y Features or issues related to accessibility area:frontend Features or issues related to the browser, TypeScript, Node.js, etc

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant