Skip to content

web: Center footer links.#20345

Merged
GirlBossRush merged 4 commits intomainfrom
center-footer-links
Feb 19, 2026
Merged

web: Center footer links.#20345
GirlBossRush merged 4 commits intomainfrom
center-footer-links

Conversation

@GirlBossRush
Copy link
Contributor

@GirlBossRush GirlBossRush commented Feb 17, 2026

Details

This PR centers footer links on the flow executor, along with a few tablet media query improvements for pages which contain many links.

Notes on the card alignment

We have a strong preference for always keeping the content within the viewport. If the footer is below the fold, the card will forego some space up to a point.

The most strict aspect of the layout is that the card will push all other content out of the viewport if there isn't enough space to render itself. What is calculated as "enough space" is something like "the vertical height needed to render the busiest hypothetical flow" e.g. login and password inputs, captcha, enrollment links, etc. There's also some preference for avoiding vertical repaints during the loading of flows.

Before

Desktop

Screenshot 2026-02-17 at 18 27 05

Mobile

Screenshot 2026-02-17 at 18 26 52

After

Desktop

Screenshot 2026-02-17 at 18 20 13

Mobile

Screenshot 2026-02-17 at 18 24 24

@GirlBossRush GirlBossRush added the area:frontend Features or issues related to the browser, TypeScript, Node.js, etc label Feb 17, 2026
@GirlBossRush GirlBossRush requested a review from a team as a code owner February 17, 2026 06:58
@GirlBossRush GirlBossRush added the backport/version-2026.2 Add this label to PRs to backport changes to version-2026.2 label Feb 17, 2026
@netlify
Copy link

netlify bot commented Feb 17, 2026

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit be02703
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/6994a4b364a88600075ebf4e
😎 Deploy Preview https://deploy-preview-20345--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 Feb 17, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit bd4c8a2
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6994119a9fdbbe0008f2442f
😎 Deploy Preview https://deploy-preview-20345--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 Feb 17, 2026

Codecov Report

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

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20345      +/-   ##
==========================================
- Coverage   93.32%   93.30%   -0.02%     
==========================================
  Files         981      981              
  Lines       55134    55155      +21     
==========================================
+ Hits        51453    51463      +10     
- Misses       3681     3692      +11     
Flag Coverage Δ
conformance 37.45% <ø> (+<0.01%) ⬆️
e2e 43.26% <ø> (-0.01%) ⬇️
integration 22.43% <ø> (-0.01%) ⬇️
unit 91.50% <ø> (-0.02%) ⬇️
unit-migrate 91.54% <ø> (-0.02%) ⬇️

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 Feb 17, 2026

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-be027037127c518984d0b00debb1bf136f1eab39
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-be027037127c518984d0b00debb1bf136f1eab39

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

@netlify
Copy link

netlify bot commented Feb 17, 2026

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 551173a
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/69949eb71562450009103c49
😎 Deploy Preview https://deploy-preview-20345--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.

@github-project-automation github-project-automation bot moved this from Todo to In Progress in authentik Core Feb 19, 2026
@GirlBossRush GirlBossRush merged commit c35bfe9 into main Feb 19, 2026
103 checks passed
@GirlBossRush GirlBossRush deleted the center-footer-links branch February 19, 2026 17:55
@github-project-automation github-project-automation bot moved this from In Progress to Done in authentik Core Feb 19, 2026
authentik-automation bot pushed a commit that referenced this pull request Feb 19, 2026
* web: Center footer links.

* Refine track resizing behavior.

* Fix odd scenario.

* Tidy padding.
@authentik-automation
Copy link
Contributor

🍒 Cherry-pick to version-2026.2 created: #20425

kensternberg-authentik added a commit that referenced this pull request Feb 20, 2026
…ionship

* main:
  core: bump msgraph-sdk from 1.54.0 to 1.55.0 (#20432)
  core: bump aws-cdk-lib from 2.238.0 to 2.239.0 (#20434)
  core: bump constructs from 10.5.0 to 10.5.1 (#20433)
  core: bump goauthentik/fips-python from `c272691` to `d973c46` in /lifecycle/container (#20437)
  core: bump goauthentik/fips-debian from `b0917af` to `4419749` in /lifecycle/container (#20438)
  web/admin/bugfix: Edit Stage not working. Invoking IdentificationStageForm not working (#20429)
  core: bump ruff from 0.15.1 to 0.15.2 (#20435)
  enterprise/providers/microsoft_entra: only check upn when set (#20441)
  core: bump selenium from 4.40.0 to 4.41.0 (#20436)
  website/docs: change permission name from 'Can view Admin interface' to 'Can access…' (#20412)
  website/integrations: add OIDC and update SAML instructions for Zammad (#20421)
  website/integrations: update wazuh acs url (#20401)
  web: Center footer links. (#20345)
kensternberg-authentik added a commit that referenced this pull request Feb 21, 2026
* main: (29 commits)
  web/flow: refactor flow executor so component selection is in an easy-to-maintain table (#19999)
  website/integrations: gatus: fix config block  (#20446)
  core: bump msgraph-sdk from 1.54.0 to 1.55.0 (#20432)
  core: bump aws-cdk-lib from 2.238.0 to 2.239.0 (#20434)
  core: bump constructs from 10.5.0 to 10.5.1 (#20433)
  core: bump goauthentik/fips-python from `c272691` to `d973c46` in /lifecycle/container (#20437)
  core: bump goauthentik/fips-debian from `b0917af` to `4419749` in /lifecycle/container (#20438)
  web/admin/bugfix: Edit Stage not working. Invoking IdentificationStageForm not working (#20429)
  core: bump ruff from 0.15.1 to 0.15.2 (#20435)
  enterprise/providers/microsoft_entra: only check upn when set (#20441)
  core: bump selenium from 4.40.0 to 4.41.0 (#20436)
  website/docs: change permission name from 'Can view Admin interface' to 'Can access…' (#20412)
  website/integrations: add OIDC and update SAML instructions for Zammad (#20421)
  website/integrations: update wazuh acs url (#20401)
  web: Center footer links. (#20345)
  core: bump goauthentik.io/api/v3 to 3.2026.5.0-rc1-1771349690 (#20367)
  ci: bump tj-actions/changed-files from 47.0.3 to 47.0.4 (#20374)
  ci: bump helm/kind-action from 1.13.0 to 1.14.0 (#20375)
  core: bump library/golang from 1.25.5-trixie to 1.26.0-trixie in /lifecycle/container (#20381)
  core: bump goauthentik/fips-debian from `10dadf1` to `b0917af` in /lifecycle/container (#20382)
  ...
kensternberg-authentik added a commit that referenced this pull request Feb 23, 2026
* main: (30 commits)
  web/flow: generate a single API object for network transactions and use it for the lifetime of the FlowExecutor (#20030)
  web/flow: refactor flow executor so component selection is in an easy-to-maintain table (#19999)
  website/integrations: gatus: fix config block  (#20446)
  core: bump msgraph-sdk from 1.54.0 to 1.55.0 (#20432)
  core: bump aws-cdk-lib from 2.238.0 to 2.239.0 (#20434)
  core: bump constructs from 10.5.0 to 10.5.1 (#20433)
  core: bump goauthentik/fips-python from `c272691` to `d973c46` in /lifecycle/container (#20437)
  core: bump goauthentik/fips-debian from `b0917af` to `4419749` in /lifecycle/container (#20438)
  web/admin/bugfix: Edit Stage not working. Invoking IdentificationStageForm not working (#20429)
  core: bump ruff from 0.15.1 to 0.15.2 (#20435)
  enterprise/providers/microsoft_entra: only check upn when set (#20441)
  core: bump selenium from 4.40.0 to 4.41.0 (#20436)
  website/docs: change permission name from 'Can view Admin interface' to 'Can access…' (#20412)
  website/integrations: add OIDC and update SAML instructions for Zammad (#20421)
  website/integrations: update wazuh acs url (#20401)
  web: Center footer links. (#20345)
  core: bump goauthentik.io/api/v3 to 3.2026.5.0-rc1-1771349690 (#20367)
  ci: bump tj-actions/changed-files from 47.0.3 to 47.0.4 (#20374)
  ci: bump helm/kind-action from 1.13.0 to 1.14.0 (#20375)
  core: bump library/golang from 1.25.5-trixie to 1.26.0-trixie in /lifecycle/container (#20381)
  ...
GirlBossRush added a commit that referenced this pull request Feb 24, 2026
* web: Center footer links.

* Refine track resizing behavior.

* Fix odd scenario.

* Tidy padding.
GirlBossRush added a commit that referenced this pull request Feb 24, 2026
)

web: Center footer links. (#20345)

* web: Center footer links.

* Refine track resizing behavior.

* Fix odd scenario.

* Tidy padding.

Co-authored-by: Teffen Ellis <592134+GirlBossRush@users.noreply.github.com>
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.2 Add this label to PRs to backport changes to version-2026.2

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants