awful ui refactor attampt #1

This commit is contained in:
Kellan Drucquer 2026-03-28 21:15:19 -04:00
parent a82db56ab6
commit d81df7eb5e
7 changed files with 5603 additions and 4540 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,5 @@
import { TradingDesk } from "../_components/trading-desk";
export default function OffExchangePage() {
return <TradingDesk view="off-exchange" />;
}

View file

@ -0,0 +1,5 @@
import { TradingDesk } from "../_components/trading-desk";
export default function OptionsFlowPage() {
return <TradingDesk view="options-flow" />;
}

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,5 @@
import { TradingDesk } from "../_components/trading-desk";
export default function SignalsPage() {
return <TradingDesk view="signals" />;
}

File diff suppressed because one or more lines are too long