Add file upload widget to file manager

This commit is contained in:
2023-03-21 19:09:14 +01:00
parent 4b4ea51a2a
commit b2101b3243
8 changed files with 381 additions and 8 deletions

View File

@@ -331,7 +331,7 @@ const keydown = (e) => {
on:keydown={keydown}
on:beforeunload={leave_confirmation} />
<Konami></Konami>
<Konami/>
<!-- If the user is logged in and has used more than 50% of their storage space we will show a progress bar -->
{#if window.user.username !== "" && window.user.storage_space_used/window.user.subscription.storage_space > 0.5}