[PR #535] [MERGED] Fixed #507 - Limit number of file upload on web #8663

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/535
Author: @alextran1502
Created: 8/26/2022
Status: Merged
Merged: 8/26/2022
Merged by: @alextran1502

Base: mainHead: fix-507-limit-file-upload-on-web


📝 Commits (1)

  • a128833 Added limit on total of file upload on web

📊 Changes

5 files changed (+31 additions, -14 deletions)

View changed files

📝 web/src/lib/components/shared-components/notification/notification-card.svelte (+4 -4)
📝 web/src/lib/components/shared-components/notification/notification-list.svelte (+9 -3)
📝 web/src/lib/components/shared-components/notification/notification.ts (+5 -5)
📝 web/src/lib/utils/file-uploader.ts (+13 -1)
📝 web/src/routes/+page.ts (+0 -1)

📄 Description

Fixed #507


🔄 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/535 **Author:** [@alextran1502](https://github.com/alextran1502) **Created:** 8/26/2022 **Status:** ✅ Merged **Merged:** 8/26/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `fix-507-limit-file-upload-on-web` --- ### 📝 Commits (1) - [`a128833`](https://github.com/immich-app/immich/commit/a128833e682422040cc22232efe447856ff946e3) Added limit on total of file upload on web ### 📊 Changes **5 files changed** (+31 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `web/src/lib/components/shared-components/notification/notification-card.svelte` (+4 -4) 📝 `web/src/lib/components/shared-components/notification/notification-list.svelte` (+9 -3) 📝 `web/src/lib/components/shared-components/notification/notification.ts` (+5 -5) 📝 `web/src/lib/utils/file-uploader.ts` (+13 -1) 📝 `web/src/routes/+page.ts` (+0 -1) </details> ### 📄 Description Fixed #507 --- <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:51:09 +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#8663