NVIDIA / container-canary

A tool for testing and validating container requirements against versioned manifests
Apache License 2.0
245 stars 15 forks source link

Use new unmanaged output to simplify View code #28

Closed jacobtomlinson closed 2 years ago

jacobtomlinson commented 2 years ago

In v0.22.0 of Bubble Tea you can now print unmanaged output directly above the rendered view. This allows us to simplify the view hugely to only cover the active task, everything else is printed.

I also took this opportunity to do a little refactoring to make the TUI code more readable and maintainable.