[PR #24904] feat: web - swipe feedback - show image while swiping/dragging left/right #18023

Open
opened 2026-02-05 16:31:19 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/24904
Author: @midzelis
Created: 12/28/2025
Status: 🔄 Open

Base: refactor/adaptive_imageHead: push-nwxlpmyzkyrl


📝 Commits (1)

📊 Changes

13 files changed (+766 additions, -190 deletions)

View changed files

📝 e2e/src/mock-network/timeline-network.ts (+2 -2)
📝 e2e/src/web/specs/photo-viewer.e2e-spec.ts (+22 -10)
📝 e2e/src/web/specs/search/search-gallery.ui-spec.ts (+2 -1)
📝 e2e/src/web/specs/timeline/utils.ts (+4 -6)
📝 web/src/lib/components/asset-viewer/asset-viewer.svelte (+103 -66)
📝 web/src/lib/components/asset-viewer/photo-viewer.svelte (+47 -5)
web/src/lib/components/asset-viewer/swipe-feedback.svelte (+395 -0)
📝 web/src/lib/components/asset-viewer/video-native-viewer.svelte (+160 -75)
📝 web/src/lib/components/asset-viewer/video-wrapper-viewer.svelte (+13 -13)
📝 web/src/lib/managers/ImageManager.svelte.ts (+2 -8)
📝 web/src/lib/managers/event-manager.svelte.ts (+3 -0)
📝 web/src/lib/utils/adaptive-image-loader.svelte.ts (+6 -0)
📝 web/src/lib/utils/invocationTracker.ts (+7 -4)

📄 Description

feat: web - swipe feedback - show image while swiping/dragging left/right


🔄 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/24904 **Author:** [@midzelis](https://github.com/midzelis) **Created:** 12/28/2025 **Status:** 🔄 Open **Base:** `refactor/adaptive_image` ← **Head:** `push-nwxlpmyzkyrl` --- ### 📝 Commits (1) - [`270b5ce`](https://github.com/immich-app/immich/commit/270b5ce0bd2d6cc2c5cbbd31d791abe5e96296fc) feat: swipe feedback ### 📊 Changes **13 files changed** (+766 additions, -190 deletions) <details> <summary>View changed files</summary> 📝 `e2e/src/mock-network/timeline-network.ts` (+2 -2) 📝 `e2e/src/web/specs/photo-viewer.e2e-spec.ts` (+22 -10) 📝 `e2e/src/web/specs/search/search-gallery.ui-spec.ts` (+2 -1) 📝 `e2e/src/web/specs/timeline/utils.ts` (+4 -6) 📝 `web/src/lib/components/asset-viewer/asset-viewer.svelte` (+103 -66) 📝 `web/src/lib/components/asset-viewer/photo-viewer.svelte` (+47 -5) ➕ `web/src/lib/components/asset-viewer/swipe-feedback.svelte` (+395 -0) 📝 `web/src/lib/components/asset-viewer/video-native-viewer.svelte` (+160 -75) 📝 `web/src/lib/components/asset-viewer/video-wrapper-viewer.svelte` (+13 -13) 📝 `web/src/lib/managers/ImageManager.svelte.ts` (+2 -8) 📝 `web/src/lib/managers/event-manager.svelte.ts` (+3 -0) 📝 `web/src/lib/utils/adaptive-image-loader.svelte.ts` (+6 -0) 📝 `web/src/lib/utils/invocationTracker.ts` (+7 -4) </details> ### 📄 Description feat: web - swipe feedback - show image while swiping/dragging left/right --- <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:31: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#18023