improve(funnel): make sure group by profile id works as you would think

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-11-23 21:51:59 +01:00
parent 2f4e3596c1
commit 56edb91dd0
12 changed files with 390 additions and 285 deletions

View File

@@ -29,7 +29,7 @@ interface PreviousDiffIndicatorProps {
children?: React.ReactNode;
inverted?: boolean;
className?: string;
size?: 'sm' | 'lg';
size?: 'sm' | 'lg' | 'md';
}
export function PreviousDiffIndicator({
@@ -80,6 +80,7 @@ export function PreviousDiffIndicator({
'flex size-4 items-center justify-center rounded-full',
variant,
size === 'lg' && 'size-8',
size === 'md' && 'size-6',
)}
>
{renderIcon()}