MCPcopy Create free account

hub / github.com/Codehagen/Badget / functions

Functions758 in github.com/Codehagen/Badget

FunctionSuspendedAccountsHeaderSection
()
src/components/accounts/accounts-async-components.tsx:69
FunctionSuspendedAccountsHeaderSection
()
src/components/financial/financial-async-components.tsx:102
FunctionSuspendedAnalyticsSection
()
src/components/dashboard/async-components.tsx:76
FunctionSuspendedEnhancedAccountsGridSection
({ filters, }: { filters: FilterValues; })
src/components/financial/financial-async-components.tsx:124
FunctionSuspendedFinancialOverviewSection
()
src/components/financial/financial-async-components.tsx:94
FunctionSuspendedHeaderSection
()
src/components/dashboard/async-components.tsx:60
FunctionSuspendedInsightsSection
()
src/components/dashboard/async-components.tsx:84
FunctionSuspendedMetricsSection
()
src/components/dashboard/async-components.tsx:68
FunctionSuspendedTransactionSection
()
src/components/dashboard/async-components.tsx:92
FunctionSuspendedTransactionsFilterSection
({ filters, }: { filters: FilterValues; })
src/components/transactions/transactions-async-components.tsx:206
FunctionSuspendedTransactionsHeaderSection
()
src/components/transactions/transactions-async-components.tsx:186
FunctionSuspendedTransactionsStatsSection
({ filters, }: { filters: FilterValues; })
src/components/transactions/transactions-async-components.tsx:194
FunctionSuspendedTransactionsTableSection
({ filters, page, limit, }: AsyncComponentProps)
src/components/transactions/transactions-async-components.tsx:220
FunctionSwitch
({ className, ...props }: React.ComponentProps<typeof SwitchPrimitive.Root>)
src/components/ui/switch.tsx:8
FunctionTable
({ className, ...props }: React.ComponentProps<"table">)
src/components/ui/table.tsx:7
FunctionTableBody
({ className, ...props }: React.ComponentProps<"tbody">)
src/components/ui/table.tsx:32
FunctionTableCaption
({ className, ...props }: React.ComponentProps<"caption">)
src/components/ui/table.tsx:94
FunctionTableCell
({ className, ...props }: React.ComponentProps<"td">)
src/components/ui/table.tsx:81
FunctionTableCellViewer
({ item }: { item: z.infer<typeof schema> })
src/components/data-table.tsx:650
FunctionTableFooter
({ className, ...props }: React.ComponentProps<"tfoot">)
src/components/ui/table.tsx:42
FunctionTableHead
({ className, ...props }: React.ComponentProps<"th">)
src/components/ui/table.tsx:68
FunctionTableHeader
({ className, ...props }: React.ComponentProps<"thead">)
src/components/ui/table.tsx:22
FunctionTableOfContents
({ className }: TableOfContentsProps)
src/components/table-of-contents.tsx:16
FunctionTableRow
({ className, ...props }: React.ComponentProps<"tr">)
src/components/ui/table.tsx:55
FunctionTabs
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Root>)
src/components/ui/tabs.tsx:8
FunctionTabsContent
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Content>)
src/components/ui/tabs.tsx:53
FunctionTabsList
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.List>)
src/components/ui/tabs.tsx:21
FunctionTabsTrigger
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Trigger>)
src/components/ui/tabs.tsx:37
FunctionTermsOfServicePage
()
src/app/(marketing)/legal/terms/page.tsx:1
FunctionTestimonialCard
({ description, name, img, role, className, ...props }: TestimonialCardProps)
src/components/testimonial-scroll.tsx:14
FunctionTextarea
({ className, ...props }: React.ComponentProps<"textarea">)
src/components/ui/textarea.tsx:5
FunctionThemeProvider
({ children, ...props }: React.ComponentProps<typeof NextThemesProvider>)
src/components/theme-provider.tsx:6
FunctionThemeToggle
()
src/components/theme-toggle.tsx:8
FunctionThirdBentoAnimation
({ data, toolTipValues, color = "var(--secondary)", startAnimationDelay = 0, once = false, }: { da
src/components/third-bento-animation.tsx:258
FunctionToaster
({ ...props }: ToasterProps)
src/components/ui/sonner.tsx:6
FunctionToggle
({ className, variant, size, ...props }: React.ComponentProps<typeof TogglePrimitive.Root> & Variant
src/components/ui/toggle.tsx:31
FunctionToggleGroup
({ className, variant, size, children, ...props }: React.ComponentProps<typeof ToggleGroupPrimitive.
src/components/ui/toggle-group.tsx:17
FunctionToggleGroupItem
({ className, children, variant, size, ...props }: React.ComponentProps<typeof ToggleGroupPrimitive.
src/components/ui/toggle-group.tsx:43
FunctionTooltip
({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Root>)
src/components/ui/tooltip.tsx:21
FunctionTooltipContent
({ className, sideOffset = 0, children, ...props }: React.ComponentProps<typeof TooltipPrimitive.Conte
src/components/ui/tooltip.tsx:37
FunctionTooltipProvider
({ delayDuration = 0, ...props }: React.ComponentProps<typeof TooltipPrimitive.Provider>)
src/components/ui/tooltip.tsx:8
FunctionTooltipTrigger
({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Trigger>)
src/components/ui/tooltip.tsx:31
FunctionTransactionEmptyState
({ hasActiveFilters, filterType = "general", searchQuery, }: TransactionEmptyStateProps)
src/components/transactions/transaction-empty-state.tsx:20
FunctionTransactionFilterBar
({ filters, accounts, categories, isLoading, totalCount, onUpdateFilter, onUpdateFilters, onCl
src/components/transactions/transaction-filter-bar.tsx:56
FunctionTransactionFilterWrapper
({ accounts, categories, totalCount, currentFilters, }: TransactionFilterWrapperProps)
src/components/transactions/transaction-filter-wrapper.tsx:20
FunctionTransactionImportButton
({ onSuccess, variant = "outline", size = "default" }: TransactionImportButtonProps)
src/components/financial/transaction-import-button.tsx:23
FunctionTransactionManagementSection
({ transactions, categories, }: TransactionManagementSectionProps)
src/components/dashboard/data-table-section.tsx:40
FunctionTransactionTable
({ data }: TransactionTableProps)
src/components/transaction-table.tsx:44
FunctionTransactionTableSkeleton
()
src/components/dashboard/skeletons.tsx:71
FunctionTransactionsFilter
({ accounts, categories, totalCount, }: TransactionsFilterProps)
src/components/transactions/transactions-filter.tsx:49
FunctionTransactionsFilterSection
({ accounts, categories, totalCount, currentFilters, }: TransactionsFilterSectionProps)
src/components/transactions/transactions-filter-section.tsx:11
FunctionTransactionsHeaderSection
()
src/components/transactions/transactions-header-section.tsx:1
FunctionTransactionsOnlySkeleton
()
src/components/dashboard/skeletons.tsx:89
FunctionTransactionsPage
({ searchParams, }: TransactionsPageProps)
src/app/dashboard/transactions/page.tsx:107
FunctionTransactionsPagination
({ currentPage, totalPages, totalCount, pageSize, }: TransactionsPaginationProps)
src/components/transactions/transactions-pagination.tsx:29
FunctionTransactionsStatsSection
({ totalCount, totalPages, pageSize, activeFiltersCount, }: TransactionsStatsProps)
src/components/transactions/transactions-stats-section.tsx:15
FunctionTransactionsTableSection
({ transactions, categories, currentPage, totalPages, totalCount, pageSize, hasActiveFilters = f
src/components/transactions/transactions-table-section.tsx:48
FunctionTypeIcon
({ type }: { type: string })
src/components/financial/account-transactions-list.tsx:134
FunctionVehicleAssetDialog
({ open, onOpenChange, onBack, }: VehicleAssetDialogProps)
src/components/dialog/vehicle-asset-dialog.tsx:82
FunctionWaitlistForm
()
src/components/waitlist-form.tsx:11
FunctionWaitlistPage
()
src/app/(marketing)/waitlist/page.tsx:3
FunctionWasThisHelpful
({ postSlug }: WasThisHelpfulProps)
src/components/blog/was-this-helpful.tsx:13
FunctionWhatIsBadgetSection
()
src/components/sections/what-is-badget-section.tsx:3
FunctionacceptFamilyInvitation
(token: string)
src/actions/user-actions.ts:447
Functionanimate
(time: number)
src/components/ui/flickering-grid.tsx:165
FunctionapproveWaitlistEntry
( waitlistId: string, input: ApproveWaitlistInput = {} )
src/actions/waitlist-actions.ts:263
FunctionbatchApproveWaitlist
( fromPosition: number, toPosition: number, expiresInDays: number = 14 )
src/actions/waitlist-actions.ts:503
FunctioncleanupExpiredInvitations
()
src/actions/waitlist-actions.ts:545
FunctionconvertWaitlistEntry
(waitlistId: string, userId: string)
src/actions/waitlist-actions.ts:328
FunctionconvertWaitlistEntryByEmail
( email: string, userId: string )
src/actions/waitlist-actions.ts:357
FunctionensureAppUser
()
src/actions/user-actions.ts:674
FunctiongenerateMetadata
({ params, }: { params: Promise<{ slug: string }>; })
src/app/(marketing)/blog/[slug]/page.tsx:23
FunctiongenerateMetadata
({ params, }: { params: Promise<{ category: string }>; })
src/app/(marketing)/blog/category/[category]/page.tsx:44
FunctiongenerateMetadata
({ params, }: { params: Promise<{ slug: string }>; })
src/app/(marketing)/help/[slug]/page.tsx:19
FunctiongenerateMetadata
({ params, }: { params: Promise<{ category: string }>; })
src/app/(marketing)/help/category/[category]/page.tsx:43
FunctiongenerateStaticParams
()
src/app/(marketing)/blog/[slug]/page.tsx:17
FunctiongenerateStaticParams
()
src/app/(marketing)/blog/category/[category]/page.tsx:37
FunctiongenerateStaticParams
()
src/app/(marketing)/help/[slug]/page.tsx:13
FunctiongenerateStaticParams
()
src/app/(marketing)/help/category/[category]/page.tsx:36
FunctiongetAuthorWithCustomTitle
( authorId: string, customTitle?: string )
src/data/authors.ts:35
FunctiongetBankById
(id: string)
src/data/banks.ts:285
FunctiongetBanksByCountry
(country: string)
src/data/banks.ts:267
FunctiongetBanksByProvider
(provider: BankProvider)
src/data/banks.ts:271
FunctiongetCategoriesWithCounts
( posts: T[] )
src/components/blog/blog-category-filter.tsx:112
FunctiongetDashboardData
()
src/actions/dashboard-actions.ts:668
FunctiongetFamilyDetails
(familyId: string)
src/actions/user-actions.ts:543
FunctiongetFilterDisplayValue
( key: keyof TransactionFilters, value: unknown, options?: { accounts?: Account[]; categories?: Category
src/lib/filter-utils.ts:111
FunctiongetPostCategory
(postTags: string[] = [])
src/components/blog/blog-category-filter.tsx:81
FunctiongetUserFamilies
()
src/actions/user-actions.ts:229
FunctiongetWaitlistEntries
( page: number = 1, limit: number = 50, status?: WaitlistStatus )
src/actions/waitlist-actions.ts:225
FunctiongetWaitlistPosition
(email: string)
src/actions/waitlist-actions.ts:183
FunctiongetWaitlistStats
()
src/actions/waitlist-actions.ts:443
FunctionhandleAssetTypeSelect
(assetType: AssetType)
src/components/dialog/add-asset-dialog.tsx:26
FunctionhandleAutoScroll
()
src/components/ui/feature-slideshow.tsx:156
FunctionhandleBackToSelector
()
src/components/dialog/add-asset-dialog.tsx:59
FunctionhandleCategorySelect
(categoryId: string)
src/components/dashboard/interactive-transaction-badge.tsx:44
FunctionhandleCategorySelect
(categoryId: string)
src/components/dashboard/enhanced-transaction-table.tsx:119
FunctionhandleCategorySelect
(categoryId: string)
src/components/financial/account-transactions-list.tsx:160
FunctionhandleClearFilters
()
src/components/transactions/transaction-empty-state.tsx:27
FunctionhandleConnectBank
()
src/components/financial/plaid-link-modal.tsx:106
← previousnext →601–700 of 758, ranked by callers