feat: TUI Phase 1 common widgets + scoring/path beads
This commit is contained in:
12
crates/lore-tui/src/state/who.rs
Normal file
12
crates/lore-tui/src/state/who.rs
Normal file
@@ -0,0 +1,12 @@
|
||||
#![allow(dead_code)]
|
||||
|
||||
//! Who (people intelligence) screen state.
|
||||
|
||||
use crate::message::WhoResult;
|
||||
|
||||
/// State for the who/people screen.
|
||||
#[derive(Debug, Default)]
|
||||
pub struct WhoState {
|
||||
pub result: Option<WhoResult>,
|
||||
pub scroll_offset: u16,
|
||||
}
|
||||
Reference in New Issue
Block a user