[PR #171] [MERGED] Use lodash-es and remove hydration option on photos page fixed the pr… #8498

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

📋 Pull Request Information

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

Base: mainHead: bug/fixed-js-problem-in-sveltekit-prod-build


📝 Commits (1)

  • 4d3434b Use lodash-es and remove hydration option on photos page fixed the problem

📊 Changes

8 files changed (+163 additions, -22 deletions)

View changed files

📝 Makefile (+3 -0)
docker/docker-compose.staging.yml (+105 -0)
📝 web/package-lock.json (+30 -0)
📝 web/package.json (+2 -0)
📝 web/src/lib/stores/assets.ts (+10 -5)
📝 web/src/routes/__layout.svelte (+13 -14)
📝 web/src/routes/photos/index.svelte (+0 -1)
📝 web/svelte.config.js (+0 -2)

📄 Description

…oblem


🔄 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/171 **Author:** [@alextran1502](https://github.com/alextran1502) **Created:** 5/22/2022 **Status:** ✅ Merged **Merged:** 5/22/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `bug/fixed-js-problem-in-sveltekit-prod-build` --- ### 📝 Commits (1) - [`4d3434b`](https://github.com/immich-app/immich/commit/4d3434b255a243ff0a1b31286e26ad1f29b75e30) Use lodash-es and remove hydration option on photos page fixed the problem ### 📊 Changes **8 files changed** (+163 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+3 -0) ➕ `docker/docker-compose.staging.yml` (+105 -0) 📝 `web/package-lock.json` (+30 -0) 📝 `web/package.json` (+2 -0) 📝 `web/src/lib/stores/assets.ts` (+10 -5) 📝 `web/src/routes/__layout.svelte` (+13 -14) 📝 `web/src/routes/photos/index.svelte` (+0 -1) 📝 `web/svelte.config.js` (+0 -2) </details> ### 📄 Description …oblem --- <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:17 +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#8498