MCPcopy Create free account

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

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

FunctionFeedbackPage
({ isOpen, onClose, }: FeedbackPageProps)
src/components/forms/FeedbackForm/FeedbackPage.tsx:25
FunctionFeedbackPage
()
app/family-manager/feedback/page.tsx:14
FunctionFeedingChartModal
({ open, onOpenChange, metric, activities, dateRange, })
src/components/Reports/FeedingChartModal.tsx:68
FunctionFeedingSection
({ feeding })
src/components/Reports/MonthlyReportCard/FeedingSection.tsx:10
FunctionFeedingStatsSection
({ stats, activities, dateRange })
src/components/Reports/FeedingStatsSection.tsx:40
FunctionFooterButton
({ icon, label, onClick, ariaLabel })
src/components/familymanager/admin-side-nav/index.tsx:22
FunctionFooterButton
({ icon, label, onClick, ariaLabel, })
src/components/ui/side-nav/index.tsx:72
FunctionFormPage
({ isOpen, onClose, title, description, leadingAction, children, tabs, activeTab, onTabChang
src/components/ui/form-page/index.tsx:159
FunctionFormPageContent
({ children, className }: FormPageContentProps)
src/components/ui/form-page/index.tsx:46
FunctionFormPageFooter
({ children, className }: FormPageFooterProps)
src/components/ui/form-page/index.tsx:65
FunctionFormPageHeader
({ title, description, onClose, leadingAction, className }: FormPageHeaderProps)
src/components/ui/form-page/index.tsx:20
FunctionFormPageTabs
({ tabs, activeTab, onTabChange, className }: { tabs: FormPageTab[]; activeTab: string; onTabCha
src/components/ui/form-page/index.tsx:82
FunctionFullLogActivityDetails
({ activity, settings, isOpen, onClose, onDelete, onEdit, })
src/components/FullLogTimeline/FullLogActivityDetails.tsx:21
FunctionFullLogActivityList
({ activities, settings, isLoading, itemsPerPage, currentPage, totalPages, onActivitySelect, o
src/components/FullLogTimeline/FullLogActivityList.tsx:15
FunctionFullLogExportButton
({ babyId, startDate, endDate, activeFilter, })
src/components/FullLogTimeline/FullLogExportButton.tsx:15
FunctionFullLogFilter
({ activeFilter, onFilterChange, startDate, endDate, onDateRangeChange, onQuickFilter, enableBre
src/components/FullLogTimeline/FullLogFilter.tsx:46
FunctionFullLogPage
()
app/(app)/[slug]/full-log/page.tsx:13
FunctionFullLogSearchBar
({ searchQuery, onSearchChange, })
src/components/FullLogTimeline/FullLogSearchBar.tsx:17
FunctionFullLogTimeline
({ activities, onActivityDeleted, startDate, endDate, onDateRangeChange, babyId, })
src/components/FullLogTimeline/index.tsx:33
FunctionGET
(req: NextRequest)
app/api/notifications/vapid-key/route.ts:10
FunctionGET
()
app/api/notifications/cron-enabled/route.ts:10
FunctionGET
(req: NextRequest)
app/api/auth/caretaker-exists/route.ts:5
FunctionGET
(req: NextRequest)
app/api/auth/ip-lockout/route.ts:8
FunctionGET
(req: NextRequest)
app/api/deployment-config/route.ts:10
FunctionGET
(req: NextRequest)
app/api/accounts/reset-password/route.ts:150
FunctionGET
()
app/api/accounts/payments/webhook/route.ts:22
FunctionGET
()
app/api/system-timezone/route.ts:8
FunctionGET
(request: Request)
app/api/units/route.ts:6
FunctionGET
(req: NextRequest)
app/api/settings/idle-time/route.ts:10
FunctionGET
(req: NextRequest)
app/api/settings/auth-life/route.ts:7
FunctionGET
(req: NextRequest)
app/api/app-config/public/route.ts:10
FunctionGET
( req: NextRequest, { params }: { params: Promise<{ slug: string }> } )
app/api/manifest/[slug]/route.ts:3
FunctionGET
()
app/api/changelog/route.ts:9
FunctionGET
( req: NextRequest, { params }: { params: Promise<{ slug: string }> } )
app/api/family/by-slug/[slug]/route.ts:17
FunctionGET
(req: NextRequest)
app/api/family/public-list/route.ts:6
FunctionGET
( req: NextRequest, { params }: { params: Promise<{ id: string }> } )
app/api/family/[id]/caretakers/route.ts:7
FunctionGiveMedicineForm
({ isOpen, onClose, babyId, initialTime, onSuccess, refreshData, activity, isSupplement = fals
src/components/forms/GiveMedicineForm/index.tsx:47
FunctionGiveMedicineTab
({ babyId, initialTime, onSuccess, refreshData, setIsSubmitting, activity, })
src/components/forms/MedicineForm/GiveMedicineTab.tsx:31
FunctionGrowthChart
({ className })
src/components/Reports/GrowthChart.tsx:393
FunctionGrowthChartCard
({ chartData, title, babyName, disableAnimation, }: { chartData: GrowthChartData; title: string;
src/components/Reports/MonthlyReportCard/GrowthSummarySection.tsx:139
FunctionGrowthChartTooltip
Custom tooltip mirroring the GrowthChart.tsx tooltip: * Shows the baby's percentile + value sandwiched between the two closest percentile curves
src/components/Reports/MonthlyReportCard/GrowthSummarySection.tsx:73
FunctionGrowthSummarySection
({ growth, babyName, isPdfExport, })
src/components/Reports/MonthlyReportCard/GrowthSummarySection.tsx:226
FunctionGrowthTrendsTab
()
src/components/Reports/GrowthTrendsTab.tsx:15
FunctionGuardianUpdate
({ isLoading, isSaving, onError }: GuardianUpdateProps)
src/components/GuardianUpdate/index.tsx:34
FunctionHealthChartModal
({ open, onOpenChange, medicineActivities, dateRange, })
src/components/Reports/HealthChartModal.tsx:39
FunctionHealthSection
({ health })
src/components/Reports/MonthlyReportCard/HealthSection.tsx:17
FunctionHealthTab
({ activities, dateRange, isLoading, })
src/components/Reports/HealthTab.tsx:69
FunctionHeatmapsTab
({ activities, dateRange, isLoading })
src/components/Reports/HeatmapsTab.tsx:59
FunctionHome
()
app/(app)/[slug]/log-entry/page.tsx:768
FunctionHomeContent
()
app/(app)/[slug]/log-entry/page.tsx:30
FunctionHomePage
()
app/page.tsx:10
FunctionIconPlaceholder
({ name, className })
documentation/Implementation/mainappsamplecode.js:4
FunctionInviteMobileView
({ paginatedData, onDeleteInvite, deletingInviteId, appConfig, formatDateTime, sortColumn, sortD
src/components/familymanager/InviteMobileView.tsx:101
FunctionInvitesPage
()
app/family-manager/invites/page.tsx:40
FunctionLanguageSelector
()
src/components/ui/side-nav/language-selector.tsx:25
FunctionLocalizationProvider
({ children }: { children: ReactNode })
src/context/localization.tsx:37
FunctionLoginPage
()
app/(auth)/login/page.tsx:282
FunctionLoginPageContent
()
app/(auth)/login/page.tsx:16
FunctionLoginSecurity
({ onUnlock, familySlug, familyName }: LoginSecurityProps)
src/components/LoginSecurity/index.tsx:23
FunctionManageMedicinesTab
({ refreshData })
src/components/forms/MedicineForm/ManageMedicinesTab.tsx:30
FunctionManageSupplementsTab
({ refreshData, onGiveSupplement })
src/components/forms/MedicineForm/ManageSupplementsTab.tsx:29
FunctionMeasurementForm
({ isOpen, onClose, babyId, initialTime, activity, onSuccess, }: MeasurementFormProps)
src/components/forms/MeasurementForm/index.tsx:46
FunctionMedicineForm
({ isOpen, onClose, medicine, units, contacts, onSave, isSupplement = false, })
src/components/forms/MedicineForm/MedicineForm.tsx:41
FunctionMedicineForm
({ isOpen, onClose, babyId, initialTime, onSuccess, activity, })
src/components/forms/MedicineForm/index.tsx:35
FunctionMedicineStatsSection
({ medicineStats, totalDoses, avgDosesPerDay, overallConsistency, medicineActivities, dateRange, }
src/components/Reports/MedicineStatsSection.tsx:31
FunctionMetricCard
({ label, metric }: { label: string; metric: GrowthMetric | null })
src/components/Reports/MonthlyReportCard/GrowthSummarySection.tsx:50
FunctionMilestoneForm
({ isOpen, onClose, babyId, initialTime, activity, onSuccess, }: MilestoneFormProps)
src/components/forms/MilestoneForm/index.tsx:36
FunctionMilestonesSection
({ milestones })
src/components/Reports/MonthlyReportCard/MilestonesSection.tsx:11
FunctionMilestonesTab
()
src/components/Reports/MilestonesTab.tsx:32
FunctionMobileSortButton
({ options, sortColumn, sortDirection, onSort, }: MobileSortButtonProps)
src/components/familymanager/MobileSortButton.tsx:29
FunctionModal
({ isOpen, onClose, title, children })
documentation/Implementation/mainappsamplecode.js:27
FunctionModal
({ open, onOpenChange, title, description, children, className, }: ModalProps)
src/components/ui/modal/index.tsx:18
FunctionModalContent
({ children, className }: ModalContentProps)
src/components/ui/modal/index.tsx:55
FunctionModalFooter
({ children, className }: ModalFooterProps)
src/components/ui/modal/index.tsx:66
FunctionModalHeader
({ title, description, className }: ModalHeaderProps)
src/components/ui/modal/index.tsx:36
FunctionMonthSelector
({ selectedMonth, onMonthChange, birthDate, daysTracked, daysInMonth, isCurrentMonth, elapsedDay
src/components/Reports/MonthlyReportCard/MonthSelector.tsx:10
FunctionMonthSelectorPage
({ currentMonth, currentYear, variant = 'default', onMonthSelect, }: MonthSelectorPageProps)
src/components/ui/calendar/MonthSelectorPage.tsx:18
FunctionMonthlyReportCard
({ className })
src/components/Reports/MonthlyReportCard/index.tsx:27
FunctionNavCountBubble
({ count, variant = 'default', className, })
src/components/ui/nav-count-bubble/index.tsx:7
FunctionNewFeedbackPane
({ onSubmit, onCancel, isMobile, onBack })
documentation/Implementation/Family-Manager-Overhaul/SproutTrackFeedbackChat.jsx:376
FunctionNoBabySelected
({ title = "No Baby Selected", description = "Please select a baby from the dropdown menu above.", class
src/components/ui/no-baby-selected/index.tsx:16
FunctionNoteForm
({ isOpen, onClose, babyId, initialTime, activity, onSuccess, }: NoteFormProps)
src/components/forms/NoteForm/index.tsx:39
FunctionNoteModal
({ open, onClose, babyId, initialTime, activity, variant = 'default', }: NoteModalProps)
src/components/modals/NoteModal.tsx:27
FunctionNotificationSettings
({ babies, loading: parentLoading, }: NotificationSettingsProps)
src/components/forms/SettingsForm/NotificationSettings.tsx:75
FunctionNotificationSplashModal
({ open, onClose, babies, }: NotificationSplashModalProps)
src/components/modals/NotificationSplashModal/index.tsx:52
FunctionNotificationsTab
({ lastActivities, upcomingEvents, selectedBaby })
src/components/BabyQuickInfo/NotificationsTab.tsx:45
FunctionNurseryLayout
({ children, }: { children: React.ReactNode; })
app/(nursery)/[slug]/nursery-mode/layout.tsx:11
FunctionNurseryMode
()
documentation/Implementation/nursery-mode-mockup.jsx:585
FunctionNurseryModeContainer
()
src/components/features/nursery-mode/NurseryModeContainer.tsx:29
FunctionNurseryModePage
()
app/(nursery)/[slug]/nursery-mode/page.tsx:6
FunctionNurserySlugLayout
({ children, }: { children: React.ReactNode; })
app/(nursery)/[slug]/layout.tsx:19
FunctionPOST
(req: NextRequest)
app/api/notifications/cron/route.ts:13
FunctionPOST
(req: NextRequest)
app/api/auth/route.ts:16
FunctionPOST
(req: NextRequest)
app/api/auth/token/route.ts:17
FunctionPOST
(req: NextRequest)
app/api/auth/ip-lockout/route.ts:27
FunctionPOST
(req: NextRequest)
app/api/auth/refresh-token/route.ts:19
FunctionPOST
(req: NextRequest)
app/api/auth/logout/route.ts:8
FunctionPOST
(req: NextRequest)
app/api/accounts/close/route.ts:13
FunctionPOST
(req: NextRequest)
app/api/accounts/reset-password/route.ts:37
FunctionPOST
(req: NextRequest)
app/api/accounts/change-password/route.ts:27
← previousnext →1,101–1,200 of 1,881, ranked by callers