MCPcopy Create free account

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

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

↓ 1 callersFunctionwriteFormattedFile
( modulePath: string, content: string )
tools/src/commands/db/utils/file-utils.ts:14
↓ 1 callersFunctionzodTextFormat
( zodObject: ZodInput, name: string, props?: Omit< ResponseFormatTextJSONSchemaConfig, 'schema'
tools/src/utils/zodResponseFormat.ts:55
FunctionAIImageGenerator
({ file, setFile, setPreview, defaultPrompt }: { file: string | File | null setFile: React.Dispatc
packages/ui/src/components/inputs/FileInput/FilePickerModal/components/AIImageGenerator.tsx:12
FunctionAPIEndpointProvider
({ endpoint, children }: { endpoint: string children: React.ReactNode })
packages/api/src/providers/APIEndpointProvider.tsx:5
FunctionAPIKeyStatusProvider
({ APIKeyAccess, children }: { APIKeyAccess: ModuleCategory['items'][number]['APIKeyAccess'] children:
apps/web/src/providers/features/APIKeyStatusProvider.tsx:17
FunctionAPIKeys
()
apps/web/src/core/apiKeys/index.tsx:24
FunctionAPIOnlineStatusProvider
({ clientEnvironment, children }: { clientEnvironment: 'production' | 'development' | null children: R
packages/api/src/providers/APIOnlineStatusProvider.tsx:52
FunctionAPIOnlineStatusWrapper
({ children }: { children: React.ReactNode })
packages/ui/src/components/utilities/APIOnlineStatusWrapper/index.tsx:5
FunctionAccountSettings
()
apps/web/src/core/accountSettings/index.tsx:9
FunctionAdjustBgImageModal
({ onClose }: { onClose: () => void })
apps/web/src/core/personalization/components/BgImageSelector/modals/AdjustBgImageModal/index.tsx:12
FunctionAdjustmentColumn
({ icon, title, value, onChange, max }: { icon: string title: string value: number onChange:
apps/web/src/core/personalization/components/BgImageSelector/modals/AdjustBgImageModal/components/AdjustmentColumn.tsx:6
FunctionAlert
({ type, children, ...rest }: { type: typeof STYLES extends Record<infer K, unknown> ? K : never cla
packages/ui/src/components/feedback/Alert/index.tsx:33
FunctionApp
()
apps/web/src/App.tsx:12
FunctionApp
()
docs/src/App.tsx:34
FunctionAppRoutesProvider
()
apps/web/src/routes/providers/AppRoutesProvider.tsx:5
FunctionAuth
()
apps/web/src/core/auth/index.tsx:8
FunctionAuthFooter
()
apps/web/src/core/auth/components/AuthFooter.tsx:3
FunctionAuthForm
({ providers }: { providers: string[] })
apps/web/src/core/auth/components/AuthForm.tsx:11
FunctionAuthHeader
()
apps/web/src/core/auth/components/AuthHeader.tsx:5
FunctionAuthProvider
({ forgeAPI, onTwoFAModalOpen, children }: { forgeAPI: ProxyTree<any> onTwoFAModalOpen: () => void
packages/api/src/providers/AuthProvider.tsx:59
FunctionAuthRedirectHandler
()
apps/web/src/routes/utils/routerFactory.tsx:32
FunctionAuthSideImage
()
apps/web/src/core/auth/components/AuthSideImage.tsx:5
FunctionAuthSignInButton
({ loading, signIn, providers }: { loading: boolean signIn: () => void providers: string[] })
apps/web/src/core/auth/components/AuthSignInButtons/index.tsx:11
FunctionAvatarColumn
()
apps/web/src/core/accountSettings/components/AvatarColumn.tsx:20
FunctionBackgroundProvider
({ children }: { children: React.ReactNode })
packages/ui/src/providers/BackgroundProvider.tsx:6
FunctionBackupItem
({ backup }: { backup: { key: string size: number modified: string } })
apps/web/src/core/backups/components/BackupItem.tsx:21
FunctionBackups
()
apps/web/src/core/backups/index.tsx:19
FunctionBgImageSelector
()
apps/web/src/core/personalization/components/BgImageSelector/index.tsx:20
FunctionBgTemp
()
docs/src/contents/02.user-guide/components/BgTemp.tsx:5
FunctionBgTempSelector
()
apps/web/src/core/personalization/components/BgTempSelector/index.tsx:18
FunctionBlockStatement
(node: any)
eslint/padding-react-hooks.ts:147
FunctionBoilerplate
({ children }: { children: React.ReactNode })
docs/src/components/Boilerplate/index.tsx:9
FunctionBorderRadiusIcon
({ radius }: BorderRadiusIconProps)
apps/web/src/core/personalization/components/BorderRadiusSelector/components/BorderRadiusIcon.tsx:8
FunctionBorderRadiusSelector
()
apps/web/src/core/personalization/components/BorderRadiusSelector/index.tsx:26
FunctionBordered
({ as, asChild = false, ref, display, // Border props borderColor = { base: 'bg-300', dark: colorW
packages/ui/src/components/primitives/Bordered/index.tsx:92
FunctionBorderedSelector
()
apps/web/src/core/personalization/components/BorderedSelector.tsx:7
FunctionBox
({ as, asChild = false, ref, // Padding p, px, py, pt, pb, pl, pr, // Margin m, mx
packages/ui/src/components/primitives/Box/index.tsx:44
FunctionButton
({ ref, as, children, icon, onClick, iconPosition = 'start', loading = false, disabled = false
packages/ui/src/components/inputs/Button/index.tsx:58
FunctionCalendarHeader
({ date, changeYear, changeMonth, decreaseMonth, increaseMonth, prevMonthButtonDisabled, nextMon
packages/ui/src/components/inputs/DateInput/components/CalendarHeader.tsx:9
FunctionCard
({ isInteractive, style, ...props }: CardProps<T>)
packages/ui/src/components/layout/Card/index.tsx:11
FunctionCardItem
({ item }: { item: SampleItem })
packages/ui/src/components/data-display/VirtualGrid/VirtualGrid.stories.tsx:112
FunctionCategories
()
apps/web/src/core/moduleManager/pages/Categories/index.tsx:36
FunctionCategoryFilter
({ category, updateFilters }: CategoryFilterProps)
packages/ui/src/components/inputs/FileInput/FilePickerModal/components/Pixabay/components/SearchFilterModal/components/CategoryFilter.tsx:15
FunctionCategoryItem
({ id, item: { key, value }, onModify }: { id: string item: { key: string; value: Record<string, str
apps/web/src/core/moduleManager/pages/Categories/components/CategoryItem.tsx:23
FunctionCell
({ accent = false, children, label, noBg = false, ...props }: { label?: string accent?: boolean
packages/ui/src/components/primitives/Grid/Grid.stories.tsx:47
FunctionChangelogEntries
()
docs/src/contents/04.progress/components/ChangelogEntries.tsx:33
FunctionCheckbox
({ checked = false, onCheckedChange, disabled, className, label }: { /** Whether the checkbox is c
packages/ui/src/components/inputs/Checkbox/index.tsx:12
FunctionCheckboxField
({ control, name, label, icon, disabled = false, namespace }: CheckboxFieldProps<TFieldValues>)
packages/ui/src/components/form/components/fields/CheckboxField.tsx:24
FunctionChipSelector
({ options, value, onChange }: { options: string[] value: string | null onChange: React.Dispatch<R
packages/ui/src/components/inputs/IconInput/IconPickerModal/components/ChipSelector.tsx:7
FunctionCode
({ language, children }: { language?: string; children: string })
docs/src/components/Code.tsx:9
FunctionColorField
({ control, name, namespace, ...rest }: ColorFieldProps<TFieldValues>)
packages/ui/src/components/form/components/fields/ColorField.tsx:17
FunctionColorFilter
({ colors, updateFilters }: ColorFilterProps)
packages/ui/src/components/inputs/FileInput/FilePickerModal/components/Pixabay/components/SearchFilterModal/components/ColorFilter.tsx:15
FunctionColorInput
({ variant = 'classic', label, value, onChange, required = false, disabled = false, autoFocus =
packages/ui/src/components/inputs/ColorInput/index.tsx:38
FunctionColorPickerModal
({ data: { value, onChange }, onClose }: { data: { value: string onChange: (color: string) => vo
packages/ui/src/components/inputs/ColorInput/ColorPickerModal/index.tsx:25
FunctionComboboxInput
({ variant = 'classic', label, icon, value, onChange, onQueryChanged: setQuery, displayValue,
packages/ui/src/components/inputs/ComboboxInput/index.tsx:50
FunctionComboboxInputWrapper
({ value, onChange, setQuery, children, className, disabled, onClick, errorMsg, variant = 'c
packages/ui/src/components/inputs/ComboboxInput/components/ComboboxInputWrapper.tsx:12
FunctionComboboxOption
({ value, label, icon, iconAtEnd = false, color }: { value: unknown label: string | React.ReactE
packages/ui/src/components/inputs/ComboboxInput/components/ComboboxOption.tsx:13
FunctionComboboxOptions
({ children, customWidth }: { children: React.ReactNode customWidth?: string })
packages/ui/src/components/inputs/ComboboxInput/components/ComboboxOptions.tsx:7
FunctionCommit
({ hash }: { hash: string })
docs/src/contents/04.progress/components/Commit.tsx:3
FunctionCompactFileDisplay
({ value, onChange, onImageRemoved }: { value: FileValue onChange: (value: FileValue) => void onIm
packages/ui/src/components/inputs/FileInput/components/CompactFileDisplay.tsx:7
FunctionComponentListItem
({ id, icon, minW, minH, maxW, maxH, moduleName }: { id: string icon: string minW?: number
apps/web/src/core/dashboard/components/modals/ManageWidgetsModal/components/ComponentItem.tsx:21
FunctionConfirmScreen
({ onClose, onApprove, loading }: { onClose: () => void onApprove: () => void loading: boolean })
apps/web/src/core/accountSettings/modals/QRLoginScannerModal/components/ConfirmScreen.tsx:12
FunctionConfirmationModal
({ onClose, data: { title, description, confirmationButton = 'confirm', confirmationPrompt
packages/ui/src/components/overlays/modals/ConfirmationModal/index.tsx:10
FunctionContentCard
({ body, title }: { title: string; body: string })
packages/ui/src/components/layout/ModuleWrapper/ModuleWrapper.stories.tsx:35
FunctionContentWrapperWithSidebar
({ children }: { children: React.ReactNode })
packages/ui/src/components/layout/ContentWrapperWithSidebar/index.tsx:3
FunctionContextMenu
({ children, styles, classNames, customIcon, buttonComponent, onOpenChange, align = 'end', sid
packages/ui/src/components/overlays/ContextMenu/index.tsx:34
FunctionContextMenuGroup
({ icon, label, children, className }: ContextMenuGroupProps)
packages/ui/src/components/overlays/ContextMenu/components/ContextMenuGroup.tsx:20
FunctionContextMenuItem
({ label, icon, dangerous = false, checked = false, loading = false, disabled = false, shouldClo
packages/ui/src/components/overlays/ContextMenu/components/ContextMenuItem.tsx:54
FunctionCoreFederationProvider
({ children }: { children: React.ReactNode })
apps/web/src/federation/providers/CoreFederationProvider.tsx:36
FunctionCreateBackupModal
({ onClose }: { onClose: () => void })
apps/web/src/core/backups/components/CreateBackupModal.tsx:21
FunctionCreatePasswordScreen
({ controller, challengeController, onCreate }: { controller: ForgeEndpoint challengeController: For
packages/ui/src/components/auth/WithMasterPassword/components/CreatePasswordScreen.tsx:13
FunctionCurrencyField
({ control, name, namespace, ...rest }: CurrencyFieldProps<TFieldValues>)
packages/ui/src/components/form/components/fields/CurrencyField.tsx:17
FunctionCurrencyInput
({ prefix: currency, variant = 'classic', label, icon, value, onChange, required = false, disa
packages/ui/src/components/inputs/CurrencyInput/index.tsx:42
FunctionCustomColorInput
()
docs/src/contents/02.user-guide/components/CustomColorInput.tsx:6
FunctionCustomFontCard
({ font, selectedFont, setSelectedFont }: { font: CustomFont selectedFont: string | null setSelect
apps/web/src/core/personalization/components/FontFamilySelector/components/FontFamilySelectorModal/tabs/custom/components/CustomFontCard.tsx:26
FunctionCustomFontSelector
({ selectedFont, setSelectedFont }: { selectedFont: string | null setSelectedFont: (font: string | nul
apps/web/src/core/personalization/components/FontFamilySelector/components/FontFamilySelectorModal/tabs/custom/index.tsx:29
FunctionCustomFontUploadModal
({ onClose, data: { openType, initialData } }: { onClose: () => void data: { openType: 'create' | 'edi
apps/web/src/core/personalization/components/FontFamilySelector/components/FontFamilySelectorModal/tabs/custom/components/CustomFontUploadModal.tsx:45
FunctionCustomLink
({ text, to }: { text: string; to: string })
docs/src/components/CustomLink.tsx:4
FunctionDailyForm
({ data, setData }: { data: FreqSpecificParams['daily'] setData: (data: FreqSpecificParams['daily']) =
packages/ui/src/components/inputs/RRuleInput/components/DailyForm.tsx:8
FunctionDashboard
()
apps/web/src/core/dashboard/index.tsx:63
FunctionDashboardContent
()
apps/web/src/core/dashboard/index.tsx:16
FunctionDashboardGrid
({ wrapperRef, canLayoutChange }: { wrapperRef: React.RefObject<HTMLDivElement | null> canLayoutChange
apps/web/src/core/dashboard/components/DashboardGrid.tsx:35
FunctionDashboardRedirectHandler
()
apps/web/src/routes/utils/routerFactory.tsx:20
FunctionDateField
({ control, name, namespace, ...rest }: DateFieldProps<TFieldValues>)
packages/ui/src/components/form/components/fields/DateField.tsx:18
FunctionDateInput
({ variant = 'classic', label, icon, value, onChange, required = false, disabled = false, auto
packages/ui/src/components/inputs/DateInput/index.tsx:53
FunctionDefaultBgTempSelector
({ bgTemp, customBgTemp }: { bgTemp: string customBgTemp: string })
apps/web/src/core/personalization/components/BgTempSelector/components/DefaultBgTempSelector.tsx:27
FunctionDefaultThemeColorSelector
({ themeColor, customThemeColor }: { themeColor: string customThemeColor: string })
apps/web/src/core/personalization/components/ThemeColorSelector/components/DefaultThemeColorSelector.tsx:37
FunctionDemo
({ children, label }: { label: string children: (on: boolean) => ReactNode })
packages/ui/src/components/primitives/Transition/Transition.stories.tsx:25
FunctionDemoBox
({ label }: { label: string })
packages/ui/src/components/primitives/Bordered/Bordered.stories.tsx:38
FunctionDemoBox
({ className, label, style }: { label: string className?: string style?: CSSProperties })
packages/ui/src/components/primitives/Ring/Ring.stories.tsx:36
FunctionDisableTwoFAModal
({ onClose }: { onClose: () => void })
apps/web/src/core/accountSettings/modals/DisableTwoFAModal.tsx:8
FunctionDnDContainer
({ getRootProps, getInputProps, isDragActive, setPreview, setFile, acceptedMimeTypes }: { getRoo
packages/ui/src/components/inputs/FileInput/FilePickerModal/components/LocalUpload/components/DnDContainer.tsx:9
FunctionEditorsChoiceSwitch
({ isEditorsChoice, updateFilters }: EditorsChoiceSwitchProps)
packages/ui/src/components/inputs/FileInput/FilePickerModal/components/Pixabay/components/SearchFilterModal/components/EditorsChoiceSwitch.tsx:13
FunctionEllipsisIcon
()
packages/ui/src/components/navigation/Pagination/components/EllipsisIcon.tsx:5
FunctionEmptyFileInput
({ acceptedMimeTypes, reminderText, onSelect }: { acceptedMimeTypes?: Record<string, string[]> remin
packages/ui/src/components/inputs/FileInput/components/EmptyFileInput.tsx:6
FunctionEmptyStateScreen
({ CTAButtonProps, message, icon, smaller = false }: EmptyStateScreenProps)
packages/ui/src/components/feedback/EmptyStateScreen/index.tsx:37
FunctionEnableTwoFAModal
({ onClose }: { onClose: () => void })
apps/web/src/core/accountSettings/modals/EnableTwoFAModal/index.tsx:9
FunctionEncryptionProvider
({ apiHost, children }: EncryptionProviderProps)
packages/api/src/providers/EncryptionProvider.tsx:22
FunctionEncryptionWrapper
({ children }: { children: React.ReactNode })
packages/ui/src/components/utilities/EncryptionWrapper/index.tsx:5
FunctionEntryItem
({ entry }: { entry: APIKeyEntry })
apps/web/src/core/apiKeys/components/EntryItem.tsx:33
← previousnext →501–600 of 1,110, ranked by callers