Skip to content

Commit

Permalink
new approach for setting data
Browse files Browse the repository at this point in the history
  • Loading branch information
achristmascarl committed Jul 8, 2024
1 parent 098a10d commit ebb09e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ impl<'a> Data<'a> {
pub fn new(state: Arc<Mutex<AppState>>) -> Self {
Data { command_tx: None, config: Config::default(), scrollable: Scrollable::default(), state }
}

pub fn set_data() {
// TODO
}
}

impl<'a> Component for Data<'a> {
Expand Down

0 comments on commit ebb09e7

Please sign in to comment.