[PR #23693] [MERGED] feat: command palette #17595

Closed
opened 2026-02-05 16:24:30 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/23693
Author: @danieldietzler
Created: 11/8/2025
Status: Merged
Merged: 11/27/2025
Merged by: @danieldietzler

Base: mainHead: feat/command-palette


📝 Commits (1)

📊 Changes

14 files changed (+169 additions, -35 deletions)

View changed files

📝 i18n/en.json (+13 -0)
📝 pnpm-lock.yaml (+5 -5)
📝 web/package.json (+1 -1)
📝 web/src/lib/services/library.service.ts (+18 -1)
📝 web/src/lib/services/system-config.service.ts (+12 -0)
📝 web/src/lib/services/user-admin.service.ts (+10 -3)
📝 web/src/routes/+layout.svelte (+52 -2)
📝 web/src/routes/+layout.ts (+3 -0)
📝 web/src/routes/admin/jobs-status/+page.svelte (+27 -15)
📝 web/src/routes/admin/library-management/+page.svelte (+5 -5)
📝 web/src/routes/admin/library-management/[id]/+page.svelte (+14 -1)
📝 web/src/routes/admin/system-settings/+page.svelte (+3 -1)
📝 web/src/routes/admin/users/+page.svelte (+3 -1)
📝 web/src/routes/admin/users/[id]/+page.svelte (+3 -0)

📄 Description

Command palette commands for the admin pages!


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/23693 **Author:** [@danieldietzler](https://github.com/danieldietzler) **Created:** 11/8/2025 **Status:** ✅ Merged **Merged:** 11/27/2025 **Merged by:** [@danieldietzler](https://github.com/danieldietzler) **Base:** `main` ← **Head:** `feat/command-palette` --- ### 📝 Commits (1) - [`529031f`](https://github.com/immich-app/immich/commit/529031ff3a2ebe1283eb55602add5e7eb1cd6c51) feat: command palette ### 📊 Changes **14 files changed** (+169 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `i18n/en.json` (+13 -0) 📝 `pnpm-lock.yaml` (+5 -5) 📝 `web/package.json` (+1 -1) 📝 `web/src/lib/services/library.service.ts` (+18 -1) 📝 `web/src/lib/services/system-config.service.ts` (+12 -0) 📝 `web/src/lib/services/user-admin.service.ts` (+10 -3) 📝 `web/src/routes/+layout.svelte` (+52 -2) 📝 `web/src/routes/+layout.ts` (+3 -0) 📝 `web/src/routes/admin/jobs-status/+page.svelte` (+27 -15) 📝 `web/src/routes/admin/library-management/+page.svelte` (+5 -5) 📝 `web/src/routes/admin/library-management/[id]/+page.svelte` (+14 -1) 📝 `web/src/routes/admin/system-settings/+page.svelte` (+3 -1) 📝 `web/src/routes/admin/users/+page.svelte` (+3 -1) 📝 `web/src/routes/admin/users/[id]/+page.svelte` (+3 -0) </details> ### 📄 Description Command palette commands for the admin pages! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 16:24:30 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#17595