SYMBOL INDEX (39 symbols across 28 files) FILE: apps/native/ConvexClientProvider.tsx function ConvexClientProvider (line 22) | function ConvexClientProvider({ FILE: apps/native/src/app/(app)/_layout.tsx function AppLayout (line 4) | function AppLayout() { FILE: apps/native/src/app/(auth)/_layout.tsx function AuthLayout (line 4) | function AuthLayout() { FILE: apps/native/src/app/_layout.tsx function RootLayout (line 9) | function RootLayout() { FILE: apps/native/src/screens/CreateNoteScreen.tsx function CreateNoteScreen (line 23) | function CreateNoteScreen() { FILE: apps/native/src/screens/InsideNoteScreen.tsx function InsideNoteScreen (line 18) | function InsideNoteScreen() { FILE: apps/native/src/screens/LoginScreen.tsx type OAuthStrategy (line 8) | type OAuthStrategy = "oauth_google" | "oauth_apple"; FILE: apps/web/src/app/ConvexClientProvider.tsx function ConvexClientProvider (line 15) | function ConvexClientProvider({ FILE: apps/web/src/app/layout.tsx function RootLayout (line 17) | function RootLayout({ FILE: apps/web/src/app/notes/[slug]/page.tsx function Page (line 5) | async function Page({ FILE: apps/web/src/app/notes/page.tsx function Home (line 4) | function Home() { FILE: apps/web/src/app/page.tsx function Home (line 10) | function Home() { FILE: apps/web/src/components/Header.tsx type NavigationItem (line 15) | type NavigationItem = { function Header (line 26) | function Header() { FILE: apps/web/src/components/common/Logo.tsx type Props (line 5) | interface Props { FILE: apps/web/src/components/common/Menu.tsx type Props (line 3) | interface Props { FILE: apps/web/src/components/common/TestTimonialCard.tsx type Props (line 2) | interface Props { FILE: apps/web/src/components/common/UserNav.tsx function UserNav (line 16) | function UserNav({ FILE: apps/web/src/components/common/button.tsx type ButtonProps (line 37) | interface ButtonProps FILE: apps/web/src/components/home/ComplexToggle.tsx function classNames (line 4) | function classNames(...classes: string[]) { function ComplexToggle (line 8) | function ComplexToggle({ FILE: apps/web/src/components/notes/CreateNote.tsx function CreateNote (line 10) | function CreateNote() { FILE: apps/web/src/components/notes/DeleteNote.tsx function DeleteNote (line 7) | function DeleteNote({ deleteAction }: any) { FILE: apps/web/src/components/notes/NoteDetails.tsx type NoteDetailsProps (line 9) | interface NoteDetailsProps { FILE: apps/web/src/components/notes/NoteItem.tsx type NoteProps (line 4) | interface NoteProps { FILE: apps/web/src/lib/utils.ts function cn (line 4) | function cn(...inputs: ClassValue[]) { FILE: packages/backend/convex/_generated/dataModel.d.ts type TableNames (line 23) | type TableNames = TableNamesInDataModel; type Doc (line 30) | type Doc = DocumentByName< type Id (line 48) | type Id = type DataModel (line 60) | type DataModel = DataModelFromSchemaDefinition; FILE: packages/backend/convex/_generated/server.d.ts type QueryCtx (line 107) | type QueryCtx = GenericQueryCtx; type MutationCtx (line 115) | type MutationCtx = GenericMutationCtx; type ActionCtx (line 123) | type ActionCtx = GenericActionCtx; type DatabaseReader (line 132) | type DatabaseReader = GenericDatabaseReader; type DatabaseWriter (line 143) | type DatabaseWriter = GenericDatabaseWriter; FILE: packages/backend/convex/notes.ts function getUserId (line 6) | async function getUserId({ auth }: { auth: Auth }) { function requireUserId (line 10) | async function requireUserId({ auth }: { auth: Auth }) { FILE: packages/backend/convex/utils.ts function missingEnvVariableUrl (line 1) | function missingEnvVariableUrl(envVarName: string, whereToGet: string) { function deploymentName (line 11) | function deploymentName() {