From 979983d3efd89fee3550dd57495cdee40da1fe76 Mon Sep 17 00:00:00 2001 From: Saravana Achu Mac Date: Sat, 9 May 2026 01:41:43 -0700 Subject: [PATCH] refactor(ui): align backtest compare controls --- .../components/BacktestComparePanel.tsx | 154 +++++++++--------- 1 file changed, 81 insertions(+), 73 deletions(-) diff --git a/web/src/backtest/components/BacktestComparePanel.tsx b/web/src/backtest/components/BacktestComparePanel.tsx index 6bb52bc..d5db07a 100644 --- a/web/src/backtest/components/BacktestComparePanel.tsx +++ b/web/src/backtest/components/BacktestComparePanel.tsx @@ -9,6 +9,7 @@ import type { } from '../types'; import { parseSymbolsInput, toDateInputValue } from '../utils'; import { BacktestResultsDashboard } from './BacktestResultsDashboard'; +import { Button, Checkbox, Input, Select } from '../../components/ui/Primitives'; type SourceType = 'csv' | 'json' | 'replay' | 'kraken'; @@ -256,27 +257,30 @@ export const BacktestComparePanel: React.FC = ({ prof
Profiles
- - +
{profiles.map((profile) => (