kiaking opened this issue 5 months ago · 0 comments
That shows indicator like this one.
interface Props { mode: Mode } type Mode = | 'pending' | 'ready' | 'queued' | 'running' | 'Completed' | 'Failed'