feat: persist ecc2 pane sizes by layout

This commit is contained in:
Affaan Mustafa
2026-04-09 03:50:29 -07:00
parent 63299b15b3
commit c7bf143450
3 changed files with 154 additions and 22 deletions

View File

@@ -1664,6 +1664,8 @@ mod tests {
token_budget: 500_000,
theme: Theme::Dark,
pane_layout: PaneLayout::Horizontal,
linear_pane_size_percent: 35,
grid_pane_size_percent: 50,
risk_thresholds: Config::RISK_THRESHOLDS,
}
}