web/ProcessingQueue: use new types and states, refactor

- added a dedicated ui debug button
- fixed scrolling (content is no longer cutting off weirdly)
- moved stub to its own component
- moved all permanent strings to localization
This commit is contained in:
wukko
2024-12-18 17:04:57 +06:00
parent 13ec4f4faf
commit a8bb64ffb1
5 changed files with 122 additions and 89 deletions

View File

@@ -16,5 +16,6 @@
"save": "save",
"export": "export",
"yes": "yes",
"no": "no"
"no": "no",
"clear": "clear"
}

6
web/i18n/en/queue.json Normal file
View File

@@ -0,0 +1,6 @@
{
"title": "processing queue",
"stub": "nothing in the queue yet, only two of us.\ntry {{ value }} something!",
"stub.download": "downloading",
"stub.remux": "remuxing"
}