Uh oh!
There was an error while loading. Please reload this page.
feat(files): quota warning and disabled upload button - #41346
Conversation
e15eaf2 to
83f04b0Compare
emoral435
left a comment
There was a problem hiding this comment.
Really liked these changes. Only comment would be if there is any way there is any way that there is less than 0 free storage space, the strict comparison with " === 0 " might not pass, and " <= 0" might be better.
But if not, I really liked the changes committed here!
skjnldsv
commented
Dec 5, 2023
/backport to stable28 |
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
|
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
83f04b0 to
f89ef39Compareskjnldsv
commented
Dec 5, 2023
|
skjnldsv
commented
Jan 5, 2024
/backport in #42591 |
Missing from F2V
Fix#41113
Fix#41020
Quota warning
> 0to0This will prevent spamming with notifications and still warn people on sudden change
Upload button
This PR also fixes the Upload button not being disabled on quota exceeded

Upload error handling
Last commit also adds some better error handling
Unfortunately most of the server error messages remains untranslated, so we will use our own, despite the server potentially providing a bit more context.
but we can still merge already. This will automatically works on the next dependency update
Example:
Versus