[PR #189] [MERGED] [WEB] View large images on web #8500

Closed
opened 2026-02-05 13:48:21 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/189
Author: @alextran1502
Created: 5/27/2022
Status: Merged
Merged: 5/27/2022
Merged by: @alextran1502

Base: mainHead: dev/asset-viewer-on-web


📝 Commits (10+)

  • c34483e Added selection icon to thumbnail
  • 78ecdbc Merge branch 'main' of github.com:alextran1502/immich into dev/asset-viewer-on-web
  • 201e87f Added microinteraction and video file indication
  • f5f5059 Merge branch 'main' of github.com:alextran1502/immich into dev/asset-viewer-on-web
  • 4b5dfba Added page to add page
  • 5fdd7ba show asset on big screen
  • d815add added image viewer
  • b8de650 navigate assets
  • 7a8ac3c added separate component for view video file
  • ad9a55e Added ffmpeg modules

📊 Changes

15 files changed (+530 additions, -228 deletions)

View changed files

📝 docker/.env.example (+1 -0)
📝 mobile/lib/modules/backup/services/backup.service.dart (+1 -1)
📝 server/Dockerfile (+1 -1)
📝 server/package-lock.json (+165 -154)
📝 server/package.json (+1 -0)
📝 server/src/api-v1/asset/asset.controller.ts (+1 -1)
📝 server/src/api-v1/asset/asset.service.ts (+31 -8)
📝 server/src/api-v1/asset/dto/serve-file.dto.ts (+4 -0)
📝 web/src/hooks.ts (+26 -20)
📝 web/src/lib/components/photos/immich-thumbnail.svelte (+85 -4)
web/src/lib/components/photos/photo_viewer.svelte (+62 -0)
web/src/lib/components/shared/loading-spinner.svelte (+18 -0)
📝 web/src/lib/stores/assets.ts (+8 -8)
📝 web/src/routes/__layout.svelte (+1 -1)
📝 web/src/routes/photos/index.svelte (+125 -30)

📄 Description

No description provided


🔄 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/189 **Author:** [@alextran1502](https://github.com/alextran1502) **Created:** 5/27/2022 **Status:** ✅ Merged **Merged:** 5/27/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `dev/asset-viewer-on-web` --- ### 📝 Commits (10+) - [`c34483e`](https://github.com/immich-app/immich/commit/c34483ec130d45ea2e5dbc0f626f3c467f09a968) Added selection icon to thumbnail - [`78ecdbc`](https://github.com/immich-app/immich/commit/78ecdbcded71d9a9b65ad2854dfca735900593e9) Merge branch 'main' of github.com:alextran1502/immich into dev/asset-viewer-on-web - [`201e87f`](https://github.com/immich-app/immich/commit/201e87f557f59fcb7fde83ff3c0bd83cefe5bd6a) Added microinteraction and video file indication - [`f5f5059`](https://github.com/immich-app/immich/commit/f5f5059d778d185fbccd732401f74cfd7944d172) Merge branch 'main' of github.com:alextran1502/immich into dev/asset-viewer-on-web - [`4b5dfba`](https://github.com/immich-app/immich/commit/4b5dfbac1945df9c66493b105009d9fdaf2ece9a) Added page to add page - [`5fdd7ba`](https://github.com/immich-app/immich/commit/5fdd7ba68e68f664e637bcbae65f922dd2b2da9d) show asset on big screen - [`d815add`](https://github.com/immich-app/immich/commit/d815add88f5f90ea1523c96eca692c7fe6f9b167) added image viewer - [`b8de650`](https://github.com/immich-app/immich/commit/b8de6506fced376bf50730160bbffcb1448705e7) navigate assets - [`7a8ac3c`](https://github.com/immich-app/immich/commit/7a8ac3cabfd95ba1917488be2cd7f8528b101628) added separate component for view video file - [`ad9a55e`](https://github.com/immich-app/immich/commit/ad9a55ec6e4c334128602c71ae43456d5db88c7d) Added ffmpeg modules ### 📊 Changes **15 files changed** (+530 additions, -228 deletions) <details> <summary>View changed files</summary> 📝 `docker/.env.example` (+1 -0) 📝 `mobile/lib/modules/backup/services/backup.service.dart` (+1 -1) 📝 `server/Dockerfile` (+1 -1) 📝 `server/package-lock.json` (+165 -154) 📝 `server/package.json` (+1 -0) 📝 `server/src/api-v1/asset/asset.controller.ts` (+1 -1) 📝 `server/src/api-v1/asset/asset.service.ts` (+31 -8) 📝 `server/src/api-v1/asset/dto/serve-file.dto.ts` (+4 -0) 📝 `web/src/hooks.ts` (+26 -20) 📝 `web/src/lib/components/photos/immich-thumbnail.svelte` (+85 -4) ➕ `web/src/lib/components/photos/photo_viewer.svelte` (+62 -0) ➕ `web/src/lib/components/shared/loading-spinner.svelte` (+18 -0) 📝 `web/src/lib/stores/assets.ts` (+8 -8) 📝 `web/src/routes/__layout.svelte` (+1 -1) 📝 `web/src/routes/photos/index.svelte` (+125 -30) </details> ### 📄 Description _No description provided_ --- <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 13:48:21 +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#8500