From f51172518eb2c8bef517f4534bc71a0db54906d8 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 6 May 2026 17:39:34 +0000 Subject: [PATCH] refactor(web): rename simple flow to trade plans --- web/src/components/layout/Sidebar.tsx | 2 +- web/src/views/SimpleView.tsx | 4 ++-- web/src/views/WatchlistView.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/src/components/layout/Sidebar.tsx b/web/src/components/layout/Sidebar.tsx index d787b44..227e5ec 100644 --- a/web/src/components/layout/Sidebar.tsx +++ b/web/src/components/layout/Sidebar.tsx @@ -9,7 +9,7 @@ const NAV = [ { to: '/', icon: Home, label: 'Home', end: true }, { to: '/portfolio', icon: Briefcase, label: 'Portfolio', 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: '/screener', icon: SlidersHorizontal, label: 'Screener', end: false }, { to: '/watchlist', icon: Star, label: 'Watchlist', end: false }, diff --git a/web/src/views/SimpleView.tsx b/web/src/views/SimpleView.tsx index 217a884..680d85b 100644 --- a/web/src/views/SimpleView.tsx +++ b/web/src/views/SimpleView.tsx @@ -941,8 +941,8 @@ export function SimpleView() { return (
diff --git a/web/src/views/WatchlistView.tsx b/web/src/views/WatchlistView.tsx index d5a1232..1bc4587 100644 --- a/web/src/views/WatchlistView.tsx +++ b/web/src/views/WatchlistView.tsx @@ -8,7 +8,7 @@ export function WatchlistView() {