mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-15 09:36:10 +02:00
feat(ecc2): add split-pane dashboard resizing
This commit is contained in:
parent
4105a2f36c
commit
8981dd6067
4 changed files with 312 additions and 59 deletions
|
|
@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue