[PR #705] [MERGED] feat(web): Update to latest version of SvelteKit #8733

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/705
Author: @alextran1502
Created: 9/17/2022
Status: Merged
Merged: 9/17/2022
Merged by: @alextran1502

Base: mainHead: feat/update-sveltekit


📝 Commits (3)

📊 Changes

14 files changed (+5697 additions, -2448 deletions)

View changed files

📝 web/package-lock.json (+5669 -2425)
📝 web/src/hooks.server.ts (+0 -0)
📝 web/src/lib/components/album-page/album-viewer.svelte (+3 -3)
📝 web/src/lib/components/asset-viewer/detail-panel.svelte (+2 -2)
📝 web/src/lib/components/shared-components/base-modal.svelte (+1 -1)
📝 web/src/lib/components/shared-components/control-app-bar.svelte (+1 -1)
📝 web/src/lib/components/shared-components/navigation-bar.svelte (+6 -2)
📝 web/src/lib/components/shared-components/side-bar/side-bar.svelte (+8 -4)
📝 web/src/lib/constants.ts (+1 -1)
📝 web/src/routes/+error.svelte (+2 -2)
📝 web/src/routes/+page.ts (+1 -1)
📝 web/src/routes/albums/+page.svelte (+1 -1)
📝 web/src/routes/sharing/+page.svelte (+1 -1)
📝 web/svelte.config.js (+1 -4)

📄 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/705 **Author:** [@alextran1502](https://github.com/alextran1502) **Created:** 9/17/2022 **Status:** ✅ Merged **Merged:** 9/17/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `feat/update-sveltekit` --- ### 📝 Commits (3) - [`b97150e`](https://github.com/immich-app/immich/commit/b97150e8fcf8e7a2d2e880db9d1b81849542bfde) feat(web): Update to latest version of SvelteKit - [`9fcbe86`](https://github.com/immich-app/immich/commit/9fcbe86519ed54584cd5b05ae4325ce6ae7d4b7b) Fixed error page - [`9d7d97a`](https://github.com/immich-app/immich/commit/9d7d97a70337d2f387c387a4cd784b24f4f6c9ed) Fixed test ### 📊 Changes **14 files changed** (+5697 additions, -2448 deletions) <details> <summary>View changed files</summary> 📝 `web/package-lock.json` (+5669 -2425) 📝 `web/src/hooks.server.ts` (+0 -0) 📝 `web/src/lib/components/album-page/album-viewer.svelte` (+3 -3) 📝 `web/src/lib/components/asset-viewer/detail-panel.svelte` (+2 -2) 📝 `web/src/lib/components/shared-components/base-modal.svelte` (+1 -1) 📝 `web/src/lib/components/shared-components/control-app-bar.svelte` (+1 -1) 📝 `web/src/lib/components/shared-components/navigation-bar.svelte` (+6 -2) 📝 `web/src/lib/components/shared-components/side-bar/side-bar.svelte` (+8 -4) 📝 `web/src/lib/constants.ts` (+1 -1) 📝 `web/src/routes/+error.svelte` (+2 -2) 📝 `web/src/routes/+page.ts` (+1 -1) 📝 `web/src/routes/albums/+page.svelte` (+1 -1) 📝 `web/src/routes/sharing/+page.svelte` (+1 -1) 📝 `web/svelte.config.js` (+1 -4) </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:52: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#8733