FunctionNetworkGraph({
persons,
connections,
searchQuery,
selectedPersonId,
focusedNodeId,
onSelectPerson,
onFocusNo
client/src/components/network-graph.tsx:86
FunctionPdfViewer({
documentId,
sourceUrl,
publicUrl,
initialPage,
pageTypes,
}: PdfViewerProps)
client/src/components/pdf-viewer.tsx:42
FunctionPersonVoteButton({
personId,
isVoted,
count,
onToggle,
size = "sm",
className,
}: PersonVoteButtonProps)
client/src/components/person-vote-button.tsx:15
FunctionSidebar({
side = "left",
variant = "sidebar",
collapsible = "offcanvas",
className,
children,
...props
}:
client/src/components/ui/sidebar.tsx:154
FunctionSidebarMenuButton({
asChild = false,
isActive = false,
variant = "default",
size = "default",
tooltip,
className,
client/src/components/ui/sidebar.tsx:499
FunctionSidebarProvider({
defaultOpen = true,
open: openProp,
onOpenChange: setOpenProp,
className,
style,
children,
..
client/src/components/ui/sidebar.tsx:56
FunctionStatCard({
icon: Icon,
label,
value,
sublabel,
href,
}: {
icon: any;
label: string;
value: string | nu
client/src/pages/dashboard.tsx:30