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"
}