Skip to content

Conversation

@GirlBossRush
Copy link
Contributor

Details

This PR fixes a few minor UI issues:

  • Horizontal scrollbars no longer appear on the login page when on largish-mobile/smaller tablet viewports
  • Box shadows on the login card now only appears when the background is visible
  • Labels within form groups better align with fields without borders, such as in most of our customized text inputs.

@GirlBossRush GirlBossRush self-assigned this Dec 6, 2025
@GirlBossRush GirlBossRush requested a review from a team as a code owner December 6, 2025 19:46
@GirlBossRush GirlBossRush added the area:frontend Features or issues related to the browser, TypeScript, Node.js, etc label Dec 6, 2025
@netlify
Copy link

netlify bot commented Dec 6, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 64d8efc
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/693833782bdb530008386fff
😎 Deploy Preview https://deploy-preview-18650--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 Dec 6, 2025

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 64d8efc
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/69383378d1896e000856f4ef
😎 Deploy Preview https://deploy-preview-18650--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.

@netlify
Copy link

netlify bot commented Dec 6, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 64d8efc
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/69383378d1896e000856f4ea
😎 Deploy Preview https://deploy-preview-18650--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.

@GirlBossRush GirlBossRush requested a review from BeryJu December 6, 2025 19:46
@GirlBossRush GirlBossRush added this to the Release 2025.12 milestone Dec 6, 2025
@codecov
Copy link

codecov bot commented Dec 6, 2025

Codecov Report

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

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #18650   +/-   ##
=======================================
  Coverage   93.19%   93.19%           
=======================================
  Files         929      929           
  Lines       51174    51174           
=======================================
+ Hits        47692    47693    +1     
+ Misses       3482     3481    -1     
Flag Coverage Δ
e2e 44.90% <ø> (+<0.01%) ⬆️
integration 23.14% <ø> (+<0.01%) ⬆️
unit 91.41% <ø> (+<0.01%) ⬆️
unit-migrate 91.46% <ø> (+9.53%) ⬆️

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

github-actions bot commented Dec 6, 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-64d8efc3b1a7b401fab2261176fc0e18975f0cda
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-64d8efc3b1a7b401fab2261176fc0e18975f0cda

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

@GirlBossRush GirlBossRush force-pushed the ui-tidy-v2 branch 3 times, most recently from bc2be47 to ae0aac6 Compare December 8, 2025 21:41
protected renderChipGroup(): TemplateResult {
return html`<ak-chip-group>
return html`<ak-chip-group
exportparts="chip-group:selected-chip-group"
Copy link
Contributor

Choose a reason for hiding this comment

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

❤️

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.

3 participants