Skip to content

web: Move command palette invoker to sidebar#22109

Open
GirlBossRush wants to merge 3 commits intomainfrom
command-palette-invoker
Open

web: Move command palette invoker to sidebar#22109
GirlBossRush wants to merge 3 commits intomainfrom
command-palette-invoker

Conversation

@GirlBossRush
Copy link
Copy Markdown
Contributor

@GirlBossRush GirlBossRush commented May 7, 2026

Details

This PR moves the command palette invoker from the top page navigation bar, to the sidebar:

Screenshot 2026-05-07 at 15 15 45 Screenshot 2026-05-07 at 15 15 55 Screenshot 2026-05-07 at 15 19 53 Screenshot 2026-05-07 at 15 20 18

@GirlBossRush GirlBossRush requested a review from a team as a code owner May 7, 2026 12:35
@GirlBossRush GirlBossRush requested a review from BeryJu May 7, 2026 12:36
@netlify
Copy link
Copy Markdown

netlify Bot commented May 7, 2026

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 12d8dfc
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/69fc91784daf9e0008617463
😎 Deploy Preview https://deploy-preview-22109--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
Copy Markdown

netlify Bot commented May 7, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit b8b5464
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69fc87309b987c00082e40d9
😎 Deploy Preview https://deploy-preview-22109--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
Copy Markdown

codecov Bot commented May 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.23%. Comparing base (e50f093) to head (12d8dfc).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #22109      +/-   ##
==========================================
- Coverage   93.23%   93.23%   -0.01%     
==========================================
  Files        1026     1026              
  Lines       59410    59410              
  Branches      400      400              
==========================================
- Hits        55393    55391       -2     
- Misses       4017     4019       +2     
Flag Coverage Δ
conformance 36.85% <ø> (+<0.01%) ⬆️
e2e 42.07% <ø> (-0.01%) ⬇️
integration 33.25% <ø> (+<0.01%) ⬆️
rust 0.00% <ø> (ø)
unit 92.15% <ø> (ø)
unit-migrate 92.18% <ø> (+<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
Copy Markdown
Contributor

github-actions Bot commented May 7, 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-12d8dfc42b8f32c8dd92b61d3c2db580b98c2382
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-12d8dfc42b8f32c8dd92b61d3c2db580b98c2382

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

@GirlBossRush GirlBossRush force-pushed the command-palette-invoker branch from b8b5464 to 12d8dfc Compare May 7, 2026 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant