[PR #2880] [MERGED] Adds photo thumbnail to videos #9754

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

📋 Pull Request Information

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

Base: mainHead: fix/motion-photo-loading-thumbnail


📝 Commits (2)

  • ca25282 Motion photos use placeholder image for more seamless loading
  • 046b230 Fixes merge conflicts

📊 Changes

2 files changed (+58 additions, -36 deletions)

View changed files

📝 mobile/lib/modules/asset_viewer/views/gallery_viewer.dart (+38 -30)
📝 mobile/lib/modules/asset_viewer/views/video_viewer_page.dart (+20 -6)

📄 Description

Uses a preview thumbnail. Cherry-picked this commit from a rather stale PR.


🔄 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/2880 **Author:** [@martyfuhry](https://github.com/martyfuhry) **Created:** 6/20/2023 **Status:** ✅ Merged **Merged:** 6/21/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `fix/motion-photo-loading-thumbnail` --- ### 📝 Commits (2) - [`ca25282`](https://github.com/immich-app/immich/commit/ca252829a4f285c0a28ef379c4e82c724bd4dd36) Motion photos use placeholder image for more seamless loading - [`046b230`](https://github.com/immich-app/immich/commit/046b230ab1f5b8dcc2223224310bd9d22ec71f9d) Fixes merge conflicts ### 📊 Changes **2 files changed** (+58 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `mobile/lib/modules/asset_viewer/views/gallery_viewer.dart` (+38 -30) 📝 `mobile/lib/modules/asset_viewer/views/video_viewer_page.dart` (+20 -6) </details> ### 📄 Description Uses a preview thumbnail. [Cherry-picked this commit](https://github.com/immich-app/immich/pull/2364/commits/1242754690fdb2d7bd984fc0f69874c2442a5b93) from a rather [stale PR](https://github.com/immich-app/immich/pull/2364). --- <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:15 +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#9754