↓ 1 callersFunctionuseSidebarResize({
direction = 'right',
currentWidth,
onResize,
onToggle,
isCollapsed = false,
minResizeWidth = '1
src/hooks/use-sidebar-resize.ts:130
FunctionActionFeedbackButton({
onClick,
feedbackDuration = 2000,
children,
loadingContent,
successContent,
disabled,
...prop
src/components/ui/action-feedback-button.tsx:26
FunctionApprovalWaitingStep({
error,
onContinue,
onUseRecoveryKey,
isLoading,
isPolling,
}: ApprovalWaitingStepProps)
src/components/sync-setup/approval-waiting-step.tsx:16
FunctionButton({
className,
variant,
size,
asChild = false,
onClick,
...props
}: ComponentProps<'button'> &
Va
src/components/ui/button.tsx:40
FunctionChatList({
chatThreads,
currentChatThreadId,
isCollapsed,
isMobile,
debouncedSearchQuery,
deleteAllChatsMu
src/layout/sidebar/chat-list.tsx:20
FunctionChatSidebarContent({
isMobile,
isCollapsed,
chatThreads,
currentChatThreadId,
searchQuery,
debouncedSearchQuery,
s
src/layout/sidebar/chat-sidebar.tsx:47
FunctionCombobox({
items,
value,
onValueChange,
placeholder = 'Select...',
searchPlaceholder = 'Search...',
search
src/components/ui/combobox.tsx:45