forcecraft/aion

enhancement(elm): Use subscriptions for progress bar

Closed this issue · 0 comments

Type

Enhancement

Current behaviour
Right now we are using delays to update the progress bar's value.

Expected behaviour
We could use Subscriptions to update progress bar's state as often as possible

Motivation / use case
Best practices + debugging progress bar visualization