Skip to content

Conversation

@GirlBossRush
Copy link
Contributor

Details

This PR adjusts the app card title font size to make better use of the space available on different viewports.

Screenshot 2025-10-31 at 17 24 12 Screenshot 2025-10-31 at 17 24 26 Screenshot 2025-10-31 at 17 24 19

Caveats

In some extreme cases, we prefer to show as much of the title text as possible. Its not quite as elegant as clamping the line count, but it remains readable:

Screenshot 2025-10-31 at 17 28 24

@netlify
Copy link

netlify bot commented Oct 31, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit 0135914
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6904e554bdf82b0008d90206

@netlify
Copy link

netlify bot commented Oct 31, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 0135914
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/6904e5545436800008120473
😎 Deploy Preview https://deploy-preview-17867--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 31, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit 0135914
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/6904e55444e9f00008542f2b

@GirlBossRush GirlBossRush requested a review from BeryJu October 31, 2025 16:33
@GirlBossRush GirlBossRush self-assigned this Oct 31, 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 a11y Features or issues related to accessibility labels Oct 31, 2025
@GirlBossRush GirlBossRush force-pushed the improve-app-title-visibility branch from b275c69 to 0135914 Compare October 31, 2025 16:35
@codecov
Copy link

codecov bot commented Oct 31, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.00%. Comparing base (82ecd41) to head (0135914).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #17867      +/-   ##
==========================================
+ Coverage   92.72%   93.00%   +0.28%     
==========================================
  Files         869      869              
  Lines       47960    47960              
==========================================
+ Hits        44471    44606     +135     
+ Misses       3489     3354     -135     
Flag Coverage Δ
e2e 45.30% <ø> (+0.73%) ⬆️
integration 23.22% <ø> (+0.03%) ⬆️
unit 91.08% <ø> (-0.01%) ⬇️
unit-migrate 91.13% <ø> (+<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-0135914c931a863b149f12a19e1571fa9e6b528e
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-0135914c931a863b149f12a19e1571fa9e6b528e

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

@GirlBossRush GirlBossRush moved this from Todo to Needs review in authentik Core Nov 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

a11y Features or issues related to accessibility 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

Status: Needs review

Development

Successfully merging this pull request may close these issues.

2 participants