fix: display error message when local storage quota is exceeded (#9961)

* fix: display error message when local storage quota is exceeded

* add danger alert instead of toast

* tweak text

---------

Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com>
This commit is contained in:
Emil
2025-09-30 23:54:43 +02:00
committed by GitHub
parent fde796a7a0
commit 835eb8d2fd
4 changed files with 39 additions and 5 deletions

View File

@@ -260,7 +260,8 @@
"resetLibrary": "This will clear your library. Are you sure?",
"removeItemsFromsLibrary": "Delete {{count}} item(s) from library?",
"invalidEncryptionKey": "Encryption key must be of 22 characters. Live collaboration is disabled.",
"collabOfflineWarning": "No internet connection available.\nYour changes will not be saved!"
"collabOfflineWarning": "No internet connection available.\nYour changes will not be saved!",
"localStorageQuotaExceeded": "Browser storage quota exceeded. Changes will not be saved."
},
"errors": {
"unsupportedFileType": "Unsupported file type.",