FunctionAlert({
variant,
title,
message,
showLink = false,
linkHref = "#",
linkText = "Learn more",
})
frontend/src/components/ui/alert/Alert.tsx:12
FunctionBadge({
variant = "light",
color = "primary",
size = "md",
startIcon,
endIcon,
children,
})
frontend/src/components/ui/badge/Badge.tsx:21
FunctionBarRow({
label,
value,
max,
color,
textSecondary,
textMuted,
trackBg,
}: {
label: string;
value: n
frontend/src/pages/librarySync/librarySync.tsx:108
FunctionBlendPlaylist({
selectedUser,
users,
setSelectedUser,
dark,
isMobile,
isLargeScreen,
}: BlendPlaylistProps)
frontend/src/pages/playlist/BlendPlaylist.tsx:53
FunctionButton({
children,
size = "md",
variant = "primary",
startIcon,
endIcon,
onClick,
className = "",
di
frontend/src/components/ui/button/Button.tsx:14
FunctionCardHeader({
title,
subtitle,
sectionBg,
cardBorder,
textPrimary,
textMuted,
children,
}: {
title: strin
frontend/src/pages/playlist/LB_CF.tsx:359
FunctionCheckbox({
label,
checked,
id,
onChange,
className = "",
disabled = false,
})
frontend/src/components/form/input/Checkbox.tsx:12
FunctionDatePicker({
id,
mode,
onChange,
label,
defaultDate,
placeholder,
}: PropsType)
frontend/src/components/form/date-picker.tsx:18
FunctionDateRangePicker({
from,
to,
onFromChange,
onToChange,
dark,
accentColor,
}: {
from: Date | null;
to: Date | n
frontend/src/pages/playlist/DisocveryPlaylist.tsx:45
FunctionDiscoveryPlaylist({
selectedUser,
users,
setSelectedUser,
dark,
isMobile,
isLargeScreen,
}: DiscoveryPlaylistProps)
frontend/src/pages/playlist/DisocveryPlaylist.tsx:426
FunctionEditProfileModal({
isOpen,
username,
displayName,
avatarUrl,
onSave,
onClose,
}: EditProfileModalProps)
frontend/src/pages/users/userProfile.tsx:286
FunctionGenerateScriptBar({
selectedCount, loading, onClick, settings, onOpenSettings,
}: {
selectedCount: number; loading: boolean
frontend/src/pages/Library/skipped.tsx:946
FunctionInput({
type = "text",
id,
name,
placeholder,
value,
onChange,
className = "",
min,
max,
step,
frontend/src/components/form/input/InputField.tsx:21