feat: add ScoreListWidget with execution confirmation
Implement ScoreListWidget to manage score list rendering and execution confirmation flow. This includes methods for scrolling through scores, launching an execution, confirming/denying the execution, and rendering a popup for user confirmation.
This commit is contained in:
2
harmony-rs/harmony_tui/src/widget/mod.rs
Normal file
2
harmony-rs/harmony_tui/src/widget/mod.rs
Normal file
@@ -0,0 +1,2 @@
|
||||
pub mod score;
|
||||
pub mod ratatui_utils;
|
||||
Reference in New Issue
Block a user