Remove all search spaces sheet and dropdown option

This commit is contained in:
CREDO23 2026-01-13 00:49:27 +02:00
parent 73a57589ac
commit 4ace7d09a0
10 changed files with 13 additions and 296 deletions

View file

@ -44,7 +44,6 @@ interface SidebarProps {
user: User;
onSettings?: () => void;
onManageMembers?: () => void;
onSeeAllSearchSpaces?: () => void;
onUserSettings?: () => void;
onLogout?: () => void;
pageUsage?: PageUsage;
@ -72,7 +71,6 @@ export function Sidebar({
user,
onSettings,
onManageMembers,
onSeeAllSearchSpaces,
onUserSettings,
onLogout,
pageUsage,
@ -103,7 +101,6 @@ export function Sidebar({
isCollapsed={isCollapsed}
onSettings={onSettings}
onManageMembers={onManageMembers}
onSeeAllSearchSpaces={onSeeAllSearchSpaces}
/>
<div className="">
<SidebarCollapseButton