feat(ecc2): add split-pane dashboard resizing

This commit is contained in:
Affaan Mustafa
2026-03-24 03:39:53 -07:00
parent 4105a2f36c
commit 8981dd6067
4 changed files with 312 additions and 59 deletions

View File

@@ -357,7 +357,7 @@ impl fmt::Display for SessionStatus {
#[cfg(test)]
mod tests {
use super::*;
use crate::config::{Config, Theme};
use crate::config::{Config, PaneLayout, Theme};
use crate::session::{Session, SessionMetrics, SessionState};
use anyhow::{Context, Result};
use chrono::{Duration, Utc};
@@ -403,6 +403,7 @@ mod tests {
cost_budget_usd: 10.0,
token_budget: 500_000,
theme: Theme::Dark,
pane_layout: PaneLayout::Horizontal,
}
}