MCPcopy Create free account

hub / github.com/JaleelB/readium-x / functions

Functions296 in github.com/JaleelB/readium-x

FunctionSparkleBg
({ sparkleCount, color, sparkleSize, }: { sparkleCount?: number; color?: string; sparkleSize?: num
components/sparkle-bg.tsx:5
FunctionSsoCallbackPage
()
app/sso-callback/page.tsx:4
FunctionSubmitButton
({ isSubmitting }: { isSubmitting: boolean })
components/form-submit-button.tsx:8
FunctionSummaryOption
({ onSummarize, isSummarizing, }: SummaryOptionProps)
components/article-toolbar-options.tsx:137
FunctionSuspenseIf
({ condition, fallback, children, }: { condition: boolean; fallback: React.ReactNode; children: Re
components/suspense-if.tsx:3
FunctionTTS
({ text, userId, useIcon, }: { text: string; userId?: string; useIcon?: boolean; })
components/tts-button.tsx:53
FunctionTextMode
({ editor }: { editor: Editor | null })
components/bubble-menu.tsx:32
FunctionTextToSpeechPage
()
app/account/settings/text-to-speech/page.tsx:66
FunctionTextToSpeechSkeleton
()
app/account/settings/text-to-speech/page.tsx:582
FunctionThemeProvider
({ children, ...props }: ThemeProviderProps)
components/theme-provider.tsx:7
FunctionThemeSkeleton
()
app/account/settings/appearances/page.tsx:121
FunctionToaster
({ ...props }: ToasterProps)
components/ui/sonner.tsx:8
FunctionTokensForm
({ userId, initialMaskedKey, }: { userId: string; initialMaskedKey: string | null; })
app/account/settings/tokens/tokens-form.tsx:26
FunctionTokensFormWrapper
({ userId }: { userId: string })
app/account/settings/tokens/page.tsx:9
FunctionTokensPage
()
app/account/settings/tokens/page.tsx:22
FunctionUrlForm
({ inputValue, isUser, }: { inputValue?: string | null; isUser?: boolean; })
components/url-form.tsx:30
FunctionUserAvatar
({ id, profile, }: { id: string; profile: Profile; })
app/account/settings/(general)/user-avatar.tsx:6
FunctionUserName
({ id, name }: { id: string; name: string })
app/account/settings/(general)/user-name.tsx:19
FunctionVerifySuccess
()
app/verify-success/page.tsx:10
FunctionZoomOption
()
components/article-toolbar-options.tsx:192
FunctionaddAttributes
()
lib/tiptap-extensions.ts:7
FunctionclearFormatting
()
components/article-toolbar-options.tsx:278
Methodconstructor
(message: string)
use-cases/errors.ts:2
Methodconstructor
()
use-cases/errors.ts:8
Methodconstructor
()
use-cases/errors.ts:15
Methodconstructor
()
use-cases/errors.ts:22
Methodconstructor
()
use-cases/errors.ts:29
Methodconstructor
()
use-cases/errors.ts:36
Methodconstructor
()
lib/parser.ts:73
Methodconstructor
()
lib/tts.ts:47
Methodconstructor
()
lib/errors.ts:2
FunctioncreateBookmarkUseCase
( userId: UserId, articleDetails: z.infer<typeof articleSchema> & { articleUrl: string }, )
use-cases/bookmarks.ts:12
FunctioncreateTransaction
( cb: (trx: T) => void, )
data-access/utils.ts:18
FunctiondeleteBookmarkUseCase
( userId: UserId, bookmarkId: number, )
use-cases/bookmarks.ts:36
FunctiondeleteSelected
()
app/history/history-list.tsx:85
FunctiongenerateRandomToken
(length: number)
data-access/utils.ts:4
FunctiongetLocalStorageItem
(key: string, defaultValue: any)
lib/utils.ts:32
FunctiongetReadingHistoryByIdUseCase
( readingHistoryId: number, userId: UserId, )
use-cases/article.ts:40
FunctiongetReadingHistoryProgress
( readingHistoryId: number, userId: UserId, )
data-access/article.ts:85
FunctiongetUserByEmail
(email: string)
data-access/users.ts:16
FunctiongoToNextPage
()
app/history/history-list.tsx:57
FunctiongoToPreviousPage
()
app/history/history-list.tsx:59
FunctionhandleApiChange
(value: ApiOptions)
app/account/settings/text-to-speech/page.tsx:149
FunctionhandleClick
()
components/oauth-button.tsx:24
FunctionhandleResetToDefaults
()
app/bookmarks/components/bookmarks-display.tsx:40
FunctionhandleScroll
()
components/nav.tsx:37
FunctionhandleScroll
()
app/article/article.tsx:133
FunctionhandleSetDefault
()
app/bookmarks/components/bookmarks-display.tsx:36
FunctionhandleStorageChange
(event: CustomEvent<TTSSettings>)
components/tts-button.tsx:27
FunctionhandleSummarize
()
app/article/article.tsx:186
FunctionhandleSummarizeClick
()
components/article-toolbar-options.tsx:144
FunctionhandleToggleEditable
()
components/article-toolbar-options.tsx:260
FunctionhandleTranslate
(targetLanguage: string)
app/article/article.tsx:141
FunctionhandleUnload
()
hooks/use-reading-progress-sync.ts:113
FunctionhandleVisibilityChange
()
hooks/use-reading-progress-sync.ts:117
MethodloadVoicesCallback
()
lib/tts.ts:57
Functionmanifest
()
app/manifest.ts:4
FunctiononChange
(event: MediaQueryListEvent)
hooks/use-media-query.tsx:7
FunctiononError
({ err })
app/account/settings/(general)/user-name.tsx:29
FunctiononError
({ err })
app/account/settings/tokens/tokens-form.tsx:45
FunctiononError
({ err })
app/bookmarks/components/create-bookmark-form.tsx:35
FunctiononError
()
hooks/use-reading-progress-sync.ts:44
FunctiononError
(_error, _input, context)
hooks/use-bookmarks-query.ts:95
FunctiononMutate
(input: CreateBookmarkInput)
hooks/use-bookmarks-query.ts:70
FunctiononSettled
()
hooks/use-history-query.ts:32
FunctiononSettled
()
hooks/use-bookmarks-query.ts:132
FunctiononSubmit
(data: z.infer<typeof FormSchema>)
components/url-form.tsx:47
FunctiononSubmit
(values: z.infer<typeof registrationSchema>)
app/(auth)/reset-password/page.tsx:60
FunctiononSubmit
(values: z.infer<typeof registrationSchema>)
app/(auth)/forgot-password/page.tsx:45
FunctiononSubmit
(values: z.infer<typeof registrationSchema>)
app/(auth)/signup/sign-up-form.tsx:63
FunctiononSubmit
(values: z.infer<typeof registrationSchema>)
app/(auth)/signin/sign-in-form.tsx:55
FunctiononSubmit
(values: z.infer<typeof userNameSchema>)
app/account/settings/(general)/user-name.tsx:37
FunctiononSubmit
(values: z.infer<typeof FormSchema>)
app/account/settings/tokens/tokens-form.tsx:66
FunctiononSubmit
(values: z.infer<typeof bookmarkSchema>)
app/bookmarks/components/create-bookmark-form.tsx:71
FunctiononSuccess
()
app/account/settings/(general)/user-name.tsx:32
FunctiononSuccess
()
app/account/settings/tokens/tokens-form.tsx:50
FunctiononSuccess
(bookmark)
hooks/use-bookmarks-query.ts:110
FunctionparseHTML
()
lib/tiptap-extensions.ts:23
FunctionpruneTrackers
()
lib/limiter.ts:14
MethodremoveEmptyElements
(element: CheerioAny)
lib/parser.ts:141
FunctionrenderHTML
({ node, HTMLAttributes })
lib/tiptap-extensions.ts:34
Functionrobots
()
app/robots.ts:4
FunctionsaveChanges
()
components/article-toolbar-options.tsx:316
FunctionscrollToPosition
()
hooks/use-reading-progress.tsx:20
FunctionselectAll
()
app/history/history-list.tsx:78
FunctionsetFontFamily
(font: string)
components/article-toolbar-options.tsx:270
FunctionshapeErrors
({ err }: any)
lib/safe-action.ts:6
Functionsitemap
()
app/sitemap.ts:4
Methodstop
()
lib/tts.ts:128
FunctiontoggleMode
()
components/bubble-menu.tsx:113
FunctiontoggleOpenAIPlayPause
()
components/tts-button.tsx:105
FunctionupdateBookmarkUseCase
( userId: UserId, bookmarkId: number, articleDetails: z.infer<typeof articleSchema>, )
use-cases/bookmarks.ts:43
FunctionupdateUser
(userId: UserId, updatedUser: Partial<User>)
data-access/users.ts:37
FunctionuseIsReadingMode
()
stores/article-store.ts:69
FunctionuseToggleReadingMode
()
stores/article-store.ts:71
FunctionuseZoom
(config: Partial<ZoomConfig> = {})
hooks/use-zoom.tsx:19
← previous201–296 of 296, ranked by callers