FunctionMediaPanel({
title,
imageUrl,
imageAlt,
nsfw = false,
artistHandle,
artistUrl,
artistCredit,
artistLabel
apps/web/src/components/layouts/Panels/MediaPanel.tsx:12
FunctionModalRefVariant({
name,
nsfw,
url,
onChangeName,
onChangeCheck,
deleteVariant
}: Variant)
apps/web/src/components/Modals/ModalRefVariant.tsx:7
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
FunctionPageHeader({
eyebrow,
title,
description,
icon: Icon,
actions,
before,
bordered = true,
className
}: Pag
packages/ui/components/blocks/PageHeader.tsx:18
FunctionPanelCard({
title,
icon,
actions,
children,
className,
bodyClassName,
}: {
title: string
icon?: ReactNo
apps/web/src/components/layouts/Panels/PanelCard.tsx:4
FunctionPanelGrid({
panels,
type,
target,
self,
artworks = [],
refSheets = [],
characters = [],
}: {
panels: Da
apps/web/src/components/layouts/Panels/PanelGrid.tsx:53
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
FunctionRefSheetModal({
isOpen,
onClose,
onSaved,
character,
mode = "create",
initialRefSheet,
}: {
isOpen: boolean
apps/web/src/app/(studio)/studio/(general)/characters/[id]/Ref/RefSheetModal.tsx:32
FunctionReferenceConfigForm({
image,
character,
characters,
initialRefSheet,
onClose,
formId = "ref-sheet-form",
}: {
image
apps/web/src/app/(studio)/studio/(general)/characters/[id]/Ref/ReferenceConfigForm.tsx:59
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