[PR #2890] [MERGED] feat(web): Add keyboard event support to memory view #9760

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/2890
Author: @klejejs
Created: 6/21/2023
Status: Merged
Merged: 6/21/2023
Merged by: @alextran1502

Base: mainHead: feature/add-keyboard-event-support-to-memovy-view-in-web


📝 Commits (2)

  • caa6c58 Add keyboard event support to memory view in web
  • 72a35ff Implement PR suggestions

📊 Changes

1 file changed (+20 additions, -4 deletions)

View changed files

📝 web/src/lib/components/memory-page/memory-viewer.svelte (+20 -4)

📄 Description

Fixes #2889.

This PR adds support to navigate memories with arrow keys as well as exit them by pressing the escape key.


🔄 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/2890 **Author:** [@klejejs](https://github.com/klejejs) **Created:** 6/21/2023 **Status:** ✅ Merged **Merged:** 6/21/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `feature/add-keyboard-event-support-to-memovy-view-in-web` --- ### 📝 Commits (2) - [`caa6c58`](https://github.com/immich-app/immich/commit/caa6c58bc98b0310a11c97f162be14fc3b3f575d) Add keyboard event support to memory view in web - [`72a35ff`](https://github.com/immich-app/immich/commit/72a35ff33b4659b4b5062cab1caa95fd54e7a809) Implement PR suggestions ### 📊 Changes **1 file changed** (+20 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `web/src/lib/components/memory-page/memory-viewer.svelte` (+20 -4) </details> ### 📄 Description Fixes #2889. This PR adds support to navigate memories with arrow keys as well as exit them by pressing the escape key. --- <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:10:19 +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#9760