created a websocket to witness the progress of the processing

This commit is contained in:
Karma Riuk
2025-05-07 17:29:21 +02:00
parent 3c9ab4c4be
commit 21735a236a
8 changed files with 96 additions and 9 deletions

View File

@ -25,3 +25,7 @@ h1 {
/* adjust size as you like */
height: auto;
}
#progress-container {
display: none;
}