MCPcopy Create free account

hub / github.com/Fredkiss3/gh-next / functions

Functions362 in github.com/Fredkiss3/gh-next

FunctionIssueLabelFilterActionList
({ children }: IssueLabelFilterActionListProps)
src/components/issues/issue-label-filter-action-list.tsx:21
FunctionIssueList
({ page, searchQuery, user, repository: repository_name }: IssueListProps)
src/components/issues/issue-list.tsx:44
FunctionIssueListSearchInput
({ onSearch, squaredInputBorder, searchQuery }: IssueListSearchInputProps)
src/components/issues/issue-list-search-input.tsx:34
FunctionIssueListSkeleton
()
src/components/issues/issue-list-skeleton.tsx:10
FunctionIssueRow
({ status, title, number, author, status_updated_at, no_of_comments, labels, assigned_to, cr
src/components/issues/issue-row.tsx:46
FunctionIssueRowAvatarStack
({ users, className, size = "small" }: IssueRowAvatarStackProps)
src/components/issues/issue-row-avatar-stack.tsx:21
FunctionIssueRowSkeleton
({}: IssueRowSkeletonProps)
src/components/issues/issue-row-skeleton.tsx:7
FunctionIssueSortActionList
({ children }: IssueSortActionListProps)
src/components/issues/issue-sort-action-list.tsx:53
FunctionIssuesListBody
(props: IssueListPageProps)
src/app/(app)/[user]/[repository]/issues/page.tsx:96
FunctionIssuesListHeader
(props: { user: string; repository: string })
src/app/(app)/[user]/[repository]/issues/page.tsx:47
FunctionIssuesListHeaderForm
({ className, showActionList }: IssuesListHeaderFormProps)
src/components/issues/issues-list-header-form.tsx:27
FunctionIssuesListPage
({ searchParams, params }: IssueListPageProps)
src/app/(app)/[user]/[repository]/issues/page.tsx:34
FunctionItemGroupWrapper
({ children, className }: { children: React.ReactNode; className?: string; })
src/components/issues/issue-list-search-input.tsx:505
FunctionLabelBadge
({ title, color, className }: LabelBadgeProps)
src/components/label-badge.tsx:13
FunctionLabelFormInput
()
src/components/issues/new-issue-form.tsx:144
FunctionLoadingIndicator
({ className, "aria-label": ariaLabel }: { className?: string; "aria-label"?: string; })
src/components/loading-indicator.tsx:4
FunctionLoginPage
({ searchParams }: PageProps<{}, { nextUrl: string }>)
src/app/login/page.tsx:18
FunctionMarkdown
({ content, className, linkHeaders = false, editableCheckboxes = false, repository: currentRepositor
src/components/markdown/markdown.tsx:58
FunctionMarkdownA
({ resolvedReferences, currentRepository, ...props }: MarkdownAProps)
src/components/markdown/markdown-a.tsx:34
FunctionMarkdownCodeBlock
({ codeStr, className, children }: MarkdownCodeBlockProps)
src/components/markdown/markdown-code-block.tsx:14
FunctionMarkdownEditor
({ label, defaultValue, renderMarkdownAction, ...props }: MarkdownEditorProps)
src/components/markdown-editor/markdown-editor.tsx:39
FunctionMarkdownEditorPreview
(props: MarkdownEditorPreviewProps)
src/components/markdown-editor/markdown-editor-preview.tsx:11
FunctionMarkdownErrorBoundary
({ children }: MarkdownErrorBoundaryProps)
src/components/markdown/markdown-error-boundary.tsx:10
FunctionMarkdownH
({ as, showLink, ...props }: MarkdownHProps)
src/components/markdown/markdown-h.tsx:10
FunctionMarkdownSkeleton
({ className, size = "long" }: MarkdownSkeletonProps)
src/components/markdown/markdown-skeleton.tsx:11
FunctionMarkdownTitle
({ title, className }: MarkdownTitleProps)
src/components/markdown/markdown-title.tsx:10
FunctionNavLink
({ href, children, icon, isRootLink, ...props }: NavLinkProps)
src/components/nav-link.tsx:20
FunctionNewIssueForm
({ currentUserAvatarUrl, currentUserUsername, renderMarkdownAction }: NewIssueFormProps)
src/components/issues/new-issue-form.tsx:21
FunctionNewIssuePage
(props: NewIssuePageProps)
src/app/(app)/[user]/[repository]/issues/new/page.tsx:23
FunctionNotificationsPage
()
src/app/(app)/notifications/page.tsx:1
FunctionPage
()
src/app/(app)/settings/page.tsx:4
FunctionPage
()
src/app/(app)/settings/appearance/page.tsx:17
FunctionPagination
({ totalCount, currentPage, className, perPage, baseURL, onNavigate }: PaginationProps)
src/components/pagination.tsx:20
FunctionReactQueryProvider
({ children }: ReactQueryProviderProps)
src/components/react-query-provider.tsx:14
FunctionReadmeContent
(props: { className?: string; user: string; repository: string; })
src/app/(app)/[user]/[repository]/page.tsx:403
FunctionRepositoryHeaderSubnav
({ params }: PageProps<{ user: string; repository: string; }>)
src/app/(app)/@header_subnav/[user]/[repository]/page.tsx:6
FunctionRepositoryHeaderSubnav
({ params }: PageProps<{ user: string; repository: string; }>)
src/app/(app)/@header_subnav/[user]/[repository]/[...pages]/page.tsx:6
FunctionRepositoryHomePage
( props: PageProps<{ user: string; repository: string; }> )
src/app/(app)/[user]/[repository]/page.tsx:40
FunctionRepositoryHomePageContent
({ params }: PageProps<{ user: string; repository: string; }>)
src/app/(app)/[user]/[repository]/page.tsx:52
FunctionRepositoryLayout
({ children }: LayoutProps<{ user: string; repository: string; }>)
src/app/(app)/[user]/[repository]/layout.tsx:31
FunctionRepositoryPageTitle
({ params }: PageProps<{ user: string; repository: string; }>)
src/app/(app)/@page_title/[user]/[repository]/[...pages]/page.tsx:15
FunctionRootLayout
({ children }: { children: React.ReactNode; })
src/app/layout.tsx:32
FunctionRootNotFound
()
src/app/not-found.tsx:10
FunctionRscClientRenderer
({ payloadOrPromise }: RscClientRendererProps)
src/components/custom-rsc-renderer/rsc-client-renderer.tsx:10
FunctionRscClientRendererUse
(props: { promise: Promise<React.JSX.Element>; })
src/components/custom-rsc-renderer/rsc-client-renderer.tsx:53
FunctionSearchKey
({ value }: { value: string })
src/components/issues/use-search-input-tokens.tsx:117
FunctionSearchToken
({ value }: { value: string })
src/components/issues/use-search-input-tokens.tsx:109
FunctionSegmentedLayout
({ children, className }: SegmentedLayoutProps)
src/components/segmented-layout.tsx:9
FunctionSessionDetailPage
({ params }: PageProps<{ id: string; }>)
src/app/(app)/settings/sessions/[id]/page.tsx:39
FunctionSessionDetails
({ sessionData, currentSession: currentUserSesssion }: { sessionData: Session; currentSession: Session })
src/app/(app)/settings/sessions/[id]/page.tsx:129
FunctionSessionListPage
()
src/app/(app)/settings/sessions/page.tsx:31
FunctionSettingPageTitle
()
src/app/(app)/@page_title/notifications/page.tsx:5
FunctionSettingPageTitle
()
src/app/(app)/@page_title/settings/page.tsx:5
FunctionSettingPageTitle
()
src/app/(app)/@page_title/settings/[...pages]/page.tsx:5
FunctionSettingsHeaderSubNav
()
src/app/(app)/@header_subnav/notifications/page.tsx:1
FunctionSettingsHeaderSubNav
()
src/app/(app)/@header_subnav/settings/page.tsx:1
FunctionSettingsHeaderSubNav
()
src/app/(app)/@header_subnav/settings/[...pages]/page.tsx:1
FunctionSettingsLayout
({ children }: { children: React.ReactNode; })
src/app/(app)/settings/layout.tsx:10
FunctionSettingsVerticalNavlist
({ className }: SettingsVerticalNavlistProps)
src/components/settings-vertical-navlist.tsx:16
FunctionSkeleton
({ className, shape = "rectangle", "aria-label": ariaLabel }: SkeletonProps)
src/components/skeleton.tsx:10
FunctionSkipToMainButton
()
src/components/skip-to-main-button.tsx:4
FunctionStargazersPage
({ searchParams }: PageProps<{}, { page?: string }>)
src/app/(app)/[user]/[repository]/stargazers/page.tsx:23
FunctionStargazersPageContent
({ currentPage }: { currentPage: number })
src/app/(app)/[user]/[repository]/stargazers/page.tsx:39
FunctionStargazersPageSkeleton
()
src/app/(app)/[user]/[repository]/stargazers/page.tsx:109
FunctionSubItem
({ currentWord, ...props }: SubItemProps)
src/components/issues/issue-list-search-input.tsx:533
FunctionSubmitButton
(props: SubmitButtonProps)
src/components/submit-button.tsx:17
FunctionTailwindIndicator
()
src/components/tailwind-indicator.tsx:4
FunctionThemeCard
({ value, defaultSelected }: ThemeCardProps)
src/components/theme-card.tsx:13
FunctionThemeForm
({ theme }: ThemeFormProps)
src/components/theme-form.tsx:18
FunctionToast
({ children, duration = 1500, delay = 0, keep = false, type = "success", dismissable = false, cl
src/components/toast/toast.tsx:30
FunctionToaster
()
src/components/toast/toaster.server.tsx:8
FunctionToasterClient
({ flashes }: ToasterClientProps)
src/components/toast/toaster.client.tsx:14
FunctionTopLoader
()
src/components/top-loader.tsx:7
FunctionUpdateUserInfosForm
({ defaultValues }: UpdateUserInfosProps)
src/components/update-user-infos-form.tsx:20
FunctionUserDropdown
({ avatar_url, username }: UserDropdownProps)
src/components/user-dropdown/user-dropdown.client.tsx:28
FunctionUserDropdown
()
src/components/user-dropdown/user-dropdown.server.tsx:5
FunctionUserHeaderSubNav
()
src/app/(app)/@header_subnav/[user]/page.tsx:1
FunctionUserHoverCardContents
({ name, username, bio, location, avatar_url, className }: UserHoverCardContentsProps)
src/components/hovercard/user-hovercard-contents.tsx:16
FunctionUserPage
({ params: { username } }: PageProps<{ username: string }>)
src/app/(app)/[user]/page.tsx:4
FunctionUserPageTitle
({ params }: PageProps<{ user: string; }>)
src/app/(app)/@page_title/[user]/page.tsx:13
FunctionVerticalNavLink
({ href, children, icon: Icon, ...props }: VerticalNavLinkProps)
src/components/vertical-nav-link.tsx:19
FunctionXMasDecorations
({}: XMasDecorationsProps)
src/components/x-mas-decorations.tsx:5
MethodaddAdditionnalData
(data: Record<string, any>)
src/lib/server/session.server.ts:251
FunctionaddLink
()
src/components/markdown-editor/markdown-editor-toolbar.tsx:251
FunctionaddOrRemoveHeading
()
src/components/markdown-editor/markdown-editor-toolbar.tsx:39
FunctionaddOrRemoveQuote
()
src/components/markdown-editor/markdown-editor-toolbar.tsx:85
FunctionauthenticateWithGithub
(nextUrl: string | undefined)
src/actions/auth.action.ts:19
FunctioncacheFn
(generatePayload, cacheKey, ttl)
src/components/cache.tsx:10
FunctionchunkArray
(array: T[], chunkSize: number)
src/lib/shared/utils.shared.ts:560
MethodclearButton
()
scripts/github-query-builder-element.ts:103
MethodclearButtonBlur
()
scripts/github-query-builder-element.ts:553
MethodclearButtonFocus
(event: FocusEvent)
scripts/github-query-builder-element.ts:545
Methodclosed
()
scripts/github-query-builder-element.ts:142
MethodcomboboxCommit
(event: Event)
scripts/github-query-builder-element.ts:379
MethodconnectedCallback
()
scripts/github-query-builder-element.ts:209
MethodconnectedCallback
()
scripts/github-action-list-element.ts:12
Methodconstructor
(callback: () => void, delay: number)
src/lib/client/pauseable-timeout.ts:8
Methodconstructor
(maxSize: number)
src/lib/shared/lifetime-cache.ts:37
Methodconstructor
(serializedPayload: SerializedSession)
src/lib/server/session.server.ts:92
Methodconstructor
()
src/lib/server/kv/http.ts:14
← previousnext →201–300 of 362, ranked by callers