[PR #6737] [MERGED] feat(web): add warning when setting a quota superior to the disk size #11322

Closed
opened 2026-02-05 14:37:25 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/6737
Author: @martabal
Created: 1/30/2024
Status: Merged
Merged: 1/30/2024
Merged by: @alextran1502

Base: mainHead: feat/warning-quota-disk-size


📝 Commits (4)

📊 Changes

6 files changed (+41 additions, -27 deletions)

View changed files

📝 web/src/lib/components/forms/create-user-form.svelte (+10 -3)
📝 web/src/lib/components/forms/edit-user-form.svelte (+14 -4)
📝 web/src/lib/components/shared-components/status-box.svelte (+6 -17)
📝 web/src/lib/stores/server-info.store.ts (+1 -1)
📝 web/src/lib/utils/auth.ts (+8 -1)
📝 web/src/routes/admin/user-management/+page.ts (+2 -1)

📄 Description

fix for #6691

Screenshots

Screenshot from 2024-01-30 14-35-29


🔄 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/6737 **Author:** [@martabal](https://github.com/martabal) **Created:** 1/30/2024 **Status:** ✅ Merged **Merged:** 1/30/2024 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `feat/warning-quota-disk-size` --- ### 📝 Commits (4) - [`31d6cd7`](https://github.com/immich-app/immich/commit/31d6cd7eab8568fcddcd338d78cf32a78cf892b9) refactor: inline warning - [`45209f6`](https://github.com/immich-app/immich/commit/45209f61af0cea865ea319009f30884acc56b762) fix: do not use onmount - [`cf12e02`](https://github.com/immich-app/immich/commit/cf12e02f33304faa9013f494d7e500456c1e361f) chore: remove outdated comment - [`9e15318`](https://github.com/immich-app/immich/commit/9e15318b700c2e774962a716895c6d82e80ce57e) wording ### 📊 Changes **6 files changed** (+41 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `web/src/lib/components/forms/create-user-form.svelte` (+10 -3) 📝 `web/src/lib/components/forms/edit-user-form.svelte` (+14 -4) 📝 `web/src/lib/components/shared-components/status-box.svelte` (+6 -17) 📝 `web/src/lib/stores/server-info.store.ts` (+1 -1) 📝 `web/src/lib/utils/auth.ts` (+8 -1) 📝 `web/src/routes/admin/user-management/+page.ts` (+2 -1) </details> ### 📄 Description fix for #6691 ## Screenshots ![Screenshot from 2024-01-30 14-35-29](https://github.com/immich-app/immich/assets/74269598/dd5b4ca4-f017-487a-ac50-9fe93fd326b0) --- <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 14:37:25 +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#11322