diff --git a/apps/x/apps/renderer/src/App.tsx b/apps/x/apps/renderer/src/App.tsx index 5023da09..4a33e2e5 100644 --- a/apps/x/apps/renderer/src/App.tsx +++ b/apps/x/apps/renderer/src/App.tsx @@ -46,7 +46,6 @@ import { useSidebar, } from "@/components/ui/sidebar" import { TooltipProvider } from "@/components/ui/tooltip" -import { Separator } from "@/components/ui/separator" import { Toaster } from "@/components/ui/sonner" import { stripKnowledgePrefix, toKnowledgePath, wikiLabel } from '@/lib/wiki-links' import { OnboardingModal } from '@/components/onboarding-modal' @@ -474,7 +473,7 @@ function ContentHeader({ children }: { children: React.ReactNode }) { return (
@@ -1903,18 +1902,14 @@ function App() { )} {(selectedPath || isGraphOpen) && ( - <> - - - + )} diff --git a/apps/x/apps/renderer/src/components/chat-sidebar.tsx b/apps/x/apps/renderer/src/components/chat-sidebar.tsx index 876c7830..41ed6e71 100644 --- a/apps/x/apps/renderer/src/components/chat-sidebar.tsx +++ b/apps/x/apps/renderer/src/components/chat-sidebar.tsx @@ -458,7 +458,7 @@ export function ChatSidebar({ {showContent && ( <> {/* Header - minimal, expand and new chat buttons */} -
+
{onOpenFullScreen && (