From 61f43375b977ff3b39383c682405d6a1ce9b004e Mon Sep 17 00:00:00 2001 From: poduck Date: Fri, 28 Nov 2025 21:46:28 -0500 Subject: [PATCH] refactor: Remove Marketplace link from Plugins dropdown MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Users can access the marketplace via the "Browse Marketplace" button on the My Plugins page, so the redundant sidebar link has been removed. The Plugins dropdown now contains: - My Plugins - Plugin Docs 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- frontend/src/components/Sidebar.tsx | 9 ----- frontend/src/pages/HelpPluginDocs.tsx | 51 --------------------------- 2 files changed, 60 deletions(-) diff --git a/frontend/src/components/Sidebar.tsx b/frontend/src/components/Sidebar.tsx index 8dba1ae..dd242ba 100644 --- a/frontend/src/components/Sidebar.tsx +++ b/frontend/src/components/Sidebar.tsx @@ -20,7 +20,6 @@ import { LifeBuoy, Zap, Plug, - ShoppingBag, Package } from 'lucide-react'; import { Business, User } from '../types'; @@ -204,14 +203,6 @@ const Sidebar: React.FC = ({ business, user, isCollapsed, toggleCo {isPluginsOpen && !isCollapsed && (
- - - {t('nav.pluginMarketplace', 'Marketplace')} - - {/* Navigation Callout */} -
-

- - Plugin Management Pages -

-

- Access these pages from the Plugins dropdown in the sidebar: -

-
- - -
-
- {/* Quick Start */}