everettraven / buoy

A declarative Kubernetes dashboard in your terminal
https://everettraven.github.io/buoy/
Apache License 2.0
55 stars 1 forks source link

Tech Debt: Ensure all panel types provide error output #19

Closed everettraven closed 8 months ago

everettraven commented 8 months ago

With bubbletea there isn't a way to print error messages to the terminal without ruining the TUI output. Since each panel has the potential to encounter a unique error we shouldn't entirely block the TUI from running. Instead, each panel should display a helpful error message that can be viewed when that panel is selected