MCPcopy Create free account

hub / github.com/FlavioAdamo/openfit / functions

Functions377 in github.com/FlavioAdamo/openfit

↓ 1 callersFunctionmakeTrends
(selectedDate: string)
src/data/demo.ts:19
↓ 1 callersFunctionmessageText
(message: ThreadMessage | undefined)
src/components/HealthAssistant.tsx:37
↓ 1 callersFunctionminutesText
(minutes: number)
src/lib/home-analysis.ts:78
↓ 1 callersFunctionnewConversation
()
src/components/HealthAssistant.tsx:231
↓ 1 callersFunctionnormalizeTurnInput
(input, maxContextChars)
electron/codex-service.cjs:148
↓ 1 callersFunctionopenMobileNavigation
()
scripts/capture-ui.cjs:59
↓ 1 callersFunctionparseActivities
(input: unknown)
src/data/normalize.ts:156
↓ 1 callersFunctionreadSecure
(file)
scripts/audit-google-health-raw.cjs:13
↓ 1 callersFunctionregisterIpc
()
electron/main.cjs:376
↓ 1 callersFunctionresponseName
(url)
scripts/audit-google-health-raw.cjs:42
↓ 1 callersFunctionrollupPoints
(payload)
electron/google-health-service.cjs:289
↓ 1 callersFunctionrun
({ messages, abortSignal })
src/components/HealthAssistant.tsx:125
↓ 1 callersFunctionserializeHealthContext
(value, maxChars)
electron/codex-service.cjs:132
↓ 1 callersFunctionshortDay
(date: string)
src/data/normalize.ts:32
↓ 1 callersFunctionsleepStageKey
(value: unknown)
src/data/normalize.ts:101
↓ 1 callersFunctionsleepStageTimeline
(record: Json | null)
src/data/normalize.ts:108
↓ 1 callersFunctionsleepStageTransitions
(record: Json | null, timeline: SleepStageSegment[])
src/data/normalize.ts:125
↓ 1 callersFunctionsleepStages
(record: Json | null)
src/data/normalize.ts:85
↓ 1 callersFunctionstartOAuthFlow
()
electron/main.cjs:156
↓ 1 callersFunctionstatusLabel
(status: HealthAssistantStatus, hasBridge: boolean)
src/components/HealthAssistant.tsx:53
↓ 1 callersFunctionsyncData
(date)
electron/main.cjs:240
↓ 1 callersFunctiontimeXValues
(labels: string[])
src/components/Views.tsx:193
↓ 1 callersFunctiontranslateGoogleHealth
(raw, selectedDate)
electron/google-health-service.cjs:386
↓ 1 callersFunctionuseIsMobile
()
src/hooks/use-mobile.ts:6
↓ 1 callersFunctionvalidAccessToken
(credentials)
electron/main.cjs:228
↓ 1 callersFunctionvalidIsoDate
(value: string)
src/lib/health-assistant.ts:11
↓ 1 callersFunctionvalidSyncDate
(value)
electron/main.cjs:326
↓ 1 callersFunctionvalidateConfig
(input, previous)
electron/main.cjs:122
↓ 1 callersFunctionwaitForActivePage
(label)
scripts/capture-ui.cjs:69
↓ 1 callersFunctionwaitForActivePage
(window, label)
scripts/capture-real-ui.cjs:40
↓ 1 callersFunctionwaitForApiSlot
()
electron/google-health-service.cjs:107
FunctionAccessibleChartTable
({ title, labels, values, formatter, }: { title: string labels: string[] values: NumericValue[]
src/components/Charts.tsx:76
FunctionActivityView
({ data }: ViewProps)
src/components/Views.tsx:549
FunctionApp
()
src/App.tsx:114
FunctionAssistantHeader
({ status, ready, onClose, onStatusRefresh, }: { status: HealthAssistantStatus ready: boolean on
src/components/HealthAssistant.tsx:218
FunctionAssistantMessage
()
src/components/HealthAssistant.tsx:319
FunctionAssistantThread
({ ready }: { ready: boolean })
src/components/HealthAssistant.tsx:259
FunctionAvatar
({ className, size = "default", ...props }: React.ComponentProps<typeof AvatarPrimitive.Root> & { size
src/components/ui/avatar.tsx:6
FunctionAvatarBadge
({ className, ...props }: React.ComponentProps<"span">)
src/components/ui/avatar.tsx:58
FunctionAvatarFallback
({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Fallback>)
src/components/ui/avatar.tsx:42
FunctionAvatarGroup
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/avatar.tsx:74
FunctionAvatarGroupCount
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/avatar.tsx:87
FunctionAvatarImage
({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Image>)
src/components/ui/avatar.tsx:26
FunctionBadge
({ className, variant = "default", asChild = false, ...props }: React.ComponentProps<"span"> & Varia
src/components/ui/badge.tsx:30
FunctionBodyMetric
({ label, value, unit, icon: Icon, note }: { label: string; value: string; unit?: string; icon: AppIcon; note:
src/components/Views.tsx:830
FunctionBodyView
({ data }: ViewProps)
src/components/Views.tsx:839
FunctionBulletChart
({ value, target, max, color = 'var(--color-indigo)', label, valueLabel, }: { value: number | nu
src/components/Charts.tsx:433
FunctionButton
({ className, variant = "default", size = "default", asChild = false, ...props }: React.ComponentPro
src/components/ui/button.tsx:44
FunctionCard
({ className, size = "default", ...props }: React.ComponentProps<"div"> & { size?: "default" | "sm" })
src/components/ui/card.tsx:5
FunctionCardAction
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:59
FunctionCardContent
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:72
FunctionCardDescription
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:49
FunctionCardFooter
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:82
FunctionCardHeader
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:23
FunctionCardTitle
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:36
FunctionChartKpi
({ children }: { children: ReactNode })
src/components/Charts.tsx:577
FunctionColumnChart
({ values, labels = [], xValues, color = 'var(--color-indigo)', height = 220, compact = false, f
src/components/Charts.tsx:278
FunctionCompactActivity
({ item, detailed = false }: { item: ActivityItem; detailed?: boolean })
src/components/Views.tsx:150
FunctionCompactRangeLabels
({ labels }: { labels: string[] })
src/components/Charts.tsx:103
FunctionCoverageRow
({ icon: Icon, label, items }: { icon: AppIcon; label: string; items: string[] })
src/components/Views.tsx:914
FunctionDailySummaryMetric
({ category, icon: Icon, label, value, note, onClick, }: { category: HomeCategory icon: AppIco
src/components/Views.tsx:303
FunctionDelta
({ value, suffix = ' vs. previous period' }: { value: number | null; suffix?: string })
src/components/Shared.tsx:124
FunctionDetailAction
({ label, onClick }: { label: string; onClick: () => void })
src/components/Views.tsx:289
FunctionDevicesView
({ data, status }: ViewProps)
src/components/Views.tsx:924
FunctionDialog
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Root>)
src/components/ui/dialog.tsx:10
FunctionDialogClose
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Close>)
src/components/ui/dialog.tsx:28
FunctionDialogContent
({ className, children, showCloseButton = true, ...props }: React.ComponentProps<typeof DialogPrimitiv
src/components/ui/dialog.tsx:50
FunctionDialogDescription
({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Description>)
src/components/ui/dialog.tsx:141
FunctionDialogFooter
({ className, showCloseButton = false, children, ...props }: React.ComponentProps<"div"> & { showClo
src/components/ui/dialog.tsx:98
FunctionDialogHeader
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/dialog.tsx:88
FunctionDialogOverlay
({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Overlay>)
src/components/ui/dialog.tsx:34
FunctionDialogPortal
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Portal>)
src/components/ui/dialog.tsx:22
FunctionDialogTitle
({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Title>)
src/components/ui/dialog.tsx:125
FunctionDialogTrigger
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Trigger>)
src/components/ui/dialog.tsx:16
FunctionDuoIcon
({ icon: Icon, className }: { icon: AppIcon; className?: string })
src/components/Shared.tsx:40
FunctionEmptyValue
({ children = 'Not available for this device or day.' }: { children?: ReactNode })
src/components/Shared.tsx:133
FunctionHealthAssistant
({ open, data, page, onOpenChange, onNavigate, }: { open: boolean data: DashboardData page: Pa
src/components/HealthAssistant.tsx:82
FunctionHealthView
({ data }: ViewProps)
src/components/Views.tsx:636
FunctionHomeSection
({ id, title, children }: { id: string; title: string; children: ReactNode })
src/components/Views.tsx:293
FunctionIconButton
({ label, children, ...props }: { label: string; children: ReactNode } & React.ComponentProps<typeof Button>)
src/App.tsx:105
FunctionInput
({ className, type, ...props }: React.ComponentProps<"input">)
src/components/ui/input.tsx:5
FunctionLabel
({ className, ...props }: React.ComponentProps<typeof LabelPrimitive.Root>)
src/components/ui/label.tsx:6
FunctionLineChart
({ values, labels = [], xValues, color = 'var(--color-indigo)', height = 220, compact = false, f
src/components/Charts.tsx:115
FunctionMetricTile
({ label, value, unit = '', goal = null, icon: Icon, decimals = 0, onClick, }: MetricProps)
src/components/Shared.tsx:87
FunctionMetricTrendPanel
({ data, category, icon, title, values, formatter, target = null, }: { data: DashboardData c
src/components/Views.tsx:234
FunctionOpenFitSidebar
({ items, page, userName, userAvatar, sourceLabel, onNavigate, onSettings, }: { items: typeof
src/App.tsx:513
FunctionPanel
({ children, className, tone = 'default', category, onClick, ariaLabel }: PanelProps)
src/components/Shared.tsx:18
FunctionPanelHeader
({ eyebrow, title, icon: Icon, action, }: { eyebrow?: string title: string icon?: AppIcon acti
src/components/Shared.tsx:48
FunctionProgress
({ className, value, ...props }: React.ComponentProps<typeof ProgressPrimitive.Root>)
src/components/ui/progress.tsx:8
FunctionRadialProgress
({ value, max = 100, color = 'var(--color-indigo)', label, valueLabel, size = 84, }: { value: nu
src/components/Charts.tsx:393
FunctionSectionTitle
({ title, copy, action }: { title: string; copy?: string; action?: ReactNode })
src/components/Views.tsx:72
FunctionSeparator
({ className, orientation = "horizontal", decorative = true, ...props }: React.ComponentProps<typeof S
src/components/ui/separator.tsx:6
FunctionSettingsDialog
({ open, status, connecting, onOpenChange, onSave, onConnect, onExport, onDisconnect, }: { o
src/App.tsx:642
FunctionSheet
({ ...props }: React.ComponentProps<typeof SheetPrimitive.Root>)
src/components/ui/sheet.tsx:8
FunctionSheetClose
({ ...props }: React.ComponentProps<typeof SheetPrimitive.Close>)
src/components/ui/sheet.tsx:18
FunctionSheetContent
({ className, children, side = "right", showCloseButton = true, ...props }: React.ComponentProps<typ
src/components/ui/sheet.tsx:46
FunctionSheetDescription
({ className, ...props }: React.ComponentProps<typeof SheetPrimitive.Description>)
src/components/ui/sheet.tsx:123
FunctionSheetFooter
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/sheet.tsx:97
FunctionSheetHeader
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/sheet.tsx:87
FunctionSheetOverlay
({ className, ...props }: React.ComponentProps<typeof SheetPrimitive.Overlay>)
src/components/ui/sheet.tsx:30
← previousnext →201–300 of 377, ranked by callers