[PR #4057] [MERGED] refactor(web): disable shortcut when writting #10225

Closed
opened 2026-02-05 14:18:05 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/4057
Author: @martabal
Created: 9/11/2023
Status: Merged
Merged: 9/12/2023
Merged by: @alextran1502

Base: mainHead: refactor/disable-shortcut-when-writting


📝 Commits (4)

📊 Changes

9 files changed (+32 additions, -37 deletions)

View changed files

📝 web/src/lib/components/album-page/album-viewer.svelte (+4 -0)
📝 web/src/lib/components/asset-viewer/asset-viewer.svelte (+8 -11)
📝 web/src/lib/components/photos-page/actions/add-to-album.svelte (+1 -11)
📝 web/src/lib/components/photos-page/asset-grid.svelte (+2 -2)
web/src/lib/stores/shortcut.store.ts (+0 -3)
web/src/lib/utils/shortcut.ts (+7 -0)
📝 web/src/routes/(user)/albums/[albumId]/+page.svelte (+2 -10)
📝 web/src/routes/(user)/people/+page.svelte (+4 -0)
📝 web/src/routes/(user)/search/+page.svelte (+4 -0)

📄 Description

Following https://github.com/immich-app/immich/pull/4053#discussion_r1321408726


🔄 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/4057 **Author:** [@martabal](https://github.com/martabal) **Created:** 9/11/2023 **Status:** ✅ Merged **Merged:** 9/12/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `refactor/disable-shortcut-when-writting` --- ### 📝 Commits (4) - [`a71a576`](https://github.com/immich-app/immich/commit/a71a576a17eead22f85d38f01d644aa1b801c3a1) Revert "fix: disable shortcut when writting text (#4053)" - [`b9d5e89`](https://github.com/immich-app/immich/commit/b9d5e89b4a5f3c45ece066250ce009118f8b18b7) refactor: disable shortcut when writting - [`5d992f8`](https://github.com/immich-app/immich/commit/5d992f87724b9f8902bde27579e17c14720f087c) pr feedback - [`4d4c071`](https://github.com/immich-app/immich/commit/4d4c071ce7435fca10359aebab52418c6ce69084) pr feedback ### 📊 Changes **9 files changed** (+32 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `web/src/lib/components/album-page/album-viewer.svelte` (+4 -0) 📝 `web/src/lib/components/asset-viewer/asset-viewer.svelte` (+8 -11) 📝 `web/src/lib/components/photos-page/actions/add-to-album.svelte` (+1 -11) 📝 `web/src/lib/components/photos-page/asset-grid.svelte` (+2 -2) ➖ `web/src/lib/stores/shortcut.store.ts` (+0 -3) ➕ `web/src/lib/utils/shortcut.ts` (+7 -0) 📝 `web/src/routes/(user)/albums/[albumId]/+page.svelte` (+2 -10) 📝 `web/src/routes/(user)/people/+page.svelte` (+4 -0) 📝 `web/src/routes/(user)/search/+page.svelte` (+4 -0) </details> ### 📄 Description Following https://github.com/immich-app/immich/pull/4053#discussion_r1321408726 --- <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 14:18:05 +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#10225