↓ 1 callersFunctionuseKeyboardNavigation({
apps,
categories,
selectedCategory,
onCategoryChange,
searchInputRef,
distroTriggerRef,
sourc
src/hooks/use-keyboard-navigation.ts:22
FunctionAdvancedDataTable({
columns: columnsProp,
data,
isFetchingNextPage = false,
hasNextPage = false,
onFetchNextPage,
o
src/components/admin/advanced-data-table.tsx:49
FunctionAppFilters({
searchQuery,
onSearchChange,
showPopular,
onTogglePopular,
onClearFilters,
searchInputRef,
}: A
src/components/apps/app-filters.tsx:16
FunctionAppIcon({
iconUrl,
displayName,
size = 'md',
className,
rounded = 'default',
}: AppIconProps)
src/components/ui/app-icon.tsx:27
FunctionCategoryList({
categories,
selectedCategory,
onCategoryChange,
categoryCountsMap,
totalSelectedCount,
onToggle
src/components/layout/category-sidebar.tsx:53
FunctionCategorySidebar({
categories,
selectedCategory,
onCategoryChange,
isOpen = false,
onToggle,
}: CategorySidebarProps
src/components/layout/category-sidebar.tsx:133
FunctionCleanupCommands({
commands,
label,
description,
copied,
onCopy,
}: CleanupCommandsProps)
src/components/command-output/cleanup-commands.tsx:14
FunctionCollectionActions({
collectionId,
isOwner,
onApply,
onShare,
onDelete,
isSharePending,
isDeletePending,
}: Collec
src/components/collection/collection-actions.tsx:17
FunctionCollectionHeader({
name,
iconUrl,
description,
isFeatured,
isTemplate,
isPublic,
tags,
user,
}: CollectionHead
src/components/collection/collection-header.tsx:22
FunctionCommandHeader({
title = 'Install Command',
appCount,
sourcePreference,
copied,
onCopy,
onDownload,
isWindows
src/components/command-output/command-header.tsx:18
FunctionCrudTable({
entityName,
entityNamePlural,
apiEndpoint,
useData,
useDelete,
columns,
getRowId,
globalFil
src/components/admin/crud-page.tsx:60
FunctionDeleteConfirmationDialog({
open,
onOpenChange,
installations,
onConfirmDelete,
onShowUninstallCommands,
isDeleting = false
src/components/dialogs/delete-confirmation-dialog.tsx:25
FunctionDeleteDialog({
open,
onOpenChange,
entityName,
itemName,
onConfirm,
description,
}: DeleteDialogProps)
src/components/admin/delete-dialog.tsx:22