Live standings/bracket updates + possession stats

This commit is contained in:
markmental 2026-02-10 17:40:33 -05:00
commit 39ea6c0c0a
6 changed files with 249 additions and 85 deletions

View file

@ -17,8 +17,8 @@ pub fn render(f: &mut Frame<'_>, area: Rect, app: &App) {
.direction(Direction::Vertical)
.constraints([
Constraint::Length(3),
Constraint::Min(8),
Constraint::Length(8),
Constraint::Min(6),
Constraint::Length(12),
])
.split(area);