FunctionBatchList({
position,
onAddBatch,
onEditBatch,
onDeleteBatch,
onSellBatch,
}: BatchListProps)
src/components/dashboard/PositionBatch/BatchList.tsx:14
FunctionEnhancedShareDialog({
isOpen,
onClose,
dailyReview,
positions = [],
profitSummary,
})
src/components/share/EnhancedShareDialog.tsx:59
FunctionFlashText({
value,
prevValue: externalPrevValue,
formatFn = (v) => v.toFixed(2),
className,
duration = 500,
}
src/components/financial/FlashText.tsx:16
FunctionInputPanel({
input,
onInputChange,
feeConfig,
onFeeConfigChange,
onCalculate,
onClear,
}: InputPanelProps)
src/components/dashboard/TCalculator/InputPanel.tsx:15
FunctionMetricCard({
title,
value,
icon,
valueClassName,
highlight = false,
trend,
subtitle,
}: MetricCardProps)
src/components/dashboard/MetricCard.tsx:18
FunctionMiniChart({
data,
width = 80,
height = 32,
showArea = false,
className,
}: MiniChartProps)
src/components/financial/MiniChart.tsx:16
FunctionMiniTrend({
value,
prevValue,
data,
showChart = true,
size = 'sm',
className,
}: MiniTrendProps)
src/components/financial/MiniChart.tsx:94