This commit is contained in:
gebeto 2026-01-04 17:35:58 +02:00
parent ec82ff209d
commit ece963cbba
2 changed files with 1 additions and 3 deletions

@ -1 +1 @@
Subproject commit bd4e6707503ab9c97d13ee0d8f8c69e9ff03cd12
Subproject commit fe766f15cb9ff1ef8214210a8667037df4c60b81

View File

@ -885,7 +885,6 @@ function uploadFile() {
progressText.textContent = 'All uploads complete!';
setTimeout(() => {
closeUploadModal();
// hydrate(); // Refresh file list instead of reloading
reloadContent();
}, 1000);
} else {
@ -899,7 +898,6 @@ function uploadFile() {
setTimeout(() => {
closeUploadModal();
showFailedUploadsBanner();
// hydrate(); // Refresh file list to show successfully uploaded files
reloadContent();
}, 2000);
}