🚸(frontend) let loader until resource ready

The backend can analyze the upload file, this take
time, so we need to show a loader
until the backend finish the analysis.
This commit is contained in:
Anthony LC
2025-05-19 22:48:55 +02:00
parent 074585337b
commit 6ca654bf1a
10 changed files with 310 additions and 9 deletions

View File

@@ -18,6 +18,7 @@ and this project adheres to
- ✨(backend) integrate maleware_detection from django-lasuite #936
- 🩺(CI) add lint spell mistakes #954
- 🛂(frontend) block edition to not connected users #945
- 🚸 Let loader during upload analyze #984
### Changed