MCPcopy Create free account

hub / github.com/Lifeforge-app/lifeforge / functions

Functions1,110 in github.com/Lifeforge-app/lifeforge

FunctionEnvExample
()
docs/src/contents/01.getting-started/components/EnvExample.tsx:7
FunctionErrorScreen
({ message, showRetryButton }: ErrorScreenProps)
packages/ui/src/components/feedback/ErrorScreen/index.tsx:14
FunctionErrorScreen
({ onClose, errorMessage }: { onClose: () => void errorMessage: string })
apps/web/src/core/accountSettings/modals/QRLoginScannerModal/components/ErrorScreen.tsx:10
FunctionExternalModuleProviders
({ children }: { children: React.ReactNode })
apps/web/src/providers/features/ExternalModuleProviders.tsx:3
FunctionFAB
({ icon = 'tabler:plus', visibilityBreakpoint = 'md', ...props }: { /** The icon identifier string. De
packages/ui/src/components/inputs/FAB/index.tsx:7
FunctionFederationProvider
({ children }: { children: React.ReactNode })
packages/federation/src/providers/FederationProvider.tsx:51
FunctionFileField
({ control, name, namespace, errorMsg, ...rest }: FileFieldProps<TFieldValues>)
packages/ui/src/components/form/components/fields/FileField.tsx:31
FunctionFileInput
({ icon, label, reminderText, value, onChange, onImageRemoved, required, namespace, disabled
packages/ui/src/components/inputs/FileInput/index.tsx:67
FunctionFilePickerModal
({ data: { sources, mimeTypes, onSelect }, onClose }: { data: { sources: FilePickerSourceConfig
packages/ui/src/components/inputs/FileInput/FilePickerModal/index.tsx:16
FunctionFinalElement
({ index }: { index: number })
packages/ui/src/components/overlays/modals/ModalManager/index.tsx:7
FunctionFlatUIColorsModal
({ onClose, data: { color, setColor } }: { onClose: () => void data: { color: string setColor:
packages/ui/src/components/inputs/ColorInput/ColorPickerModal/components/modals/FlatUIColorsModal/index.tsx:8
FunctionFlex
({ as, asChild = false, ref, display = 'flex', centered, direction, gap, gapX, gapY, align
packages/ui/src/components/primitives/Flex/index.tsx:79
FunctionFontFamilySelector
()
apps/web/src/core/personalization/components/FontFamilySelector/index.tsx:20
FunctionFontFamilySelectorModal
({ onClose }: { onClose: () => void })
apps/web/src/core/personalization/components/FontFamilySelector/components/FontFamilySelectorModal/index.tsx:20
FunctionFontListItem
({ font, selectedFont, isPinned, setSelectedFont }: { font: FontFamily selectedFont: string | null
apps/web/src/core/personalization/components/FontFamilySelector/components/FontFamilySelectorModal/tabs/google/components/FontListItem.tsx:26
FunctionFontScaleSelector
()
apps/web/src/core/personalization/components/FontScaleSelector.tsx:15
FunctionFormModal
({ form, uiConfig: { title, icon, namespace, loading = false, onClose, headerActions }, submissionConfig
packages/ui/src/components/form/components/FormModal/index.tsx:42
FunctionGithubStarCount
()
docs/src/components/GithubStarCount.tsx:6
FunctionGithubUser
({ username }: { username: string })
docs/src/components/GithubUser.tsx:4
FunctionGoBackButton
({ onClick }: { /** * Callback function to handle the button click event. */ onClick: () => void }
packages/ui/src/components/navigation/GoBackButton/index.tsx:6
FunctionGoogleFontFilter
()
apps/web/src/core/personalization/components/FontFamilySelector/components/FontFamilySelectorModal/tabs/google/components/GoogleFontFilter.tsx:13
FunctionGoogleFontList
({ pinnedFonts, fontsEnabled }: { pinnedFonts: string[] fontsEnabled: boolean })
apps/web/src/core/personalization/components/FontFamilySelector/components/FontFamilySelectorModal/tabs/google/components/GoogleFontList.tsx:15
FunctionGoogleFontProvider
({ children, selectedFont, setSelectedFont }: { children: ReactNode selectedFont: string | null se
apps/web/src/core/personalization/components/FontFamilySelector/components/FontFamilySelectorModal/tabs/google/contexts/GoogleFontContext.tsx:41
FunctionGoogleFontSelector
({ selectedFont, setSelectedFont }: { selectedFont: string | null setSelectedFont: (font: string | nul
apps/web/src/core/personalization/components/FontFamilySelector/components/FontFamilySelectorModal/tabs/google/index.tsx:63
FunctionGoogleFontSelectorContent
()
apps/web/src/core/personalization/components/FontFamilySelector/components/FontFamilySelectorModal/tabs/google/index.tsx:16
FunctionGrid
({ as, asChild = false, ref, display = 'grid', templateCols, templateRows, flow, gap, gapX,
packages/ui/src/components/primitives/Grid/index.tsx:67
FunctionHeader
({ sidebarOpen, setSidebarOpen }: { sidebarOpen: boolean setSidebarOpen: (value: boolean) => void })
docs/src/components/Header.tsx:8
FunctionHourlyForm
({ data, setData }: { data: FreqSpecificParams['hourly'] setData: (data: FreqSpecificParams['hourly'])
packages/ui/src/components/inputs/RRuleInput/components/HourlyForm.tsx:8
FunctionI18nCommonNameSpacePreloadProvider
({ children }: { children: React.ReactNode })
apps/web/src/providers/features/I18nCommonNameSpacePreloadProvider.tsx:4
FunctionI18nInitProvider
({ children, init, loadingFallback, errorFallback }: { children: React.ReactNode init: () => Promi
packages/localization/src/providers/I18nInitProvider.tsx:3
FunctionIcon
({ icon, size = '1.25em', color, ...rest }: IconProps)
packages/ui/src/components/primitives/Icon/index.tsx:15
FunctionIconField
({ control, name, namespace, ...rest }: IconFieldProps<TFieldValues>)
packages/ui/src/components/form/components/fields/IconField.tsx:17
FunctionIconInput
({ variant = 'classic', label, value, onChange, required = false, disabled = false, autoFocus =
packages/ui/src/components/inputs/IconInput/index.tsx:29
FunctionIconPickerModal
({ data: { setSelectedIcon }, onClose }: { data: { setSelectedIcon: (icon: string) => void } onC
packages/ui/src/components/inputs/IconInput/IconPickerModal/index.tsx:11
FunctionIconPreview
({ value, variant }: { value: string variant: InputVariant })
packages/ui/src/components/inputs/IconInput/components/IconPreview.tsx:9
FunctionIconSet
({ iconSet, onIconSelected }: { iconSet: string onIconSelected: (icon: string) => void })
packages/ui/src/components/inputs/IconInput/IconPickerModal/pages/IconSet.tsx:33
FunctionIconSetList
({ setCurrentIconSet }: { setCurrentIconSet: React.Dispatch< React.SetStateAction<{ iconSet?: st
packages/ui/src/components/inputs/IconInput/IconPickerModal/pages/IconSetList/index.tsx:28
FunctionImageTypeFilter
({ imageType, updateFilters }: ImageTypeFilterProps)
packages/ui/src/components/inputs/FileInput/FilePickerModal/components/Pixabay/components/SearchFilterModal/components/ImageTypeFilter.tsx:17
FunctionImageURL
({ file, setFile, setPreview }: { file: string | File | null setFile: React.Dispatch<React.SetStateA
packages/ui/src/components/inputs/FileInput/FilePickerModal/components/ImageURL.tsx:4
FunctionInnerContent
({ onClose, scannedData }: { onClose: () => void scannedData: string })
apps/web/src/core/accountSettings/modals/QRLoginScannerModal/components/InnerContent.tsx:6
FunctionInputActionButton
({ icon, variant = 'classic', className, style, children, hasError = false, ...rest }: InputActi
packages/ui/src/components/inputs/shared/components/InputActionButton.tsx:24
FunctionInputFocusProvider
({ children }: { children: React.ReactNode })
packages/ui/src/components/inputs/shared/contexts/InputFocusContext.tsx:13
FunctionInputInnerWrapper
({ children, variant = 'classic', hasActionButton = false, ...rest }: { children: React.ReactNode
packages/ui/src/components/inputs/shared/components/InputInnerWrapper.tsx:7
FunctionInputWrapper
({ className = '', variant = 'classic', size = 'default', disabled = false, inputRef, onFocus, c
packages/ui/src/components/inputs/shared/components/InputWrapper/index.tsx:14
FunctionIssue
({ number }: { number: string })
docs/src/contents/04.progress/components/Issue.tsx:3
FunctionItem
({ accent = false, children, label, noBg = false, ...props }: { label?: string accent?: boolean
packages/ui/src/components/primitives/Flex/Flex.stories.tsx:61
FunctionLanguageSelector
()
apps/web/src/core/personalization/components/LanguageSelector.tsx:21
FunctionLayout
()
docs/src/components/Layout.tsx:9
FunctionLayoutWithSidebar
({ children }: { children: React.ReactNode })
packages/ui/src/components/layout/LayoutWithSidebar/index.tsx:3
FunctionLightAndDarkMode
()
docs/src/contents/02.user-guide/components/LightAndDarkMode.tsx:5
FunctionListbox
({ value, onChange, renderContent, children, multiple, disabled = false, ...rest }: ListboxProps
packages/ui/src/components/inputs/Listbox/index.tsx:34
FunctionListboxButtonContent
({ multiple, value, options }: { multiple?: boolean value: unknown options: ListboxOptionType<TOpt
packages/ui/src/components/form/components/fields/ListboxField.tsx:69
FunctionListboxField
({ control, name, icon, label, multiple = false, disabled = false, namespace, required = false
packages/ui/src/components/form/components/fields/ListboxField.tsx:124
FunctionListboxInput
({ variant = 'classic', size = 'default', label, icon, value, onChange, required, disabled,
packages/ui/src/components/inputs/ListboxInput/index.tsx:47
FunctionListboxInputWrapper
({ value, onChange, multiple = false, className, children, disabled, onClick, errorMsg, vari
packages/ui/src/components/inputs/ListboxInput/components/ListboxInputWrapper.tsx:13
FunctionListboxNullOption
({ icon, value = '', hasBgColor = false, text = 'None' }: { icon: string value?: unknown hasBgCo
packages/ui/src/components/inputs/ListboxInput/components/ListboxNullOption.tsx:12
FunctionListboxOption
({ value, label, icon, iconAtEnd = false, color, className, renderColorAndIcon, selected, on
packages/ui/src/components/inputs/ListboxInput/components/ListboxOption.tsx:14
FunctionListboxOptions
({ children, customWidth, lighter = false, portal = true }: { children: React.ReactNode customWidt
packages/ui/src/components/inputs/ListboxInput/components/ListboxOptions.tsx:7
FunctionLoadingScreen
({ message, loaderSize }: LoadingScreenProps)
packages/ui/src/components/feedback/LoadingScreen/index.tsx:10
FunctionLocalUpload
({ acceptedMimeTypes, setFile, file, setPreview, preview }: { acceptedMimeTypes?: Record<string, s
packages/ui/src/components/inputs/FileInput/FilePickerModal/components/LocalUpload/index.tsx:10
FunctionLocationField
({ control, name, disabled = false, required = false, autoFocus = false, namespace, ...rest }: L
packages/ui/src/components/form/components/fields/LocationField.tsx:23
FunctionLocationInput
({ label, icon = 'tabler:map-pin', value, onChange, required = false, disabled = false, autoFocu
packages/ui/src/components/inputs/LocationInput/index.tsx:33
FunctionLocationServiceStatusIndicator
({ enabled }: { enabled: boolean | 'loading' })
packages/ui/src/components/inputs/LocationInput/components/LocationServiceStatusIndicator.tsx:6
FunctionLockedScreen
({ challengeController, verifyController, onRecoveryRequested, setMasterPassword }: { challengeContr
packages/ui/src/components/auth/WithMasterPassword/components/LockedScreen.tsx:11
FunctionLoginPage
()
apps/web/src/core/auth/pages/LoginPage.tsx:14
FunctionMainSidebarItem
({ label, icon, link, subsection, sidebarExpanded, toggleSidebar, active = false }: MainSidebarI
packages/ui/src/components/navigation/sidebar/MainSidebarItem/index.tsx:43
FunctionMainSidebarStateProvider
({ children }: { children: React.ReactNode })
packages/ui/src/providers/MainSidebarStateProvider.tsx:17
FunctionMainSidebarTitle
({ title }: { title: string })
apps/web/src/routes/components/Sidebar/MainSidebarTitle.tsx:6
FunctionManageWidgetsModal
({ onClose, data: { widgets } }: { onClose: () => void data: { widgets: Record<string, WidgetEntry> }
apps/web/src/core/dashboard/components/modals/ManageWidgetsModal/index.tsx:9
FunctionMermaidChart
({ chart }: { chart: string })
docs/src/components/MermaidChart.tsx:18
FunctionModalManager
()
packages/ui/src/components/overlays/modals/ModalManager/index.tsx:57
FunctionModalProvider
({ children }: { children: ReactNode })
packages/ui/src/providers/ModalProvider.tsx:30
FunctionModalWrapper
({ isOpen, isTopmost = true, children, className, modalRef, zIndex = 0, onExited }: { isOpen:
packages/ui/src/components/overlays/modals/ModalWrapper/index.tsx:8
FunctionModifyAPIKeyModal
({ data: { type, initialData }, onClose }: { data: { type: 'create' | 'update' initialData?: API
apps/web/src/core/apiKeys/modals/ModifyAPIKeyModal.tsx:46
FunctionModifyCategoryModal
({ onClose, data: { openType, category, initialKeys, onSubmit } }: { onClose: () => void data: { o
apps/web/src/core/moduleManager/pages/Categories/components/ModifyCategoryModal.tsx:30
FunctionModifyModal
({ data: { type, title, id, icon }, onClose }: { data: { type: TType title: string id: 'user
apps/web/src/core/accountSettings/modals/ModifyModal.tsx:25
FunctionModifyTranslationKeyModal
({ onClose, data: { openType, key, onSubmit } }: { onClose: () => void data: { openType: 'create'
apps/web/src/core/moduleManager/pages/Categories/components/ModifyTranslationKeyModal.tsx:17
FunctionModuleHeader
({ icon, title, totalItems, tips, contextMenuProps, actionButton, customElement, namespace,
packages/ui/src/components/layout/ModuleHeader/index.tsx:30
FunctionModuleItem
({ module, onUninstall, onDevModeChange }: { module: InstalledModule onUninstall: (moduleName: strin
apps/web/src/core/moduleManager/pages/Modules/components/ModuleItem.tsx:26
FunctionModuleRequiredCard
({ module, keyId }: { module: { name: string icon: string APIKeyAccess?: Record<string, { us
apps/web/src/core/apiKeys/modals/ModulesRequiredListModal/components/ModuleRequiredCard.tsx:14
FunctionModuleSidebarStateProvider
({ children }: { children: React.ReactNode })
packages/ui/src/providers/ModuleSidebarStateProvider.tsx:11
FunctionModuleWrapper
({ children, config: { name, title, icon, clearQueryOnUnmount = true } }: { children: React.ReactNode
packages/ui/src/components/layout/ModuleWrapper/index.tsx:14
FunctionModules
()
apps/web/src/core/moduleManager/pages/Modules/index.tsx:34
FunctionModulesRequiredListModal
({ onClose, data: { keyId } }: { onClose: () => void data: { keyId: string } })
apps/web/src/core/apiKeys/modals/ModulesRequiredListModal/index.tsx:8
FunctionMonthlyExactDateForm
({ data, setData }: { data: FreqSpecificParams['monthly'] setData: (data: FreqSpecificParams['monthly'
packages/ui/src/components/inputs/RRuleInput/components/MonthlyForm/components/MonthlyExactDateForm.tsx:7
FunctionMonthlyForm
({ data, setData }: { data: FreqSpecificParams['monthly'] setData: (data: FreqSpecificParams['monthly'
packages/ui/src/components/inputs/RRuleInput/components/MonthlyForm/index.tsx:11
FunctionMonthlyRelativeDayForm
({ data, setData }: { data: FreqSpecificParams['monthly'] setData: (data: FreqSpecificParams['monthly'
packages/ui/src/components/inputs/RRuleInput/components/MonthlyForm/components/MonthlyRelativeDayForm.tsx:9
FunctionMorandiColorPaletteModal
({ data: { color, setColor }, onClose }: { data: { color: string setColor: (color: string) => vo
packages/ui/src/components/inputs/ColorInput/ColorPickerModal/components/modals/ModandiColorPaletteModal/index.tsx:11
FunctionMyFormModal
({ onClose }: { onClose: () => void })
packages/ui/src/components/form/components/FormModal/FormModal.stories.tsx:65
FunctionNavButton
({ direction, onClick, hidden }: { direction: 'previous' | 'next' onClick: () => void hidden?: boo
packages/ui/src/components/navigation/Pagination/components/NavButton.tsx:4
FunctionNavigationBar
()
docs/src/components/Boilerplate/components/NavigationBar.tsx:8
FunctionNestedModal
({ data, onClose }: { data: { depth: number } onClose: () => void })
packages/ui/src/components/overlays/modals/ModalManager/ModalManager.stories.tsx:48
FunctionNotFoundScreen
({ title, message, reportIssueLink = 'https://github.com/LifeForge-app/lifeforge/issues' }: NotFoundScre
packages/ui/src/components/feedback/NotFoundScreen/index.tsx:15
FunctionNotFoundWidget
({ widgetId, dimension: { h, w } }: { widgetId: string dimension: { w: number; h: number } })
apps/web/src/core/dashboard/components/NotFoundWidget.tsx:13
FunctionNumberField
({ control, name, namespace, ...rest }: NumberFieldProps<TFieldValues>)
packages/ui/src/components/form/components/fields/NumberField.tsx:17
FunctionNumberInput
({ variant = 'classic', size = 'default', label, icon, value, onChange, required = false, disa
packages/ui/src/components/inputs/NumberInput/index.tsx:64
FunctionNumberTextInputAdapter
(props: any)
packages/ui/src/components/inputs/NumberInput/index.tsx:39
FunctionOTPConfirmScreen
({ onSuccess }: { onSuccess: () => void })
apps/web/src/core/accountSettings/modals/EnableTwoFAModal/components/OTPConfirmScreen.tsx:9
FunctionOptionButtonContent
({ value }: { value: string })
packages/ui/src/components/inputs/ListboxInput/ListboxInput.stories.tsx:41
FunctionOptionColorAndIcon
({ color, icon }: { color?: string icon?: string })
packages/ui/src/components/form/components/fields/ListboxField.tsx:38
← previousnext →601–700 of 1,110, ranked by callers