awful ui refactor attampt #1
This commit is contained in:
parent
a82db56ab6
commit
d81df7eb5e
7 changed files with 5603 additions and 4540 deletions
4636
apps/web/app/_components/trading-desk.tsx
Normal file
4636
apps/web/app/_components/trading-desk.tsx
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
5
apps/web/app/off-exchange/page.tsx
Normal file
5
apps/web/app/off-exchange/page.tsx
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
import { TradingDesk } from "../_components/trading-desk";
|
||||||
|
|
||||||
|
export default function OffExchangePage() {
|
||||||
|
return <TradingDesk view="off-exchange" />;
|
||||||
|
}
|
||||||
5
apps/web/app/options-flow/page.tsx
Normal file
5
apps/web/app/options-flow/page.tsx
Normal 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
5
apps/web/app/signals/page.tsx
Normal file
5
apps/web/app/signals/page.tsx
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
import { TradingDesk } from "../_components/trading-desk";
|
||||||
|
|
||||||
|
export default function SignalsPage() {
|
||||||
|
return <TradingDesk view="signals" />;
|
||||||
|
}
|
||||||
1
apps/web/tsconfig.tsbuildinfo
Normal file
1
apps/web/tsconfig.tsbuildinfo
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue