MCPcopy Create free account

hub / github.com/TylerFisher/sill / functions

Functions812 in github.com/TylerFisher/sill

↓ 1 callersFunctionsendPasswordResetEmail
({ to, otp, }: { to: string; otp: string; })
packages/emails/src/index.ts:47
↓ 1 callersFunctionsendPushNotification
( userId: string, payload: PushPayload, )
packages/links/src/push.ts:40
↓ 1 callersFunctionsendVerificationEmail
({ to, otp, }: { to: string; otp: string; })
packages/emails/src/index.ts:32
↓ 1 callersFunctionsendWelcomeEmail
({ to, name, }: { to: string; name: string | null; })
packages/emails/src/index.ts:62
↓ 1 callersFunctionseparator
(i: number, count: number)
apps/web/app/components/linkPosts/BookmarkRollup.tsx:54
↓ 1 callersFunctionserializeBlueskyPostToHtml
( post: AppBskyFeedPost.Record, )
packages/links/src/record-mappers/shared.ts:209
↓ 1 callersFunctionserializeProfileDescriptionToHtml
(text: string)
packages/links/src/record-mappers/shared.ts:218
↓ 1 callersFunctionsetLayout
(theme: Layout | "default")
apps/web/app/utils/layout.server.ts:25
↓ 1 callersFunctionsetTheme
(theme: Theme | "system")
apps/web/app/utils/theme.ts:25
↓ 1 callersFunctionsetupIntersectionObserver
()
apps/web/app/routes/notifications/groupFeed.tsx:67
↓ 1 callersFunctionsetupIntersectionObserver
()
apps/web/app/routes/links/index.tsx:227
↓ 1 callersFunctionsetupIntersectionObserver
()
apps/web/app/routes/bookmarks/index.tsx:99
↓ 1 callersFunctionsharedByText
( count: number, uniqueActors: (string | null)[], )
apps/web/app/components/rss/RSSLinkPost.tsx:6
↓ 1 callersFunctionshouldPersist
(pathname: string)
apps/web/app/hooks/useFilterStorage.ts:22
↓ 1 callersFunctionsignup
({ email, sentPassword, name, }: { email: string; name: string; sentPassword: string; })
packages/auth/src/auth.ts:137
↓ 1 callersFunctionslugify
(s: string)
packages/links/src/appview.ts:884
↓ 1 callersFunctionstandardSiteDocumentToLinkPost
( share: ShareRow, base: RenderedLinkPost, )
packages/links/src/record-mappers/standard-site.ts:312
↓ 1 callersFunctionstartServerSync
(info: SyncInfo)
apps/web/app/components/contexts/SyncContext.tsx:129
↓ 1 callersFunctionsubjectProfileUrl
( atUri: string, handleOrDid: string, )
packages/links/src/record-mappers/shared.ts:91
↓ 1 callersFunctionsyncBlueskyMutedWords
( agent: Agent, blueskyAccountId: string, )
packages/links/src/bluesky.ts:592
↓ 1 callersFunctiontokenSetExpiry
(value: unknown)
packages/auth/src/client.ts:73
↓ 1 callersFunctiontruncateDescription
(text: string, maxLength = 300)
apps/web/app/components/linkPosts/link/LinkDescription.tsx:3
↓ 1 callersFunctionupdateBookmarkInAtproto
* Update a bookmark in the user's ATProto PDS
apps/api/src/routes/bookmarks.ts:106
↓ 1 callersFunctionupsertTag
(userId: string, tagName: string)
packages/links/src/bookmarks.ts:128
↓ 1 callersFunctionurlMergeKey
(url: string)
packages/links/src/timeline.ts:96
↓ 1 callersFunctionuseHints
()
apps/web/app/utils/client-hints.tsx:26
↓ 1 callersFunctionuseNonce
()
apps/web/app/utils/nonce-provider.ts:5
↓ 1 callersFunctionuseNotifications
()
apps/web/app/components/contexts/NotificationsContext.tsx:44
↓ 1 callersFunctionuseOptimisticLayoutMode
()
apps/web/app/routes/resources/layout-switch.tsx:90
↓ 1 callersFunctionuseOptimisticMutes
()
apps/web/app/hooks/useOptimisticMutes.ts:18
↓ 1 callersFunctionuseOptimisticThemeMode
()
apps/web/app/routes/resources/theme-switch.tsx:93
↓ 1 callersFunctionutcToLocalHour
(utcTime: string)
apps/web/app/components/forms/TimeSelect.tsx:36
↓ 1 callersFunctionverify
* Run the exact worker ingestion path (fetchLinks with the stored cursor, real * write) and report whether the DB cursor actually moved. Decisive: "m
apps/worker/src/reseed-mastodon-cursors.ts:129
↓ 1 callersFunctionwindowKey
(w: TimeWindow)
packages/links/src/timeline.ts:151
↓ 1 callersFunctionwithAdvisoryLock
( name: string, fn: () => T | PromiseLike<T>, )
packages/schema/src/db.ts:114
↓ 1 callersFunctionworkTypeLabel
(t: string)
packages/emails/src/utils/popfeed.ts:19
↓ 1 callersFunctionworkTypeYearLine
( workType: string | null | undefined, publishedDate: string | null | undefined, )
apps/web/app/utils/popfeed.ts:42
↓ 1 callersFunctionwrapFeatures
( text: string, features: { $type?: string; uri?: string }[], )
packages/links/src/record-mappers/standard-site.ts:108
FunctionAboutTopper
({ about, timeLabel, }: { about: AboutCard; kind: "author" | "domain"; timeLabel: string; })
apps/web/app/components/linkPosts/AboutTopper.tsx:187
FunctionAccountLists
({ account, apiUrl, type, subscribed, }: { account: BlueskyAccount | AccountWithInstance; apiUrl: string
apps/web/app/components/download/ListsStep.tsx:15
FunctionAccountSettings
({ loaderData }: Route.ComponentProps)
apps/web/app/routes/settings/account.tsx:29
FunctionAccountsStep
({ blueskyAccount, mastodonAccount, searchParams, }: AccountsStepProps)
apps/web/app/components/download/AccountsStep.tsx:14
FunctionAddBookmarkDialog
({ open, onOpenChange, hasBlueskyAccount = false, initialUrl = "", }: AddBookmarkDialogProps)
apps/web/app/components/forms/AddBookmarkDialog.tsx:13
FunctionAddEmailForm
({ fetcher, onChangeFormat, }: { fetcher: FetcherWithComponents<{ redirectTo?: string; result?: unknown }>;
apps/web/app/components/download/EmailStep.tsx:383
FunctionAddEmailIndex
({ actionData, loaderData, }: Route.ComponentProps)
apps/web/app/routes/accounts/add-email.tsx:111
FunctionAgreeToTerms
()
apps/web/app/components/nav/AgreeToTerms.tsx:5
FunctionApp
()
apps/web/app/root.tsx:248
FunctionAppWithProviders
()
apps/web/app/root.tsx:258
FunctionBlueskyAuthForm
({ mode, searchParams }: BlueskyAuthFormProps)
apps/web/app/components/forms/BlueskyAuthForm.tsx:25
FunctionBlueskyConnectForm
({ account, searchParams, listOptions, subscribed, loading = false, }: BlueskyConnectFormProps)
apps/web/app/components/forms/BlueskyConnectForm.tsx:17
FunctionBlueskyHandleAutocomplete
({ name, placeholder = "username.bsky.social", required = false, style, }: BlueskyHandleAutocompleteProps)
apps/web/app/components/forms/BlueskyHandleAutocomplete.tsx:22
FunctionBookmarkFilters
({ tags, reverse = false, }: { tags: (typeof tag.$inferSelect)[]; reverse?: boolean; })
apps/web/app/components/forms/BookmarkFilters.tsx:14
FunctionBookmarkForm
({ url, onUrlChange, hasBlueskyAccount = false, error, onCancel, cancelLabel = "Cancel", submitLabel =
apps/web/app/components/forms/BookmarkForm.tsx:16
FunctionBookmarkLink
({ url, isBookmarked, hasBlueskyAccount = false, }: { url: string; isBookmarked: boolean; hasBlueskyAccount
apps/web/app/components/linkPosts/BookmarkLink.tsx:7
FunctionBookmarkPopup
({ loaderData }: Route.ComponentProps)
apps/web/app/routes/bookmarks/popup.tsx:103
FunctionBookmarkRollup
({ group, layout, }: { group: RenderedLinkPost[]; layout: "default" | "dense"; })
apps/web/app/components/linkPosts/BookmarkRollup.tsx:60
FunctionBookmarkletSetup
()
apps/web/app/components/settings/BookmarkletSetup.tsx:11
FunctionBookmarksPage
({ loaderData }: Route.ComponentProps)
apps/web/app/routes/bookmarks/index.tsx:83
FunctionChangeEmailIndex
({ loaderData, actionData, }: Route.ComponentProps)
apps/web/app/routes/accounts/change-email.tsx:90
FunctionChangePasswordRoute
({ actionData, }: Route.ComponentProps)
apps/web/app/routes/accounts/password.tsx:105
FunctionCheckboxField
({ labelProps, inputProps, errors, }: CheckboxFieldProps)
apps/web/app/components/forms/CheckboxField.tsx:19
FunctionCheckout
({ loaderData }: Route.ComponentProps)
apps/web/app/routes/settings/checkout.tsx:113
FunctionCheckoutContent
({ subscription }: { subscription: ActiveSub })
apps/web/app/routes/settings/checkout.tsx:43
FunctionClientHintCheck
({ nonce }: { nonce: string })
apps/web/app/utils/client-hints.tsx:36
FunctionConnectionSettings
({ loaderData, }: Route.ComponentProps)
apps/web/app/routes/settings/connections.tsx:118
FunctionCopyLink
({ url, textPositioning, layout, }: { url: string; textPositioning: object; layout: "default" | "dense" })
apps/web/app/components/linkPosts/CopyLink.tsx:6
FunctionDigest
({ loaderData }: Route.ComponentProps)
apps/web/app/routes/digest/index.tsx:61
FunctionDigestFeedItem
({ loaderData }: Route.ComponentProps)
apps/web/app/routes/digest/feedItem.tsx:64
FunctionDigestFormatSelector
({ onSelect, }: { onSelect: (format: DigestFormat) => void })
apps/web/app/components/download/EmailStep.tsx:31
FunctionDigestPromo
()
packages/emails/src/components/DigestPromo.tsx:9
FunctionDigestToggle
({ currentSettings, }: { currentSettings?: DigestSettings })
apps/web/app/components/download/EmailStep.tsx:211
FunctionDisplayHost
({ link, host, theme, image }: DisplayHostProps)
apps/web/app/components/linkPosts/link/DisplayHost.tsx:11
FunctionDocument
({ children, nonce, theme = "light", }: { children: React.ReactNode; nonce: string; theme?: Theme;
apps/web/app/root.tsx:107
FunctionDownload
({ loaderData }: Route.ComponentProps)
apps/web/app/routes/download.tsx:77
FunctionEmailHeading
({ children }: PropsWithChildren)
packages/emails/src/components/Heading.tsx:5
FunctionEmailLayout
({ children, preview }: EmailLayoutProps)
packages/emails/src/components/Layout.tsx:16
FunctionEmailSettingForm
({ currentSettings, email, }: EmailSettingsFormProps)
apps/web/app/components/forms/EmailSettingsForm.tsx:29
FunctionEmailStep
({ email, userId, currentSettings, }: EmailStepProps)
apps/web/app/components/download/EmailStep.tsx:465
FunctionErrorCallout
({ error }: { error: string })
apps/web/app/components/forms/ErrorCallout.tsx:4
FunctionErrorList
({ id, errors, }: { errors?: ListOfErrors; id?: string; })
apps/web/app/components/forms/ErrorList.tsx:3
FunctionErrorState
()
apps/web/app/components/download/ErrorState.tsx:3
FunctionFeatureRow
({ icon, title, description, to, }: FeatureRowProps)
apps/web/app/components/subscription/FeatureRow.tsx:12
FunctionFeatures
()
apps/web/app/components/marketing/Features.tsx:62
FunctionFilterButton
({ param, value, setter, label, }: ButtonProps & React.RefAttributes<HTMLButtonElement> & FilterButtonPr
apps/web/app/components/forms/FilterButton.tsx:11
FunctionFilterButtonGroup
({ buttonData, setter, param, defaultValue, heading, }: FilterButtonGroupProps)
apps/web/app/components/forms/FilterButtonGroup.tsx:26
FunctionFilterCustomIndicator
({ isVisible }: FilterCustomIndicatorProps)
apps/web/app/components/forms/FilterCustomIndicator.tsx:7
FunctionFilterPresetList
({ showService, lists, hideSort = false, timeOptions = DEFAULT_TIME_OPTIONS, }: FilterPresetListProps)
apps/web/app/components/forms/FilterPresetList.tsx:42
FunctionFooter
({ layoutFormId, themeFormId, }: { layoutFormId: string; themeFormId: string })
apps/web/app/components/nav/Footer.tsx:7
FunctionForgotPasswordRoute
()
apps/web/app/routes/accounts/forgot-password.tsx:54
FunctionGlobalSyncIndicator
()
apps/web/app/components/download/GlobalSyncIndicator.tsx:7
FunctionHeader
({ headerClass, hideNav, subscribed, }: { headerClass: string; hideNav: boolean; subscribed?: Subscripti
apps/web/app/components/nav/Header.tsx:10
FunctionHero
()
apps/web/app/components/marketing/Hero.tsx:14
FunctionHeroAnimation
()
apps/web/app/components/marketing/HeroAnimation.tsx:163
FunctionIndex
()
apps/web/app/routes/_index.tsx:24
FunctionLayout
({ children, hideNav, sidebar }: LayoutProps)
apps/web/app/components/nav/Layout.tsx:17
FunctionLayoutSwitch
({ userPreference, id, }: { userPreference?: Layout | null; id: string; })
apps/web/app/routes/resources/layout-switch.tsx:32
FunctionLede
({ children }: PropsWithChildren)
packages/emails/src/components/Lede.tsx:5
FunctionLinkDescription
({ description, layout, }: { description: string; layout: "default" | "dense" })
apps/web/app/components/linkPosts/link/LinkDescription.tsx:12
FunctionLinkFilters
({ showService, lists, reverse = false, hideSort = false, hideSearch = false, timeOptions, }: { showSer
apps/web/app/components/forms/LinkFilters.tsx:9
FunctionLinkFiltersCollapsible
({ children }: PropsWithChildren)
apps/web/app/components/forms/LinkFiltersCollapsible.tsx:7
← previousnext →401–500 of 812, ranked by callers