Skip to content

web/a11y: Form Errors#15940

Merged
GirlBossRush merged 3 commits intomainfrom
a11y-form-errors
Aug 7, 2025
Merged

web/a11y: Form Errors#15940
GirlBossRush merged 3 commits intomainfrom
a11y-form-errors

Conversation

@GirlBossRush
Copy link
Copy Markdown
Contributor

@GirlBossRush GirlBossRush commented Aug 3, 2025

Details

This PR resolves a collection of accessibility issues in form errors. The primary change here is a function component capable of rendering common form errors using our existing error parsing tools.

See also

@netlify
Copy link
Copy Markdown

netlify bot commented Aug 3, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit 90aa8c4
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/689112524887c20007ad7f09

@netlify
Copy link
Copy Markdown

netlify bot commented Aug 3, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 90aa8c4
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/68911252b16ceb000803fe9a

@netlify
Copy link
Copy Markdown

netlify bot commented Aug 3, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 90aa8c4
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/689112521412140008160e27
😎 Deploy Preview https://deploy-preview-15940--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.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Aug 3, 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-90aa8c4387d60597019be7610596580b679b20de
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-90aa8c4387d60597019be7610596580b679b20de

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

@codecov
Copy link
Copy Markdown

codecov bot commented Aug 4, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.77%. Comparing base (83cae92) to head (90aa8c4).
⚠️ Report is 36 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #15940      +/-   ##
==========================================
+ Coverage   92.65%   92.77%   +0.12%     
==========================================
  Files         831      831              
  Lines       44553    44553              
==========================================
+ Hits        41279    41333      +54     
+ Misses       3274     3220      -54     
Flag Coverage Δ
e2e 46.87% <ø> (+0.45%) ⬆️
integration 23.61% <ø> (+<0.01%) ⬆️
unit 90.84% <ø> (+<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.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Copy Markdown
Contributor

@kensternberg-authentik kensternberg-authentik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I really like the restructuring.

export type LitPropertyKey<K> = K extends string ? `.${K}` | `?${K}` | K : K;

/**
* A React-like functional component. Used to render a component in a template.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not really "rendering components," more like "fragments." But it's a comment; let it pass.

@GirlBossRush GirlBossRush merged commit fa5e8f9 into main Aug 7, 2025
108 checks passed
@GirlBossRush GirlBossRush deleted the a11y-form-errors branch August 7, 2025 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants