↓ 1 callersFunctionupdateItem(
_id,
{ name, urls, nsfw, description, blacklist, sponsor, data }: ItemUpdate,
user?: User
)
lib/db/items.ts:84
FunctionBoard({
contentOf,
content,
allContent,
sponsorContent = [],
type, // item, column, collection or tab
u
components/boards/Board.tsx:45
FunctionButton({
children,
className,
type = 'button',
hover = 'Click me (っ^_^)っ',
onClick,
href,
})
components/buttons/Button.tsx:15
FunctionCard({
type,
content,
imageUrl = '',
bodyContent = null,
add = null,
remove = null,
move = null,
})
components/cards/Card.tsx:40
FunctionCardRowView({
cardView = true,
type,
content,
add,
move,
remove,
columns = [],
}: Props)
components/CardRowView.tsx:32
FunctionColumnBoard({
contentOf,
columns,
allColumns,
updateURL = '/api/edit/collection',
updateKey = 'columns',
dele
components/boards/ColumnBoard.tsx:23
FunctionEditCollection({
collections,
_id,
urlId = '',
img = 'puzzled.png',
name = '',
nsfw = false,
description = '',
components/edit/EditCollection.tsx:23
FunctionEditColumn({
columns,
_id,
urlId = '',
name = '',
nsfw = false,
description = '',
type = ColumnType.featur
components/edit/EditColumn.tsx:25
FunctionEditItem({
items,
_id,
name = '',
urls = [],
nsfw = false,
description = '',
data = {},
blacklist = fa
components/edit/EditItem.tsx:29
FunctionEditLibrary({
libraries = [],
_id,
urlId = '',
img = 'puzzled.png',
name = '',
nsfw = false,
description =
components/edit/EditLibrary.tsx:25
FunctionEditList({
_id,
lists,
owner,
name = '',
nsfw = false,
description = '',
})
components/edit/EditList.tsx:20
FunctionItemBoard({
contentOf,
items,
allItems,
columns,
updateURL = '/api/edit/collection',
updateKey = 'items',
components/boards/ItemBoard.tsx:25
FunctionListBoard({
contentOf,
lists,
allLists,
updateURL = '',
updateKey = 'lists',
deleteURL = '/api/delete/list'
components/boards/ListBoard.tsx:23