feat: remove unused hub nav items from user edition.

Drop plan/strategy/help/archive/quotes/logs from top nav and force their display prefs off.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-17 18:13:45 +08:00
parent 7e06db758d
commit d497d99a88
4 changed files with 41 additions and 109 deletions
+6 -6
View File
@@ -1101,14 +1101,14 @@ class SettingsDisplayBody(BaseModel):
show_account_pnl: bool = True
show_nav_funds: bool = True
show_nav_dashboard: bool = True
show_nav_plan: bool = True
show_nav_archive: bool = True
show_nav_quotes: bool = True
show_nav_plan: bool = False
show_nav_archive: bool = False
show_nav_quotes: bool = False
show_nav_ai: bool = True
show_nav_calculator: bool = True
show_nav_strategy: bool = True
show_nav_help: bool = True
show_nav_logs: bool = True
show_nav_strategy: bool = False
show_nav_help: bool = False
show_nav_logs: bool = False
class SupervisorSettingsBody(BaseModel):