MCPcopy Create free account
hub / github.com/CodeFox-Repo/codefox / SidebarWrapper

Function SidebarWrapper

frontend/src/components/sidebar.tsx:267–330  ·  view source on GitHub ↗
({
  children,
  isAuthorized,
}: {
  children: React.ReactNode;
  isAuthorized: boolean;
})

Source from the content-addressed store, hash-verified

265 />
266 </div>
267 )}
268 <div
269 className="transition-all duration-300 flex justify-center w-full"
270 style={{
271 marginLeft: isAuthorized ? (isCollapsed ? '55px' : '250px') : '0px',
272 }}
273 >
274 <div className="w-full">{children}</div>
275 </div>
276 </div>
277 );
278}

Callers

nothing calls this directly

Calls 2

useSidebarFunction · 0.90
useChatListFunction · 0.90

Tested by

no test coverage detected