FunctionCanvas({ roomId, socket, isSolo = false, isUserAuthenticated = false, encryptionKey, roomType,className , sendMessag
apps/DrawDeck/components/Canvas.tsx:60
FunctionColorSwatch({
color,
selected = false,
onClick,
title,
size = 'md',
isTransparent = false,
})
apps/DrawDeck/components/panel/ColorSwatch.tsx:15
FunctionIconButton({
icon,
onClick,
activated,
shortcutKey,
isMobile = false,
allowFillOnActive = true, // 👈 default
apps/DrawDeck/components/IconButton.tsx:15
FunctionMenu({
onClearCanvas,
isCollabMode = false,
roomId,
encryptionKey,
roomType,
isMobile = false,
onOpe
apps/DrawDeck/components/Menu.tsx:18
FunctionRoomFullError({
error,
slug,
roomType,
handleGoBack,
handleTryAgain,
})
apps/DrawDeck/components/errors/RoomFullError.tsx:15
FunctionShareLinkModal({
roomId,
encryptionKey,
roomType,
onClose,
isManualTrigger = false,
socket
})
apps/DrawDeck/components/modal/SharelinkModal.tsx:16
FunctionSidebarItems({
onClearCanvas,
isCollabMode = false,
roomId,
encryptionKey,
roomType,
isMobile = false,
})
apps/DrawDeck/components/SidebarItems.tsx:35
FunctionSidebarModal({
isOpen,
onClose,
onClearCanvas,
isCollabMode = false,
roomId,
encryptionKey,
roomType,
i
apps/DrawDeck/components/SidebarModal.tsx:17
FunctionStyleButton({
selected = false,
onClick,
title,
children,
size = 'md',
className,
})
apps/DrawDeck/components/panel/StyleButton.tsx:15