Skip to content

Conversation

@GirlBossRush
Copy link
Contributor

@GirlBossRush GirlBossRush commented Nov 27, 2025

Details

This PR fixes a small issue where table rows will expand after pressing a modal trigger button.

Our accessible modals refactor should resolve this kind of issue in some more complex situations, such as modals which contain tables, but this PR fixes the most common situations where an expandable content is affected by buttons within the table row.

@GirlBossRush GirlBossRush requested a review from a team as a code owner November 27, 2025 16:24
@netlify
Copy link

netlify bot commented Nov 27, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit 8aebcf1
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/69287b39851dda00082f60a4

@GirlBossRush GirlBossRush self-assigned this Nov 27, 2025
@GirlBossRush GirlBossRush added area:frontend Features or issues related to the browser, TypeScript, Node.js, etc backport/version-2025.10 Add this label to PRs to backport changes to version-2025.10 labels Nov 27, 2025
@netlify
Copy link

netlify bot commented Nov 27, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 8aebcf1
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/69287b394926e000082f6af7
😎 Deploy Preview https://deploy-preview-18412--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.

@netlify
Copy link

netlify bot commented Nov 27, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 8aebcf1
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69287b39448cee000844770e
😎 Deploy Preview https://deploy-preview-18412--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.

@codecov
Copy link

codecov bot commented Nov 27, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.90%. Comparing base (dfa00cd) to head (8aebcf1).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18412      +/-   ##
==========================================
- Coverage   92.95%   92.90%   -0.05%     
==========================================
  Files         894      894              
  Lines       48959    48959              
==========================================
- Hits        45509    45485      -24     
- Misses       3450     3474      +24     
Flag Coverage Δ
e2e 45.36% <ø> (+<0.01%) ⬆️
integration 23.08% <ø> (-0.06%) ⬇️
unit 91.09% <ø> (+<0.01%) ⬆️
unit-migrate 91.14% <ø> (+<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.

@github-actions
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-8aebcf17056423dbab3e37f7bf0a11a66c743f57
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-8aebcf17056423dbab3e37f7bf0a11a66c743f57

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

@GirlBossRush GirlBossRush mentioned this pull request Nov 29, 2025
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:frontend Features or issues related to the browser, TypeScript, Node.js, etc backport/version-2025.10 Add this label to PRs to backport changes to version-2025.10

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants