[PR #168] [MERGED] Show assets on web #8496

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

📋 Pull Request Information

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

Base: mainHead: dev/show-assets-on-web


📝 Commits (5)

📊 Changes

14 files changed (+350 additions, -752 deletions)

View changed files

📝 .github/workflows/build_push_docker_latest.yml (+8 -3)
📝 README.md (+1 -1)
📝 server/src/api-v1/asset/asset.service.ts (+1 -1)
📝 web/package-lock.json (+96 -725)
📝 web/package.json (+3 -3)
📝 web/src/lib/api.ts (+16 -9)
web/src/lib/components/photos/immich-thumbnail.svelte (+46 -0)
web/src/lib/components/photos/intersection-observer.svelte (+55 -0)
📝 web/src/lib/components/shared/navigation-bar.svelte (+2 -2)
web/src/lib/models/immich-asset.ts (+54 -0)
web/src/lib/stores/assets.ts (+28 -0)
📝 web/src/routes/__layout.svelte (+1 -1)
📝 web/src/routes/index.svelte (+1 -1)
📝 web/src/routes/photos/index.svelte (+38 -6)

📄 Description

Show assets from the server on the web interface with date grouping.


🔄 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/168 **Author:** [@alextran1502](https://github.com/alextran1502) **Created:** 5/21/2022 **Status:** ✅ Merged **Merged:** 5/22/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `dev/show-assets-on-web` --- ### 📝 Commits (5) - [`057bd75`](https://github.com/immich-app/immich/commit/057bd75f44a019ccf3de7adbd86edd5e44eba68a) Implemented lazy loading thumbnail - [`36284d5`](https://github.com/immich-app/immich/commit/36284d533ffdf1993e7fb8118e3e5874db3bb9ff) Display image into group - [`7308929`](https://github.com/immich-app/immich/commit/7308929d2b67587c5ba321208686fb32c2fa9fb1) Update Readme - [`1d481dc`](https://github.com/immich-app/immich/commit/1d481dc69963796aa89c52508450df9d894dc272) Modify github action - [`3d6db46`](https://github.com/immich-app/immich/commit/3d6db4643c0ec8795c2521f97eda50d070899474) Fixed title typo ### 📊 Changes **14 files changed** (+350 additions, -752 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build_push_docker_latest.yml` (+8 -3) 📝 `README.md` (+1 -1) 📝 `server/src/api-v1/asset/asset.service.ts` (+1 -1) 📝 `web/package-lock.json` (+96 -725) 📝 `web/package.json` (+3 -3) 📝 `web/src/lib/api.ts` (+16 -9) ➕ `web/src/lib/components/photos/immich-thumbnail.svelte` (+46 -0) ➕ `web/src/lib/components/photos/intersection-observer.svelte` (+55 -0) 📝 `web/src/lib/components/shared/navigation-bar.svelte` (+2 -2) ➕ `web/src/lib/models/immich-asset.ts` (+54 -0) ➕ `web/src/lib/stores/assets.ts` (+28 -0) 📝 `web/src/routes/__layout.svelte` (+1 -1) 📝 `web/src/routes/index.svelte` (+1 -1) 📝 `web/src/routes/photos/index.svelte` (+38 -6) </details> ### 📄 Description Show assets from the server on the web interface with date grouping. --- <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:16 +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#8496