FunctionBlurFade({
children,
className,
variant,
duration = 0.4,
delay = 0,
yOffset = 6,
inView = false,
inVie
src/components/ui/blur-fade.tsx:30
FunctionBorderBeam({
className,
size = 200,
duration = 15,
anchor = 90,
borderWidth = 1.5,
colorFrom = '#ffaa40',
src/components/ui/border-beam.tsx:14
FunctionChatMessage({
message,
index,
messages,
setSavedPrompts,
onPreviewImage,
addToolResult,
}: ChatMessageProps)
src/app/(user)/chat/[id]/chat-interface.tsx:365
FunctionClientTweetCard({
id,
apiUrl,
fallback = <TweetSkeleton />,
components,
fetchOptions,
onError,
...props
}: Twee
src/components/tweet-card.tsx:11
FunctionConversationInput({
value,
onChange,
onSubmit,
onChat = false,
savedPrompts = [],
setSavedPrompts = () => {},
}: Co
src/app/(user)/home/conversation-input.tsx:75
FunctionConversationMenuItem({
id,
title,
active,
onDelete,
onRename,
lastMessageAt,
lastReadAt,
onMarkAsRead,
}: Conversa
src/components/dashboard/app-sidebar-conversations.tsx:69
FunctionCreateActionResult({
id,
description,
frequency,
maxExecutions,
startTime,
}: CreateActionResultProps)
src/ai/generic/action.tsx:50
FunctionDetailItem({
label,
value,
truncateLength = 4,
link,
showExternalLink = true,
}: DetailItemProps)
src/components/message/pumpfun-launch.tsx:49
FunctionDotPattern({
width = 16,
height = 16,
x = 0,
y = 0,
cx = 1,
cy = 1,
cr = 1,
className,
...props
}: Dot
src/components/ui/dot-pattern.tsx:16
FunctionDynamicImage({
lightSrc,
darkSrc,
alt,
className,
width,
height,
...props
}: DynamicImageProps)
src/components/dynamic-image.tsx:14
FunctionEditPromptDialog({
promptAction,
updatePromptAction,
handleEditPrompt,
handleSavePrompt,
title,
content,
setTitl
src/app/(user)/saved-prompts/components/edit-prompt-dialog.tsx:32
FunctionMarquee({
className,
reverse,
pauseOnHover = false,
children,
vertical = false,
repeat = 4,
...props
}:
src/components/ui/marquee.tsx:13
FunctionNumberTicker({
value,
direction = 'up',
delay = 0,
className,
decimalPlaces = 0,
duration = 2, // duration in
src/components/ui/number-ticker.tsx:9
FunctionSavedPromptsMenu({
input,
isFetchingSavedPrompts,
savedPrompts,
filteredPrompts,
onPromptClick,
updatePromptLastUs
src/components/saved-prompts-menu.tsx:14
FunctionShineBorder({
borderRadius = 8,
borderWidth = 1,
duration = 14,
color = '#000000',
className,
children,
}: Sh
src/components/ui/shine-border.tsx:26
FunctionSubscriptionSection({
isSubscribed,
nextPaymentDate,
endDate,
wallet,
paymentHistory,
onSubscribe,
onUnsubscribe,
src/components/subscription/subscription-section.tsx:56
FunctionSuggestionCard({
title,
subtitle,
delay = 0,
useSubtitle = false,
onSelect,
}: SuggestionCardProps)
src/app/(user)/home/suggestion-card.tsx:13