Skip to content

website: QL Search keyboard interactions docs, examples. #16259

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

GirlBossRush
Copy link
Contributor

@GirlBossRush GirlBossRush commented Aug 19, 2025

Details

This PR refines our QL search docs to be compatible with screen readers. Changes include:

  • A table of keyboard interactions with ARIA attributes to clarify their use.
  • Updates the example queries to allow the screen reader to better announce the contents, and to allow the user to copy the content to try in their authentik instance

Screenshot

Screenshot 2025-08-19 at 21 54 41

ARIA Tree

Screenshot 2025-08-19 at 21 59 10

@GirlBossRush GirlBossRush requested a review from a team as a code owner August 19, 2025 19:53
Copy link

netlify bot commented Aug 19, 2025

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 303e072
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/68a5fc4bd16c580008555025
😎 Deploy Preview https://deploy-preview-16259--authentik-integrations.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 Aug 19, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 303e072
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/68a5fc4b2591c60008505b6e

Copy link

netlify bot commented Aug 19, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 303e072
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/68a5fc4bb79a7b000802e86c
😎 Deploy Preview https://deploy-preview-16259--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.

@GirlBossRush GirlBossRush force-pushed the a11y-ql-keyboard-actions branch from fd79c96 to 05983b9 Compare August 19, 2025 19:54
Copy link

codecov bot commented Aug 19, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.83%. Comparing base (bbc02dc) to head (303e072).
⚠️ Report is 3 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #16259      +/-   ##
==========================================
+ Coverage   92.79%   92.83%   +0.03%     
==========================================
  Files         837      837              
  Lines       45251    45251              
==========================================
+ Hits        41991    42008      +17     
+ Misses       3260     3243      -17     
Flag Coverage Δ
e2e 46.69% <ø> (+0.02%) ⬆️
integration 23.55% <ø> (+<0.01%) ⬆️
unit 90.93% <ø> (+<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.

@GirlBossRush GirlBossRush force-pushed the a11y-ql-keyboard-actions branch from 05983b9 to c415e6d Compare August 19, 2025 20:00
@GirlBossRush GirlBossRush requested a review from tanberry August 19, 2025 20:00
@GirlBossRush GirlBossRush self-assigned this Aug 19, 2025
@GirlBossRush GirlBossRush added documentation Improvements or additions to documentation a11y Features or bugs related to accessibility labels Aug 19, 2025
Copy link
Contributor

github-actions bot commented Aug 19, 2025

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-303e0724272e1a31b8c310197160f4be800b5e53
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-303e0724272e1a31b8c310197160f4be800b5e53

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

@GirlBossRush GirlBossRush force-pushed the a11y-ql-keyboard-actions branch from c415e6d to 303e072 Compare August 20, 2025 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a11y Features or bugs related to accessibility documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant