web/ProcessingQueueItem: refactor, retry action, rtl optimization

also:
- added a spinner to "running" state
- moved steps counter to the starting state, aka when the worker is loading in
This commit is contained in:
wukko
2025-03-06 18:30:48 +06:00
parent 6a4de1be28
commit 4a1780ab7f
2 changed files with 148 additions and 33 deletions

View File

@@ -5,7 +5,12 @@
"stub.remux": "remuxing",
"state.waiting": "queued",
"state.starting": "starting...",
"state.retrying": "retrying",
"state.starting": "starting",
"state.starting.fetch": "starting downloading",
"state.starting.remux": "starting muxing",
"state.running.remux": "remuxing",
"state.running.fetch": "downloading",
"estimated_storage_usage": "estimated storage usage:"