feat: competitive intelligence & historical pattern matching layer
This commit is contained in:
@@ -16,6 +16,7 @@ import {
|
||||
Terminal,
|
||||
LayoutDashboard,
|
||||
List,
|
||||
Globe,
|
||||
} from 'lucide-react';
|
||||
|
||||
interface NavItem {
|
||||
@@ -32,6 +33,7 @@ const navItems: NavItem[] = [
|
||||
{ to: '/documents', label: 'Documents', icon: <FileText size={18} />, group: 'Data' },
|
||||
{ to: '/trends', label: 'Trends', icon: <TrendingUp size={18} />, group: 'Intelligence' },
|
||||
{ to: '/recommendations', label: 'Recommendations', icon: <Lightbulb size={18} />, group: 'Intelligence' },
|
||||
{ to: '/macro/events', label: 'Global Events', icon: <Globe size={18} />, group: 'Intelligence' },
|
||||
{ to: '/orders', label: 'Orders', icon: <ShoppingCart size={18} />, group: 'Trading' },
|
||||
{ to: '/positions', label: 'Positions', icon: <Wallet size={18} />, group: 'Trading' },
|
||||
{ to: '/trading', label: 'Trading Controls', icon: <ShieldCheck size={18} />, group: 'Trading' },
|
||||
|
||||
Reference in New Issue
Block a user