MCPcopy Create free account

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

Functions669 in github.com/MyArtverse-Project/MyArtverse

FunctionCharacterView
({ handle, characters: initialCharacters, folders, owner = false, }: { handle: string characters:
apps/web/src/app/(profile)/profile/[handle]/(user)/(characters)/characters/CharacterView.tsx:29
FunctionCharactersView
({ characters: initialCharacters, }: { characters: Character[] })
apps/web/src/app/(studio)/studio/(general)/characters/CharactersView.tsx:122
FunctionCheckLocalSettings
()
apps/web/src/components/CheckLocalSettings.tsx:32
FunctionCheckbox
({ inputName, label, checked, onChange, disabled }: { inputName: string label: string checked:
apps/web/src/components/layouts/Forms/Checkbox.tsx:4
FunctionColorPalette
()
packages/ui/components/ColorPalette.tsx:1
FunctionColorPalette
({ palette, width = "100%", height = "30px", }: ColorPaletteProps)
apps/web/src/components/layouts/Cards/ColorPalette.tsx:22
FunctionCommentAuthorBadges
({ author, }: { author: Pick<UserType, "role" | "hasArtistAccess"> })
apps/web/src/components/comments/CommentAuthorBadges.tsx:4
FunctionCommentAuthorHeader
({ handle, author, isPinned, date, }: { handle: string author?: Pick<UserType, "role" | "hasArtist
apps/web/src/components/comments/CommentAuthorHeader.tsx:6
FunctionCommentBase
(props: React.PropsWithChildren<CommentBaseProps>)
packages/ui/components/comments/CommentBase.tsx:14
FunctionCommentBase
({ children, imgTag, outerContainer, isNested, variant = "message", alignAvatar = "start", compo
apps/web/src/components/comments/CommentBase.tsx:24
FunctionCommentContent
({ content, className, }: { content: string className?: string })
apps/web/src/components/comments/CommentContent.tsx:3
FunctionCommentPanel
({ comments, self, type, characterName, }: { comments: Comments[] self: UserType | null type: "u
apps/web/src/components/layouts/Panels/Comments/CommentPanel.tsx:22
FunctionCommentThread
({ comment, user, commentContext, isNested = false, }: { comment: Comments user: User | UserType |
apps/web/src/components/layouts/Panels/Comments/Thread.tsx:10
FunctionCommissionQueuePanel
({ user, isOwner, }: { user: UserType isOwner?: boolean })
apps/web/src/components/layouts/Panels/ListingPanels.tsx:14
FunctionCommitLink
({ label, commit, repoUrl, }: { label: string commit: string | null repoUrl: string })
apps/web/src/components/layouts/AppLayout/Footer.tsx:17
FunctionCopyUrlButton
({ path, className, }: { path: string className?: string })
apps/web/src/components/CopyUrlButton.tsx:9
FunctionCreateCharacterModal
({ toggleCreateCharacterModal, createCharacterModalShown, }: { toggleCreateCharacterModal: () => void
apps/web/src/components/Modals/CreateCharacter.tsx:19
FunctionCreateFolderModal
({ createFolderModal, toggleCreateFolderModal, selectedIndex, setSelectedIndex, parentId = null, c
apps/web/src/components/Modals/CreateFolder.tsx:10
FunctionDeleteArtworkDialog
({ artwork, open, onOpenChange, onDeleted, }: { artwork: Artwork | null open: boolean onOpenChan
apps/web/src/components/DeleteArtworkDialog.tsx:17
FunctionDeleteCharacterDialog
({ character, open, onOpenChange, onDeleted, }: { character: Pick<Character, "id" | "name"> | null
apps/web/src/components/DeleteCharacterDialog.tsx:17
FunctionDeleteConfirmModal
({ toggleDeleteConfirmModal, deleteConfirmModal: uploadArtModal, characterId }: { toggleDeleteConfirmM
apps/web/src/components/Modals/ConfirmModal.tsx:12
FunctionDeleteFolderDialog
({ folder, open, onOpenChange, onDeleted, }: { folder: Pick<Folder, "id" | "name"> | null open: bo
apps/web/src/components/DeleteFolderDialog.tsx:17
FunctionDemo
({ label, children, className, }: { label?: string children: React.ReactNode className?: string })
apps/web/src/app/ui-playground/page.tsx:217
FunctionDesign
()
apps/web/src/app/(main)/design/page.tsx:5
FunctionDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
apps/web/src/components/ui/dialog.tsx:70
FunctionDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
apps/web/src/components/ui/dialog.tsx:56
FunctionDropZone
({ setData, className = "", value = null, aspectRatio = "1", label = "Drag and drop files here", e
apps/web/src/components/Modals/DropZone.tsx:83
FunctionDropdown
({ button, items }: { button: React.ReactElement items?: React.ReactElement })
apps/web/src/components/layouts/AppLayout/Dropdown/Dropdown.tsx:4
FunctionDropdownItem
({ children, link, prefixIcon, suffixIcon, component, special = false // ...attrs }: { childre
apps/web/src/components/layouts/AppLayout/Dropdown/DropdownItem.tsx:5
FunctionDropdownMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
apps/web/src/components/ui/dropdown-menu.tsx:172
FunctionEditArtworkForm
({ artwork }: { artwork: Artwork })
apps/web/src/app/(studio)/studio/(general)/gallery/[id]/edit/EditArtworkForm.tsx:31
FunctionEditArtworkPage
({ params, }: { params: Promise<{ id: string }> })
apps/web/src/app/(studio)/studio/(general)/gallery/[id]/edit/page.tsx:5
FunctionEditCharacter
({ character }: { character: Character })
apps/web/src/app/(studio)/studio/(general)/characters/[id]/EditCharacter.tsx:25
FunctionEditHTMLModal
({ toggleEditHTMLModal, editHTMLModalShown, panels, characterName, }: { toggleEditHTMLModal: () => v
apps/web/src/components/Modals/EditHTML.tsx:14
FunctionEditOverviewClient
({ panels, context, characterName, characters = [], artworks = [], refSheets = [], backHref, }:
apps/web/src/components/layouts/Panels/EditOverviewClient.tsx:41
FunctionEditPanelModal
({ toggleEditPanel, editPanelModalShown, position, panels, context, characterName, characters =
apps/web/src/components/Modals/EditPanel.tsx:113
FunctionEmptySection
( props: Partial<React.PropsWithChildren<EmptySectionProps>> )
packages/ui/components/EmptySection.tsx:8
FunctionEmptyState
({ icon: Icon, title, description, action, className }: EmptyStateProps)
packages/ui/components/blocks/EmptyState.tsx:13
FunctionFavoriteButton
({ targetId, targetType, isFavorited, showLabel = false, className, }: { targetId: string target
apps/web/src/components/FavoriteButton.tsx:12
FunctionFeaturedArtworkPanel
({ artwork, title = "Featured artwork", isOwner, }: { artwork: Artwork | null title?: string isOwn
apps/web/src/components/layouts/Panels/FeaturedArtworkPanel.tsx:5
FunctionFeaturedCharacterPanel
({ character, ownerHandle, isOwner, }: { character: Character | null ownerHandle: string isOwner?:
apps/web/src/components/layouts/Panels/CharacterPanels.tsx:34
FunctionFeaturedGalleryPanel
({ artworks, title = "Featured gallery", isOwner, }: { artworks: Artwork[] title?: string isOwner?
apps/web/src/components/layouts/Panels/FeaturedGalleryPanel.tsx:6
FunctionFeaturedListingPanel
({ isOwner }: { isOwner?: boolean })
apps/web/src/components/layouts/Panels/ListingPanels.tsx:55
FunctionField
({ title, content, // custom, full }: { title?: string content?: string // custom?: boolean fu
apps/web/src/components/layouts/Layouts/Field.tsx:3
FunctionFieldLabel
(props: Partial<FieldLabelProps>)
packages/ui/components/fields/FieldLabel.tsx:11
FunctionFolderContents
({ children }: { children: React.ReactNode })
apps/web/src/components/layouts/Folders/index.tsx:7
FunctionFolderItem
({ children, name, folderId, open = false, expanded = false, nestedItem, newItem, selected = f
apps/web/src/components/layouts/Folders/FolderItem.tsx:25
FunctionFolderShelf
({ children, defaultName, selectedFolderId = null, onSelectFolder, acceptKinds, onDropItem, gall
apps/web/src/components/layouts/Folders/FolderShelf.tsx:14
FunctionFolderView
({ children }: { children?: React.ReactNode })
apps/web/src/components/layouts/Folders/FolderView.tsx:26
FunctionFolderViewContainer
(props: React.PropsWithChildren)
packages/ui/components/layouts/FolderView/Container.tsx:1
FunctionFolderViewPagination
(_props: FolderViewPaginationProps)
packages/ui/components/layouts/FolderView/Pagination.tsx:15
FunctionFolderViewRoot
(props: React.PropsWithChildren)
packages/ui/components/layouts/FolderView/Root.tsx:1
FunctionFolderViewSearchField
(_props: FolderViewSearchFieldProps)
packages/ui/components/layouts/FolderView/SearchField.tsx:7
FunctionFolderViewShelf
(props: React.PropsWithChildren)
packages/ui/components/layouts/FolderView/Shelf.tsx:1
FunctionFolderViewShelf
(props: React.PropsWithChildren)
packages/ui/components/layouts/FolderView/SearchBar.tsx:1
FunctionFolderViewShelfItem
( props: React.PropsWithChildren<FolderViewShelfItemProps> )
packages/ui/components/layouts/FolderView/ShelfItem.tsx:13
FunctionFollowButton
({ profileId, initialIsFollowing, soft = false, }: { profileId: string initialIsFollowing: boolean
apps/web/src/components/FollowButton.tsx:9
FunctionFooter
({ operationStatus = "Operational", apiCommit = null, }: { operationStatus?: "Operational" | "Maintenanc
apps/web/src/components/layouts/AppLayout/Footer.tsx:83
FunctionForm
(props: React.PropsWithChildren<FormProps>)
packages/ui/components/fields/Form.tsx:14
FunctionGET
()
apps/web/src/app/api/changelog/route.ts:6
FunctionGET
(request: Request)
apps/web/src/app/api/artist-search/bluesky/route.ts:53
FunctionGET
(request: Request)
apps/web/src/app/api/artist-search/x/route.ts:35
FunctionGET
(request: Request)
apps/web/src/app/api/artist-search/mav/route.ts:13
FunctionGalleryStripPanel
({ artworks, title, isOwner, }: { artworks: Artwork[] title: string isOwner?: boolean })
apps/web/src/components/layouts/Panels/GalleryPanels.tsx:46
FunctionGalleryToolbar
({ search, onSearchChange, sort, onSortChange, hideNsfw = false, onHideNsfwChange, showViewToggl
apps/web/src/components/gallery/GalleryToolbar.tsx:27
FunctionGalleryView
({ characterId, ownerHandle, characterSlug, characterName, characterAvatarUrl, artworks: initialAr
apps/web/src/app/(profile)/profile/[handle]/(character)/[name]/(gallery)/gallery/GalleryView.tsx:33
FunctionGlobalError
({ error, reset, }: { error: Error & { digest?: string } reset: () => void })
apps/web/src/app/global-error.tsx:7
FunctionGridResponsive
({ children, constraint = "auto-fill", breakpoint = 270, ...attrs }: { children?: React.ReactNode
apps/web/src/components/layouts/Layouts/GridResponsive.tsx:3
FunctionGroup
(props: React.PropsWithChildren<GroupProps>)
packages/ui/components/layouts/Group/Group.tsx:18
FunctionGroup
(props: React.PropsWithChildren<GroupProps>)
apps/web/src/components/ui/group.tsx:21
FunctionGroupContainer
(props: React.PropsWithChildren)
packages/ui/components/layouts/Group/GroupContainer.tsx:1
FunctionGroupContainer
(props: React.PropsWithChildren)
apps/web/src/components/ui/group.tsx:56
FunctionHome
()
apps/web/src/app/(main)/page.tsx:4
FunctionInformationPanel
({ target, type, isOwner, }: { target: UserType | Character type: "user" | "character" isOwner?: b
apps/web/src/components/layouts/Panels/InformationPanel.tsx:16
FunctionInputField
({ ref, ...props }: ReactForwardRef<HTMLInputElement, Partial<InputFieldProps>>)
packages/ui/components/fields/InputField.tsx:43
FunctionInputPrefixLabel
(props: _InputPrefixLabelProps)
packages/ui/components/fields/InputField.tsx:34
FunctionItemIterator
({ as: Component = "div", items, baseUrl = "/" }: { as?: keyof HTMLElementTagNameMap | React.Component
apps/web/src/components/layouts/Layouts/ItemIterator.tsx:18
FunctionKbd
({ className, ...props }: React.HTMLAttributes<HTMLElement>)
packages/ui/components/primitives/Kbd.tsx:3
FunctionLinkedCharacterSelect
({ characters, value, onChange, }: { characters: LinkedCharacter[] value: string onChange: (charac
apps/web/src/app/(studio)/studio/(general)/characters/[id]/Ref/LinkedCharacterSelect.tsx:40
FunctionListingTypeBadge
()
packages/ui/components/badges/ListingTypeBadge.tsx:1
FunctionLoading
()
apps/web/src/app/(profile)/profile/[handle]/(user)/(favorites)/favorites/loading.tsx:5
FunctionLogoutPage
()
apps/web/src/app/(main)/(auth)/logout/page.tsx:7
FunctionMainLayout
(props: React.PropsWithChildren)
apps/web/src/app/(main)/layout.tsx:3
FunctionMainProfileLayout
({ children, params, }: { children: React.ReactNode params: Promise<{ handle: string }> })
apps/web/src/app/(profile)/profile/[handle]/(user)/layout.tsx:8
FunctionMainProfileLayout
({ children, params, }: { children: React.ReactNode params: Promise<{ handle: string; name: string }>
apps/web/src/app/(profile)/profile/[handle]/(character)/[name]/layout.tsx:7
FunctionManageRefSheetModal
({ isOpen, onClose, refSheets, onEdit, onChanged, }: { isOpen: boolean onClose: () => void ref
apps/web/src/app/(studio)/studio/(general)/characters/[id]/Ref/ManageRefSheetModal.tsx:22
FunctionMarginClamp
({ children, as: Element = "div" }: { children?: React.ReactNode as?: keyof HTMLElementTagNameMap })
apps/web/src/components/layouts/Layouts/MarginClamp.tsx:1
FunctionMarginGutter
( props: React.PropsWithChildren<MarginGutterProps> )
packages/ui/components/layouts/MarginGutter.tsx:8
FunctionMarginGutter
( props: React.PropsWithChildren<MarginGutterProps> )
apps/web/src/components/ui/group.tsx:65
FunctionMastheadAvatar
({ src, profileOnly, banner = false }: { src?: string /** This property is strictly for profile layo
packages/ui/components/layouts/Masthead/Avatar.tsx:4
FunctionMastheadAvatar
({ src, alt, fallback, rounded = "full", onBanner = false }: { src?: string alt: string fallba
apps/web/src/components/layouts/Mastheads/MastheadParts.tsx:25
FunctionMastheadBanner
({ src }: { src: string | undefined })
packages/ui/components/layouts/Masthead/Banner.tsx:3
FunctionMastheadBanner
({ src }: { src?: string })
apps/web/src/components/layouts/Mastheads/MastheadParts.tsx:5
FunctionMastheadDetails
( props: React.PropsWithChildren<MastheadDetailsProps> )
packages/ui/components/layouts/Masthead/Details.tsx:9
FunctionMastheadDetails
({ children }: React.PropsWithChildren)
apps/web/src/components/layouts/Mastheads/MastheadParts.tsx:73
FunctionMastheadLayer
( props: Partial<React.PropsWithChildren<MastheadLayerProps>> )
packages/ui/components/layouts/Masthead/Layer.tsx:14
FunctionMastheadLayer
({ children, spaceBetween }: React.PropsWithChildren<{ spaceBetween?: boolean }>)
apps/web/src/components/layouts/Mastheads/MastheadParts.tsx:79
FunctionMastheadRoot
( props: React.PropsWithChildren<MastheadRootProps> )
packages/ui/components/layouts/Masthead/Root.tsx:18
FunctionMastheadScrollTitle
({ scrollTitle, className, children }: React.PropsWithChildren<{ scrollTitle: ScrollTitleData classN
apps/web/src/components/layouts/Mastheads/MastheadScrollTitle.tsx:7
FunctionMastheadTabs
(props: MastheadTabs)
packages/ui/components/layouts/Masthead/Tabs.tsx:6
← previousnext →301–400 of 669, ranked by callers