fix authimage loading on larger images, fix media upload modal so it displays progress, and show thumbnails before loading on imageviewer

This commit is contained in:
wisplite
2025-11-23 23:51:43 -06:00
parent 751a724a4b
commit 02369d7107
5 changed files with 100 additions and 34 deletions
+2 -1
View File
@@ -17,6 +17,7 @@
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-router-dom": "^7.9.6",
"react-spinners": "^0.17.0",
"tailwindcss": "^4.1.12"
},
"devDependencies": {
@@ -30,4 +31,4 @@
"globals": "^16.3.0",
"vite": "^7.1.2"
}
}
}