731528c616
* Do not allocate String for static status, use Cow instead, eg we allocate "Running" string at every refresh * Use static dispatch for Views instead of Box<dyn View> * Update only the current view * Simplify Listener trait