Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Nutlope/notesGPT
/ functions
Functions
40 in github.com/Nutlope/notesGPT
⨍
Functions
40
◇
Types & classes
3
↓ 14 callers
Function
cn
(...inputs: ClassValue[])
lib/utils.ts:4
↓ 3 callers
Function
getAuthToken
()
app/auth.ts:3
↓ 3 callers
Function
getUserId
(ctx: { auth: Auth })
convex/utils.ts:42
↓ 3 callers
Function
usePreloadedQueryWithAuth
(preloadedQuery: Preloaded<Query>)
lib/hooks.tsx:10
↓ 2 callers
Function
formatTime
(time: number)
app/record/page.tsx:81
↓ 1 callers
Function
formatTimestamp
(timestamp: number)
lib/utils.ts:21
↓ 1 callers
Function
getCurrentFormattedDate
()
lib/utils.ts:8
↓ 1 callers
Function
getTogetherClient
()
convex/whisper.ts:8
↓ 1 callers
Function
removeActionItem
(actionId: any)
components/pages/recording/RecordingMobile.tsx:22
↓ 1 callers
Function
removeActionItem
(actionId: any)
components/pages/recording/RecordingDesktop.tsx:28
↓ 1 callers
Function
removeActionItem
(actionId: any)
app/dashboard/action-items/ais.tsx:17
↓ 1 callers
Function
startRecording
()
app/record/page.tsx:28
↓ 1 callers
Function
stopRecording
()
app/record/page.tsx:61
Function
ActionItemsPage
({ preloadedItems, }: { preloadedItems: Preloaded<typeof api.notes.getActionItems>; })
app/dashboard/action-items/ais.tsx:9
Function
BackgroundGradient
()
components/pages/home/Banner.tsx:50
Function
Banner
()
components/pages/home/Banner.tsx:3
Function
ConvexClientProvider
({ children, }: { children: ReactNode; })
app/ConvexClientProvider.tsx:9
Function
DashboardHomePage
({ preloadedNotes, }: { preloadedNotes: Preloaded<typeof api.notes.getNotes>; })
app/dashboard/dashboard.tsx:12
Function
DashboardLayout
({ children }: { children: React.ReactNode })
app/record/layout.tsx:3
Function
DashboardLayout
({ children }: { children: React.ReactNode })
app/recording/layout.tsx:3
Function
DashboardLayout
({ children }: { children: React.ReactNode })
app/dashboard/layout.tsx:3
Function
DeviceSection
()
components/pages/home/DeviceSection.tsx:3
Function
DropdownMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
components/ui/dropdown-menu.tsx:168
Function
ErrorBanner
()
components/ui/error-banner.tsx:1
Function
Footer
()
components/ui/Footer.tsx:3
Function
Header
()
components/ui/Header.tsx:5
Function
HomePage
()
app/page.tsx:5
Function
MissingEnvVars
(props: { url: string })
app/record/page.tsx:156
Function
Page
({ params: { id } }: { params: { id: Id<'notes'> } })
app/recording/[id]/page.tsx:7
Function
Page
()
app/dashboard/action-items/page.tsx:6
Function
RecordVoicePage
()
app/record/page.tsx:13
Function
RecordedfileItemCard
({ title, count, _creationTime, _id, }: { title?: string; count: number; _creationTime: number;
components/pages/dashboard/RecordedfileItemCard.tsx:5
Function
RecordingDesktop
({ note, actionItems, }: { note: Doc<'notes'>; actionItems: Doc<'actionItems'>[]; })
components/pages/recording/RecordingDesktop.tsx:9
Function
RecordingMobile
({ note, actionItems, }: { note: Doc<'notes'>; actionItems: Doc<'actionItems'>[]; })
components/pages/recording/RecordingMobile.tsx:8
Function
RecordingPage
({ preloadedNote, }: { preloadedNote: Preloaded<typeof api.notes.getNote>; })
app/recording/[id]/recording.tsx:9
Function
RootLayout
({ children, }: { children: React.ReactNode; })
app/layout.tsx:38
Function
ServerDashboardHomePage
()
app/dashboard/page.tsx:6
Function
UserNav
({ image, name, email, }: { image: string; name: string; email: string; })
components/ui/UserNav.tsx:19
Function
handleRecordClick
()
app/record/page.tsx:85
Function
handleSearch
(e: any)
app/dashboard/dashboard.tsx:24