MCPcopy Create free account

hub / github.com/MyArtverse-Project/MyArtverse / functions

Functions669 in github.com/MyArtverse-Project/MyArtverse

FunctionMastheadTabs
({ baseURL = "/", items }: MastheadTabsProps)
apps/web/src/components/layouts/Mastheads/MastheadTabs.tsx:21
FunctionMastheadWrapper
(props: React.PropsWithChildren)
packages/ui/components/layouts/Masthead/Wrapper.tsx:7
FunctionMastheadWrapper
({ children }: React.PropsWithChildren)
apps/web/src/components/layouts/Mastheads/MastheadParts.tsx:65
FunctionMediaPanel
({ title, imageUrl, imageAlt, nsfw = false, artistHandle, artistUrl, artistCredit, artistLabel
apps/web/src/components/layouts/Panels/MediaPanel.tsx:12
FunctionMenuGroup
({ children, heading }: { children?: React.ReactNode heading?: string })
apps/web/src/components/layouts/Menu/MenuGroup.tsx:1
FunctionMenuItem
({ prefixIcon, suffixIcon, name, href }: { prefixIcon: ReactElement<IconType> | ReactElement suffi
apps/web/src/components/layouts/Menu/MenuItem.tsx:6
FunctionModal
({ children, state, toggler, className }: { children?: React.ReactNode state?: boolean toggler?:
apps/web/src/components/layouts/Modal/Modal.tsx:8
FunctionModalBody
({ children, className, }: { children?: React.ReactNode className?: string })
apps/web/src/components/layouts/Modal/ModalBody.tsx:4
FunctionModalRefVariant
({ name, nsfw, url, onChangeName, onChangeCheck, deleteVariant }: Variant)
apps/web/src/components/Modals/ModalRefVariant.tsx:7
FunctionModalTitle
({ children }: { children?: React.ReactNode })
apps/web/src/components/layouts/Modal/ModalTitle.tsx:1
FunctionMoreButton
(props: Omit<Partial<ButtonProps>, "icon">)
packages/ui/components/buttons/MoreButton.tsx:5
FunctionMoveArtworkMenu
({ artwork, folders, onMoved, }: { artwork: Artwork folders: Folder[] onMoved?: (artworkId: string
apps/web/src/components/MoveArtworkMenu.tsx:23
FunctionMoveCharacterMenu
({ character, folders, onMoved, }: { character: Character folders: Folder[] onMoved?: (characterId
apps/web/src/components/MoveCharacterMenu.tsx:23
FunctionMultipleArtworksPanel
({ artworks, isOwner, title = "Artworks", }: { artworks: Artwork[] isOwner?: boolean title?: strin
apps/web/src/components/layouts/Panels/ArtworkPanels.tsx:37
FunctionMultipleCharactersPanel
({ characters, ownerHandle, isOwner, title = "Characters", }: { characters: Character[] ownerHandl
apps/web/src/components/layouts/Panels/CharacterPanels.tsx:57
FunctionMultipleGalleriesPanel
({ galleries, ownerHandle, isOwner, }: { galleries: { character: Character; artworks: Artwork[] }[]
apps/web/src/components/layouts/Panels/GalleryPanels.tsx:7
FunctionMyArtverseIcon
({ logoOnly = false, wordmarkOnly = false, size = 0.675 }: IconProps)
packages/ui/icons/MyArtverse.tsx:7
FunctionMyArtverseIcon
({ logoOnly = false, wordmarkOnly = false, size = 0.675 }: IconProps)
apps/web/src/components/icons/MyArtverse.tsx:7
FunctionNavbar
()
apps/web/src/components/layouts/AppLayout/Navbar.tsx:17
FunctionNavbar
()
apps/web/src/components/layouts/StudioLayout/Navbar.tsx:16
FunctionNavbarScrollTitle
({ data, visible }: { data: ScrollTitleData visible: boolean })
apps/web/src/components/layouts/AppLayout/NavbarScrollTitle.tsx:10
FunctionNoJSMessage
()
apps/web/src/components/NoJSMessage.tsx:4
FunctionNote
({ children, type, heading, inline }: { children?: React.ReactNode type: NoteStatus heading?: st
apps/web/src/components/layouts/Note.tsx:16
FunctionNotification
({ content, createdAt, read, senderAvatar, senderHandle, url, userAvatar, artwork, character
apps/web/src/components/Notification.tsx:8
FunctionNsfwBlocked
({ compact, editable, containerClassName, isLoggedOut = false, }: Pick<NsfwMediaProps, "compact" | "ed
apps/web/src/components/NsfwMedia.tsx:26
FunctionNsfwMedia
({ src, alt, nsfw = false, className, containerClassName, width, height, fill = false, unopt
apps/web/src/components/NsfwMedia.tsx:80
FunctionNsfwPreferencesProvider
({ children, }: { children: React.ReactNode })
apps/web/src/app/context/NsfwPreferencesContext.tsx:47
FunctionOverlay
({ children, state, toggler }: { children?: React.ReactNode state?: unknown toggler?: React.Dispat
apps/web/src/components/layouts/Modal/Overlay.tsx:9
FunctionOverviewContent
({ handle, panels, userData, artworks = [], }: { handle: string panels: DashboardPanel[] userDat
apps/web/src/app/(profile)/profile/[handle]/(user)/(overview)/OverviewContent.tsx:11
FunctionOverviewContent
({ character, self, panels, artworks = [], }: { character: Character self: UserType | null panel
apps/web/src/app/(profile)/profile/[handle]/(character)/[name]/(overview)/OverviewContent.tsx:10
FunctionPOST
(request: Request)
apps/web/src/app/api/upload/route.ts:9
FunctionPage
({ params }: AsyncProps)
apps/web/src/app/(profile)/profile/[handle]/(user)/(overview)/edit/page.tsx:8
FunctionPage
({ params }: AsyncProps)
apps/web/src/app/(profile)/profile/[handle]/(user)/(characters)/characters/page.tsx:34
FunctionPage
({ params }: { params: Promise<{ handle: string }> })
apps/web/src/app/(profile)/profile/[handle]/(user)/(favorites)/favorites/page.tsx:38
FunctionPage
({ params, }: { params: Promise<{ handle: string }> })
apps/web/src/app/(profile)/profile/[handle]/(user)/(gallery)/gallery/page.tsx:59
FunctionPage
({ params, }: { params: Promise<{ handle: string; name: string }> })
apps/web/src/app/(profile)/profile/[handle]/(character)/[name]/(overview)/page.tsx:37
FunctionPage
({ params }: AsyncProps)
apps/web/src/app/(profile)/profile/[handle]/(character)/[name]/(overview)/edit/page.tsx:9
FunctionPage
({ params, }: { params: Promise<{ handle: string; name: string }> })
apps/web/src/app/(profile)/profile/[handle]/(character)/[name]/(gallery)/gallery/page.tsx:47
FunctionPage
()
apps/web/src/app/(profile)/profile/[handle]/(character)/[name]/(activity)/activity/page.tsx:18
FunctionPage
()
apps/web/src/app/(profile)/profile/[handle]/(character)/[name]/(biography)/biography/page.tsx:18
FunctionPage
()
apps/web/src/app/(studio)/studio/page.tsx:3
FunctionPage
()
apps/web/src/app/(studio)/studio/(general)/characters/page.tsx:5
FunctionPage
({ params }: { params: Promise<{ id: string }> })
apps/web/src/app/(studio)/studio/(general)/characters/[id]/page.tsx:4
FunctionPage
()
apps/web/src/app/(studio)/studio/(general)/messages/page.tsx:3
FunctionPage
()
apps/web/src/app/(studio)/studio/(general)/gallery/page.tsx:8
FunctionPage
()
apps/web/src/app/(studio)/studio/(staff)/staff/requests/page.tsx:3
FunctionPage
()
apps/web/src/app/(studio)/studio/settings/page.tsx:3
FunctionPage
()
apps/web/src/app/(studio)/studio/(artists)/boards/page.tsx:3
FunctionPage
()
apps/web/src/app/(studio)/studio/(artists)/analytics/page.tsx:3
FunctionPage
()
apps/web/src/app/(studio)/studio/(artists)/automations/page.tsx:3
FunctionPage
()
apps/web/src/app/(studio)/studio/(artists)/listings/page.tsx:3
FunctionPage
()
apps/web/src/app/(main)/(compliance)/guidelines/page.tsx:1
FunctionPage
()
apps/web/src/app/(main)/(compliance)/privacy/page.tsx:1
FunctionPage
()
apps/web/src/app/(main)/(compliance)/ai/page.tsx:1
FunctionPage
()
apps/web/src/app/(main)/(compliance)/tos/page.tsx:1
FunctionPage
()
apps/web/src/app/(main)/(auth)/register/page.tsx:24
FunctionPage
()
apps/web/src/app/(main)/(auth)/verify/page.tsx:10
FunctionPage
({ params }: { params: Promise<{ id: string }> })
apps/web/src/app/(main)/(auth)/verify/[id]/page.tsx:30
FunctionPage
()
apps/web/src/app/(main)/(auth)/login/page.tsx:24
FunctionPage
()
apps/web/src/app/(main)/(auth)/recover/page.tsx:18
FunctionPage
({ params }: { params: Promise<{ uuid: string }> })
apps/web/src/app/(main)/(auth)/recover/[uuid]/page.tsx:5
FunctionPage
()
apps/web/src/app/(main)/(auth)/recover/check/page.tsx:10
FunctionPageHeader
({ eyebrow, title, description, icon: Icon, actions, before, bordered = true, className }: Pag
packages/ui/components/blocks/PageHeader.tsx:18
FunctionPagination
({ className, ...props }: React.ComponentProps<"nav">)
apps/web/src/components/ui/pagination.tsx:7
FunctionPaginationEllipsis
({ className, ...props }: React.ComponentProps<"span">)
apps/web/src/components/ui/pagination.tsx:94
FunctionPaginationLink
({ className, isActive, size = "icon", ...props }: PaginationLinkProps)
apps/web/src/components/ui/pagination.tsx:42
FunctionPaginationNext
({ className, ...props }: React.ComponentProps<typeof PaginationLink>)
apps/web/src/components/ui/pagination.tsx:78
FunctionPaginationPrevious
({ className, ...props }: React.ComponentProps<typeof PaginationLink>)
apps/web/src/components/ui/pagination.tsx:62
FunctionPanelCard
({ title, icon, actions, children, className, bodyClassName, }: { title: string icon?: ReactNo
apps/web/src/components/layouts/Panels/PanelCard.tsx:4
FunctionPanelContainer
(props: React.PropsWithChildren)
packages/ui/components/layouts/Panel/PanelContainer.tsx:4
FunctionPanelEmptyState
({ children, isOwner, ownerHint, }: { children?: ReactNode isOwner?: boolean ownerHint: string })
apps/web/src/components/layouts/Panels/PanelCard.tsx:61
FunctionPanelField
({ label, value, className, }: { label: string value: ReactNode className?: string })
apps/web/src/components/layouts/Panels/PanelCard.tsx:42
FunctionPanelGrid
({ panels, type, target, self, artworks = [], refSheets = [], characters = [], }: { panels: Da
apps/web/src/components/layouts/Panels/PanelGrid.tsx:53
FunctionPanelPane
(props: React.PropsWithChildren<PanelPaneProps>)
packages/ui/components/layouts/Panel/PanelPane.tsx:13
FunctionPanelSlot
({ row, col, panels, type, target, self, artworks, refSheets, characters, }: { row: number
apps/web/src/components/layouts/Panels/PanelGrid.tsx:9
FunctionPinnedCharacter
({ avatar, name, species, colors, artist, refSheetImg, refSheetNsfw = false, }: PinnedCharacterP
apps/web/src/components/layouts/Cards/PinnedCharacter.tsx:18
FunctionPopularArtworkGridPanel
({ artworks, isOwner, }: { artworks: Artwork[] isOwner?: boolean })
apps/web/src/components/layouts/Panels/ArtworkPanels.tsx:76
FunctionPopularArtworkPanel
({ artwork, isOwner, }: { artwork: Artwork | null isOwner?: boolean })
apps/web/src/components/layouts/Panels/ArtworkPanels.tsx:60
FunctionPopularCharacterPanel
({ character, ownerHandle, isOwner, }: { character: Character | null ownerHandle: string isOwner?:
apps/web/src/components/layouts/Panels/CharacterPanels.tsx:82
FunctionPortal
({ children, style }: { children: React.ReactNode style?: React.CSSProperties })
apps/web/src/components/layouts/Modal/Portal.tsx:3
FunctionPreconnectResources
()
apps/web/src/app/preconnect-resources.tsx:7
FunctionProfileMasthead
(props: Partial<ProfileMastheadProps>)
apps/web/src/components/layouts/Mastheads/ProfileMasthead.tsx:69
FunctionProfilePage
({ params }: AsyncProps)
apps/web/src/app/(profile)/profile/[handle]/(user)/(overview)/page.tsx:35
FunctionProfileSettings
({ user }: { user: UserType })
apps/web/src/app/(main)/(settings)/settings/(account)/profile/ProfileSettings.tsx:22
FunctionQueryClientWrapper
({ children }: React.PropsWithChildren)
apps/web/src/components/ClientProviders.tsx:5
FunctionRecentArtworksPanel
({ artworks, isOwner, limit = 6, }: { artworks: Artwork[] isOwner?: boolean limit?: number })
apps/web/src/components/layouts/Panels/ArtworkPanels.tsx:7
FunctionRecentListingsPanel
({ isOwner }: { isOwner?: boolean })
apps/web/src/components/layouts/Panels/ListingPanels.tsx:65
FunctionRecoverForm
({ uuid }: { uuid: string })
apps/web/src/app/(main)/(auth)/recover/[uuid]/RecoverForm.tsx:10
FunctionRefSheetModal
({ isOpen, onClose, onSaved, character, mode = "create", initialRefSheet, }: { isOpen: boolean
apps/web/src/app/(studio)/studio/(general)/characters/[id]/Ref/RefSheetModal.tsx:32
FunctionRefSheetThumbnail
({ refSheet, onClick, }: { refSheet: ReferenceSheet onClick?: () => void })
apps/web/src/app/(studio)/studio/(general)/characters/[id]/RefSheetThumbnail.tsx:6
FunctionReferenceCard
({ data, toggleUploadRefSheetModal, setEditingData, }: ReferenceCardProps)
apps/web/src/components/layouts/Cards/ReferenceCard.tsx:15
FunctionReferenceConfigForm
({ image, character, characters, initialRefSheet, onClose, formId = "ref-sheet-form", }: { image
apps/web/src/app/(studio)/studio/(general)/characters/[id]/Ref/ReferenceConfigForm.tsx:59
FunctionReferenceSheetPanel
({ refSheet, title = "Reference sheet", isOwner, }: { refSheet: ReferenceSheet | null title?: string
apps/web/src/components/layouts/Panels/ReferenceSheetPanel.tsx:5
FunctionReferenceVariantCard
({ variant, index, canDelete, onUpdate, onRemove, onSetDefault, onReplaceImage, onCopyPalette,
apps/web/src/app/(studio)/studio/(general)/characters/[id]/Ref/ReferenceConfigForm.tsx:262
FunctionRelationModal
({ followers, following, displayRelationsModal, toggleRelationsModal, startingTab, viewerId, vie
apps/web/src/components/Modals/RelationsModal.tsx:109
FunctionRelationTabButton
({ active, label, onClick, }: { active: boolean label: string onClick: () => void })
apps/web/src/components/Modals/RelationsModal.tsx:18
FunctionRelationUserRow
({ user, followsViewer, viewerFollowsUser, showFollowButton, }: { user: UserType followsViewer: bo
apps/web/src/components/Modals/RelationsModal.tsx:45
FunctionRichTextField
({ inputName, onChange, value, code }: { inputName: string onChange?: (e: React.ChangeEvent<HTMLTe
apps/web/src/components/layouts/Forms/RichTextField.tsx:3
FunctionRootLayout
({ children }: React.PropsWithChildren)
apps/web/src/app/layout.tsx:56
FunctionScrollTitleProvider
({ children }: React.PropsWithChildren)
apps/web/src/components/layouts/AppLayout/ScrollTitleContext.tsx:30
← previousnext →401–500 of 669, ranked by callers