[PR #23721] [CLOSED] Allow loading of fullres previews #17606

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/23721
Author: @ldy985
Created: 11/9/2025
Status: Closed

Base: mainHead: fix/full-res-preview-loading


📝 Commits (1)

  • 4950c80 Allow loading of full res preview

📊 Changes

1 file changed (+28 additions, -2 deletions)

View changed files

📝 mobile/lib/presentation/widgets/images/remote_image_provider.dart (+28 -2)

📄 Description

Description

The option "Load preview image" seems to have no effect, and it is currently not possible to load the full resolution preview images.
This PR changes "Load preview image" to enable loading of the full size preview.

Fixes https://github.com/immich-app/immich/discussions/23719

How Has This Been Tested?

This has not been tested. I don't know anything about mobile development or dart.

Checklist:

  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation if applicable
  • I have no unrelated changes in the PR.
  • I have confirmed that any new dependencies are strictly necessary.
  • I have written tests for new code (if applicable)
  • I have followed naming conventions/patterns in the surrounding code
  • All code in src/services/ uses repositories implementations for database calls, filesystem operations, etc.
  • All code in src/repositories/ is pretty basic/simple and does not have any immich specific logic (that belongs in src/services/)

Please describe to which degree, if any, an LLM was used in creating this pull request.

None..


🔄 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/23721 **Author:** [@ldy985](https://github.com/ldy985) **Created:** 11/9/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/full-res-preview-loading` --- ### 📝 Commits (1) - [`4950c80`](https://github.com/immich-app/immich/commit/4950c8088cc05f9b001cc12277b81efd7e028450) Allow loading of full res preview ### 📊 Changes **1 file changed** (+28 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `mobile/lib/presentation/widgets/images/remote_image_provider.dart` (+28 -2) </details> ### 📄 Description ## Description The option "Load preview image" seems to have no effect, and it is currently not possible to load the full resolution preview images. This PR changes "Load preview image" to enable loading of the full size preview. <!--- Describe your changes in detail --> <!--- Why is this change required? What problem does it solve? --> <!--- If it fixes an open issue, please link to the issue here. --> Fixes https://github.com/immich-app/immich/discussions/23719 ## How Has This Been Tested? This has not been tested. I don't know anything about mobile development or dart. ## Checklist: - [ ] I have performed a self-review of my own code - [ ] I have made corresponding changes to the documentation if applicable - [X] I have no unrelated changes in the PR. - [ ] I have confirmed that any new dependencies are strictly necessary. - [ ] I have written tests for new code (if applicable) - [X] I have followed naming conventions/patterns in the surrounding code - [x] All code in `src/services/` uses repositories implementations for database calls, filesystem operations, etc. - [x] All code in `src/repositories/` is pretty basic/simple and does not have any immich specific logic (that belongs in `src/services/`) ## Please describe to which degree, if any, an LLM was used in creating this pull request. None.. --- <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:41 +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#17606