Skip to content

web: Fix disabled token icon buttons. - #25527

Open
GirlBossRush wants to merge 1 commit into
mainfrom
fix-disabled-token-icon-buttons
Open

web: Fix disabled token icon buttons.#25527
GirlBossRush wants to merge 1 commit into
mainfrom
fix-disabled-token-icon-buttons

Conversation

@GirlBossRush

Copy link
Copy Markdown
Contributor

Details

This PR fixes an issue where managed tokens allow for partial pointer actions when disabled i.e. clicking falls back to row selection, rather than presenting the tooltip.

Screenshot 2026-08-27 at 02 19 58

Closes #25473

@GirlBossRush GirlBossRush self-assigned this Aug 27, 2026
@GirlBossRush
GirlBossRush requested a review from a team as a code owner August 27, 2026 01:23
@GirlBossRush GirlBossRush added the area:frontend Features or issues related to the browser, TypeScript, Node.js, etc label Aug 27, 2026
@GirlBossRush GirlBossRush added the backport/version-2026.8 Add this label to PRs to backport changes to version-2026.8 label Aug 27, 2026
@netlify

netlify Bot commented Aug 27, 2026

Copy link
Copy Markdown

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 77994a0
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/6a8f917a857b650007b4fb95
😎 Deploy Preview https://deploy-preview-25527--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

netlify Bot commented Aug 27, 2026

Copy link
Copy Markdown

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 77994a0
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6a8f917ab9583300086af8f7
😎 Deploy Preview https://deploy-preview-25527--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

codecov Bot commented Aug 27, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.63%. Comparing base (95e7586) to head (77994a0).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #25527      +/-   ##
==========================================
- Coverage   91.67%   91.63%   -0.04%     
==========================================
  Files        1151     1151              
  Lines       73416    73416              
  Branches     4054     4054              
==========================================
- Hits        67301    67275      -26     
- Misses       6073     6099      +26     
  Partials       42       42              
Flag Coverage Δ
conformance 34.41% <ø> (+<0.01%) ⬆️
e2e 39.07% <ø> (+<0.01%) ⬆️
integration 30.56% <ø> (-0.45%) ⬇️
rust 42.92% <ø> (ø)
unit 93.22% <ø> (+<0.01%) ⬆️
unit-migrate 93.23% <ø> (-0.01%) ⬇️

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

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

@github-actions

Copy link
Copy Markdown
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-77994a008ac36a655a135b643c8b54dcd80cadc3
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-77994a008ac36a655a135b643c8b54dcd80cadc3

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

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-2026.8 Add this label to PRs to backport changes to version-2026.8

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

On Tokens page, Edit button does not register click

1 participant