tari-project / tari-launchpad

A node, wallet and miner for Tari focusing on ease of use
BSD 3-Clause "New" or "Revised" License
8 stars 15 forks source link

fix: progress updates #209

Closed therustmonk closed 1 year ago

therustmonk commented 1 year ago

Description

Fixes progress updates blinking. Also added methods to remove images and "Flag" column renamed to "Active".

Motivation and Context

Active status sometimes temporary changes to Progress. Background workers of a task used not only checks a container its ready for using, but also maintains logs and stats streams. Since the worker is not terminated to keep that streams it's necessary to skip further Progress events from that workers.

How Has This Been Tested?

Manually