MCPcopy Create free account

hub / github.com/Oak-and-Sprout/sprout-track / functions

Functions1,881 in github.com/Oak-and-Sprout/sprout-track

FunctioncalculateAge
(birthday: Date)
app/(app)/[slug]/client-layout.tsx:122
FunctioncalculateDurationMinutes
( startIsoString: string | null | undefined, endIsoString: string | null | undefined )
app/context/timezone.tsx:330
FunctioncheckForUpdates
()
src/components/GuardianUpdate/index.tsx:48
FunctioncheckHandler
(req: NextRequest)
app/api/database/pre-migration-check/route.ts:14
FunctioncheckHandler
(req: NextRequest, authContext: AuthResult)
app/api/database/pre-migration-check-initial/route.ts:14
FunctioncheckNotificationSplash
()
app/(app)/[slug]/client-layout.tsx:676
FunctionclearTranslationCache
()
src/lib/notifications/i18n.ts:106
FunctionclearVapidCache
()
src/lib/notifications/client.ts:85
FunctioncreateCsvBlob
(csvContent: string, filename: string)
app/api/utils/csv-export.ts:66
FunctioncycleTheme
()
src/components/ui/theme-toggle/index.tsx:35
FunctiondecrementAdjustAmount
()
src/components/forms/PumpForm/index.tsx:539
FunctiondecrementAmount
()
src/components/modals/FeedModal.tsx:131
FunctiondecrementAmount
()
src/components/forms/FeedForm/index.tsx:444
FunctiondecrementBreastMilkAmount
()
src/components/forms/FeedForm/index.tsx:481
FunctiondecrementFormulaAmount
()
src/components/forms/FeedForm/index.tsx:495
FunctiondeleteHandler
(req: NextRequest, authContext: AuthResult)
app/api/caretaker/route.ts:232
FunctiondeleteHandler
(req: NextRequest)
app/api/beta-subscribers/route.ts:100
FunctiondeleteHandler
(req: NextRequest)
app/api/family/setup-invites/route.ts:88
FunctiondeleteInvite
(inviteId: string)
app/family-manager/invites/page.tsx:91
FunctionformGroup
()
src/components/forms/BabyForm/baby-form.styles.ts:50
FunctionformLabel
()
src/components/forms/BabyForm/baby-form.styles.ts:41
FunctionformatDate
( isoString: string | null | undefined, formatOptions?: Intl.DateTimeFormatOptions )
app/context/timezone.tsx:239
FunctionformatDateOnly
(isoString: string | null | undefined)
app/context/timezone.tsx:301
FunctionformatDateTime
(isoString: string | null | undefined)
app/context/timezone.tsx:315
FunctionformatDateTimeForInput
(date?: Date)
src/components/forms/CalendarEventForm/index.tsx:343
FunctionformatDuration
(minutes: number)
app/context/timezone.tsx:357
FunctionformatDuration
(minutes: number)
app/api/utils/timezone.ts:203
FunctionformatLog
(log: any)
app/api/timeline/export/route.ts:458
FunctionformatMinutes
(minutes: number)
src/components/Reports/StatsTab.tsx:103
FunctionformatSeconds
(seconds: number)
src/components/forms/BabyQuickStats/index.tsx:144
FunctionformatTime
(seconds: number)
src/components/forms/FeedForm/BreastFeedForm.tsx:41
FunctionformatTime
(seconds: number)
src/components/forms/FeedForm/index.tsx:810
FunctionformatTime
(isoString: string | null | undefined)
app/context/timezone.tsx:287
FunctiongenerateMetadata
({ params, }: { params: Promise<{ slug: string }>; })
app/(nursery)/[slug]/layout.tsx:3
FunctiongenerateMetadata
({ params, }: { params: Promise<{ slug: string }>; })
app/(app)/[slug]/layout.tsx:4
FunctiongenerateSlug
()
src/components/forms/FamilyForm/index.tsx:182
FunctiongenerateSlug
()
src/components/SetupWizard/FamilySetupStage.tsx:100
FunctiongenerateSlugs
(count: number, withNumbers: boolean = false)
app/api/utils/slug-generator.ts:68
FunctiongetActivitySettings
* GET /api/activity-settings * * Retrieves activity settings for the current user * If caretakerId is provided, retrieves settings for that careta
app/api/activity-settings/route.ts:16
FunctiongetActivityTime
(activity: ActivityType)
src/components/ui/activity-tile/activity-tile-utils.ts:8
FunctiongetCurrentUTCString
()
app/context/timezone.tsx:515
FunctiongetDeploymentInfo
()
app/context/deployment.tsx:176
FunctiongetEventTypeColor
(type: string)
src/components/BabyQuickInfo/NotificationsTab.tsx:36
FunctiongetHandler
(req: NextRequest)
app/api/database/route.ts:17
FunctiongetHandler
(req: NextRequest)
app/api/accounts/manage/route.ts:26
FunctiongetHandler
(req: NextRequest, authContext: AuthResult)
app/api/caretaker/route.ts:323
FunctiongetHandler
(req: NextRequest)
app/api/guardian/update/route.ts:19
FunctiongetHandler
* GET handler for AppConfig * Returns the current app configuration with decrypted adminPass * Requires system administrator authentication
app/api/app-config/route.ts:15
FunctiongetHandler
(req: NextRequest)
app/api/beta-subscribers/route.ts:8
FunctiongetHandler
(req: NextRequest, authContext: AuthResult)
app/api/family/route.ts:8
FunctiongetHandler
(req: NextRequest)
app/api/family/manage/route.ts:7
FunctiongetHandler
(req: NextRequest, authContext: AuthResult)
app/api/family/setup-status/route.ts:26
FunctiongetHandler
(req: NextRequest)
app/api/family/setup-invites/route.ts:29
FunctiongetInitialValues
()
src/components/ui/time-entry/index.tsx:37
FunctiongetLineNumber
* Get line number from content and index
scripts/extract-localization-strings.js:165
FunctiongetMilestoneCategoryLabel
(category: MilestoneCategory)
src/components/forms/MilestoneForm/index.tsx:248
FunctiongetSettings
()
app/api/utils/timezone.ts:72
FunctiongetSystemCaretaker
(req: NextRequest, authContext: AuthResult)
app/api/caretaker/system/route.ts:7
FunctiongoToCurrentMonth
()
src/components/Calendar/index.tsx:212
FunctiongoToNextMonth
()
src/components/Calendar/index.tsx:206
FunctiongoToPreviousMonth
()
src/components/Calendar/index.tsx:200
FunctionhandleAccountSave
()
src/components/account-manager/AccountSettingsTab.tsx:160
FunctionhandleActiveToggle
(checked: boolean)
src/components/forms/MedicineForm/MedicineForm.tsx:264
FunctionhandleActivityEnd
()
app/(app)/[slug]/log-entry/page.tsx:370
FunctionhandleActivityPause
()
app/(app)/[slug]/log-entry/page.tsx:336
FunctionhandleActivityResume
()
app/(app)/[slug]/log-entry/page.tsx:353
FunctionhandleActivityStart
(playType: string, subCategory: string, notes: string, existingDurationSeconds: number)
app/(app)/[slug]/log-entry/page.tsx:310
FunctionhandleAddBaby
()
src/components/account-manager/FamilyPeopleTab.tsx:143
FunctionhandleAddCaretaker
()
src/components/account-manager/FamilyPeopleTab.tsx:165
FunctionhandleAddCaretaker
()
src/components/SetupWizard/SecuritySetupStage.tsx:123
FunctionhandleAddContact
()
src/components/account-manager/FamilyPeopleTab.tsx:187
FunctionhandleAddContact
(newContact: Contact)
src/components/forms/MedicineForm/MedicineForm.tsx:306
FunctionhandleAddContact
(newContact: Contact)
src/components/forms/CalendarEventForm/index.tsx:285
FunctionhandleAddEvent
()
src/components/CalendarDayView/index.tsx:177
FunctionhandleAddFamily
()
app/family-manager/families/page.tsx:240
FunctionhandleAddMedicine
()
src/components/forms/MedicineForm/ManageMedicinesTab.tsx:136
FunctionhandleAddNewContact
(contact: Contact)
src/components/forms/VaccineForm/RecordVaccineTab.tsx:245
FunctionhandleAddSupplement
()
src/components/forms/MedicineForm/ManageSupplementsTab.tsx:107
FunctionhandleAdjustmentSubmit
(e: React.FormEvent)
src/components/forms/PumpForm/index.tsx:355
FunctionhandleAdminPasswordReset
()
src/components/forms/AppConfigForm/index.tsx:132
FunctionhandleAdminResetAcknowledged
()
src/components/forms/AppConfigForm/index.tsx:148
FunctionhandleAmountChange
(newAmount: string)
src/components/forms/FeedForm/index.tsx:417
FunctionhandleAuthTypeChange
(newAuthType: 'SYSTEM' | 'CARETAKER')
src/components/forms/SettingsForm/index.tsx:315
FunctionhandleBabyFormClose
()
src/components/account-manager/FamilyPeopleTab.tsx:155
FunctionhandleBabyFormClose
()
src/components/forms/SettingsForm/index.tsx:440
FunctionhandleBabyFormOpen
(baby: Baby | null, editing: boolean)
src/components/forms/SettingsForm/index.tsx:424
FunctionhandleBabyModalClose
()
src/components/modals/SettingsModal.tsx:115
FunctionhandleBackup
()
src/components/modals/SettingsModal.tsx:121
FunctionhandleBackup
()
src/components/BackupRestore/index.tsx:211
FunctionhandleBlur
(e: React.FocusEvent<HTMLInputElement>)
src/components/ui/extended-time-input/index.tsx:76
FunctionhandleBlur
(e: React.FocusEvent<HTMLInputElement>)
src/components/ui/time-input/index.tsx:67
FunctionhandleBreastMilkAmountChange
(newAmount: string)
src/components/forms/FeedForm/index.tsx:463
FunctionhandleCancelEdit
()
app/family-manager/families/page.tsx:218
FunctionhandleCancelSubscription
()
src/components/account-manager/PaymentModal.tsx:182
FunctionhandleCaretakerChange
(e: CustomEvent)
src/components/ActivityTileGroup/index.tsx:154
FunctionhandleCaretakerFormClose
()
src/components/account-manager/FamilyPeopleTab.tsx:177
FunctionhandleCaretakerFormClose
()
src/components/forms/SettingsForm/index.tsx:444
FunctionhandleCaretakerFormOpen
(editing: boolean)
src/components/forms/SettingsForm/index.tsx:430
FunctionhandleCategoryInputChange
(e: React.ChangeEvent<HTMLInputElement>)
src/components/forms/NoteForm/index.tsx:319
FunctionhandleCategoryInputChange
(e: React.ChangeEvent<HTMLInputElement>)
src/components/forms/ActivityForm/index.tsx:360
← previousnext →1,301–1,400 of 1,881, ranked by callers