wukko 4a1780ab7f
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
2025-03-06 18:30:48 +06:00

18 lines
524 B
JSON

{
"title": "local processing",
"stub": "nothing here yet, just the two of us.\ntry {{ value }} something!",
"stub.download": "downloading",
"stub.remux": "remuxing",
"state.waiting": "queued",
"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:"
}