Skip to content

web: Fix table row click handler.#17697

Merged
GirlBossRush merged 1 commit intomainfrom
fix-clickable-table-row-event
Oct 24, 2025
Merged

web: Fix table row click handler.#17697
GirlBossRush merged 1 commit intomainfrom
fix-clickable-table-row-event

Conversation

@GirlBossRush
Copy link
Contributor

@GirlBossRush GirlBossRush commented Oct 24, 2025

Details

  • Fixes clickable area precedence
  • Fixes active state when clicking nested active elements, e.g. a link or button within an selectable row

@GirlBossRush GirlBossRush requested a review from a team as a code owner October 24, 2025 16:48
@GirlBossRush GirlBossRush added the area:frontend Features or issues related to the browser, TypeScript, Node.js, etc label Oct 24, 2025
@netlify
Copy link

netlify bot commented Oct 24, 2025

Deploy Preview for authentik-docs ready!

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

@netlify
Copy link

netlify bot commented Oct 24, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit b2b3d9f
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/68fbadf686665d00082396ec
😎 Deploy Preview https://deploy-preview-17697--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 Oct 24, 2025

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit b2b3d9f
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/68fbadf63324a70008032266
😎 Deploy Preview https://deploy-preview-17697--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.

@codecov
Copy link

codecov bot commented Oct 24, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.88%. Comparing base (b247ccd) to head (b2b3d9f).
⚠️ Report is 2 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #17697      +/-   ##
==========================================
+ Coverage   92.74%   92.88%   +0.13%     
==========================================
  Files         869      869              
  Lines       47949    47949              
==========================================
+ Hits        44469    44536      +67     
+ Misses       3480     3413      -67     
Flag Coverage Δ
e2e 45.18% <ø> (+1.03%) ⬆️
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.

@GirlBossRush GirlBossRush enabled auto-merge (squash) October 24, 2025 17:03
@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-b2b3d9f0e5d4ebbd4bbe023f0198d435ea1f13be
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-b2b3d9f0e5d4ebbd4bbe023f0198d435ea1f13be

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

@GirlBossRush GirlBossRush merged commit 06fcbfd into main Oct 24, 2025
156 of 161 checks passed
@GirlBossRush GirlBossRush deleted the fix-clickable-table-row-event branch October 24, 2025 19:26
kensternberg-authentik added a commit that referenced this pull request Nov 10, 2025
* main: (25 commits)
  ci: bump astral-sh/setup-uv from 7.1.1 to 7.1.2 in /.github/actions/setup (#17718)
  web: bump the storybook group across 1 directory with 5 updates (#17715)
  ci: bump actions/upload-artifact from 4.6.2 to 5.0.0 (#17720)
  ci: bump actions/download-artifact from 5.0.0 to 6.0.0 (#17719)
  website/integrations: grafana: replace deprecated redirect_uris usage by allowed_redirect_uris (#17710)
  web: bump @types/codemirror from 5.60.16 to 5.60.17 in /web (#17685)
  web: bump @types/node from 22.15.19 to 24.9.1 in /web (#17687)
  web: bump hono from 4.10.2 to 4.10.3 in /web (#17698)
  website/docs: blueprints: add a bit more info (#17704)
  website/docs: release notes: Add Zot integration (#17700)
  website/integrations: zot oci registry integration (#17682)
  website/integrations: sonarr: clarify reverse proxy setup (#17485)
  website/docs: eap add info about custom validation (#17642)
  web: Fix table row click handler. (#17697)
  root: Fix transifex link (#17696)
  translate: add cs_CZ (#17632)
  web: bump @goauthentik/prettier-config from 1.0.5 to 3.1.0 in /web in the goauthentik group across 1 directory (#17684)
  web: Make action field search case insensitive in Event Matcher Policy Form (#17680)
  website/docs: add note about invite link not bound (#17657)
  web:  Abstract Wizard Lifecycle (#17658)
  ...
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants