You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- use ratatui::run()
- tweak the async approach (move the tokio::main attribute to App::run()
- rename draw() to render() and change it to accept Frame
- drop the custom tui struct
Co-authored-by: Josh McKinney <[email protected]>
0 commit comments