refactor(web): rename simple flow to trade plans
This commit is contained in:
parent
a1a63cc945
commit
f51172518e
@ -9,7 +9,7 @@ const NAV = [
|
|||||||
{ to: '/', icon: Home, label: 'Home', end: true },
|
{ to: '/', icon: Home, label: 'Home', end: true },
|
||||||
{ to: '/portfolio', icon: Briefcase, label: 'Portfolio', end: false },
|
{ to: '/portfolio', icon: Briefcase, label: 'Portfolio', end: false },
|
||||||
{ to: '/research', icon: FlaskConical, label: 'Research', end: false },
|
{ to: '/research', icon: FlaskConical, label: 'Research', end: false },
|
||||||
{ to: '/simple', icon: Target, label: 'Simple', end: false },
|
{ to: '/simple', icon: Target, label: 'Plans', end: false },
|
||||||
{ to: '/markets', icon: TrendingUp, label: 'Markets', end: false },
|
{ to: '/markets', icon: TrendingUp, label: 'Markets', end: false },
|
||||||
{ to: '/screener', icon: SlidersHorizontal, label: 'Screener', end: false },
|
{ to: '/screener', icon: SlidersHorizontal, label: 'Screener', end: false },
|
||||||
{ to: '/watchlist', icon: Star, label: 'Watchlist', end: false },
|
{ to: '/watchlist', icon: Star, label: 'Watchlist', end: false },
|
||||||
|
|||||||
@ -941,8 +941,8 @@ export function SimpleView() {
|
|||||||
return (
|
return (
|
||||||
<div className="space-y-8">
|
<div className="space-y-8">
|
||||||
<PageHeader
|
<PageHeader
|
||||||
title="Simple"
|
title="Trade Plans"
|
||||||
description="Create saved dip-buy and profit-exit setups with the same workspace patterns used across Research, Markets, and Settings."
|
description="Create and manage short-term trade plans, then convert filled positions into long-term holds when you want to stop automated exits."
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<div className="grid gap-8 xl:grid-cols-[minmax(0,1.1fr)_minmax(0,0.9fr)]">
|
<div className="grid gap-8 xl:grid-cols-[minmax(0,1.1fr)_minmax(0,0.9fr)]">
|
||||||
|
|||||||
@ -8,7 +8,7 @@ export function WatchlistView() {
|
|||||||
<div>
|
<div>
|
||||||
<PageHeader
|
<PageHeader
|
||||||
title="Watchlist"
|
title="Watchlist"
|
||||||
description="Manage saved manual entries, simple setups, and symbols you want to monitor closely."
|
description="Manage saved manual entries and symbols you want to monitor closely."
|
||||||
/>
|
/>
|
||||||
<EntriesTab botState={botState} />
|
<EntriesTab botState={botState} />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user