FunctionCommentAuthorHeader({
handle,
author,
isPinned,
date,
}: {
handle: string
author?: Pick<UserType, "role" | "hasArtist
apps/web/src/components/comments/CommentAuthorHeader.tsx:6
FunctionCommentBase({
children,
imgTag,
outerContainer,
isNested,
variant = "message",
alignAvatar = "start",
compo
apps/web/src/components/comments/CommentBase.tsx:24
FunctionCreateFolderModal({
createFolderModal,
toggleCreateFolderModal,
selectedIndex,
setSelectedIndex,
parentId = null,
c
apps/web/src/components/Modals/CreateFolder.tsx:10
FunctionDeleteCharacterDialog({
character,
open,
onOpenChange,
onDeleted,
}: {
character: Pick<Character, "id" | "name"> | null
apps/web/src/components/DeleteCharacterDialog.tsx:17
FunctionDeleteFolderDialog({
folder,
open,
onOpenChange,
onDeleted,
}: {
folder: Pick<Folder, "id" | "name"> | null
open: bo
apps/web/src/components/DeleteFolderDialog.tsx:17
FunctionDropZone({
setData,
className = "",
value = null,
aspectRatio = "1",
label = "Drag and drop files here",
e
apps/web/src/components/Modals/DropZone.tsx:83
FunctionDropdownItem({
children,
link,
prefixIcon,
suffixIcon,
component,
special = false
// ...attrs
}: {
childre
apps/web/src/components/layouts/AppLayout/Dropdown/DropdownItem.tsx:5
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
FunctionFavoriteButton({
targetId,
targetType,
isFavorited,
showLabel = false,
className,
}: {
targetId: string
target
apps/web/src/components/FavoriteButton.tsx:12
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
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
FunctionManageRefSheetModal({
isOpen,
onClose,
refSheets,
onEdit,
onChanged,
}: {
isOpen: boolean
onClose: () => void
ref
apps/web/src/app/(studio)/studio/(general)/characters/[id]/Ref/ManageRefSheetModal.tsx:22