FunctionArtistCard({
artistAvatarURL,
artistDisplayName,
artistHandle,
followers,
badges,
loading = false
}: ArtistC
apps/web/src/components/layouts/Browse/ArtistCard.tsx:16
FunctionArtistCreditDisplay({
credit,
prefix = "",
iconSize = "sm",
showIcon = true,
className,
linkClassName,
}: {
credit:
apps/web/src/components/ArtistCreditDisplay.tsx:22
FunctionArtistSearchInput({
id,
label,
placeholder,
value,
selectedOption,
onValueChange,
onSelect,
search,
disabled,
apps/web/src/components/layouts/Forms/ArtistSearchInput.tsx:61
FunctionArtworkComments({
artworkId,
comments: initialComments,
self,
redirectPath,
}: {
artworkId: string
comments: Comm
apps/web/src/app/(profile)/profile/[handle]/(character)/[name]/(gallery)/gallery/[artworkId]/ArtworkComments.tsx:23
FunctionArtworkGrid({
artworks,
className,
tileClassName,
editable = false,
manageable = false,
folders = [],
onDel
apps/web/src/components/ArtworkGrid.tsx:20
FunctionArtworkView({
artwork,
ownerHandle,
characterSlug,
self,
isOwner,
isFavorited = false,
}: {
artwork: Artwor
apps/web/src/app/(profile)/profile/[handle]/(character)/[name]/(gallery)/gallery/[artworkId]/ArtworkView.tsx:60
FunctionAvatar({
className,
size,
ring,
src,
alt = "",
fallback,
children,
...props
}: AvatarProps)
packages/ui/components/primitives/Avatar.tsx:36
FunctionAvatar({
className,
username,
src,
size = 36,
imageKey,
}: {
className?: string
username?: string
sr
apps/web/src/components/Avatar.tsx:8
FunctionCharacterCard({
id,
name,
img = "/UserProfile.png",
species,
loading,
isHybrid,
palette,
character,
href,
apps/web/src/components/layouts/Cards/CharacterCard.tsx:27
FunctionCharacterCard({
name,
img = "",
species,
loading,
isHybrid,
palette,
href,
likes,
status = "owned",
...
apps/web/src/components/layouts/Browse/CharacterCard.tsx:11