FunctionCustomSlider({
value,
min,
max,
step = 1,
onChange,
labels,
unit = '',
}: {
value: number;
min: number;
components/settings/CustomSlider.tsx:5
FunctionFeatureRow({
title,
description,
graphic,
align = 'left',
colorClass = 'text-rose-600',
}: FeatureRowProps)
components/Features.tsx:20
FunctionJobCardComponent({
job,
onRemove,
onCopySuccess,
onInspect,
downloadFilename,
displayName,
}: JobCardProps)
components/JobCard.tsx:27
FunctionStatsPanel({
completedJobs,
onDownloadAll,
onDownloadZip,
onClearCompleted,
isZipping,
})
components/StatsPanel.tsx:14
FunctionToggleCard({
active,
onClick,
title,
description,
icon: Icon,
badge,
}: {
active: boolean;
onClick: () =
components/settings/ToggleCard.tsx:11