Update Backup Media download progress indicator for narrow left panes

Co-authored-by: Jamie Kyle <jamie@signal.org>
This commit is contained in:
trevor-signal
2025-04-01 17:20:46 -04:00
committed by GitHub
parent cdfd60838c
commit 40e91e96fd
7 changed files with 117 additions and 73 deletions

View File

@@ -10,7 +10,12 @@ type Props = React.ComponentProps<typeof ProgressCircle>;
export default {
title: 'Components/ProgressCircle',
component: ProgressCircle,
args: { fractionComplete: 0, width: undefined, strokeWidth: undefined },
args: {
fractionComplete: 0,
width: undefined,
strokeWidth: undefined,
ariaLabel: undefined,
},
} satisfies ComponentMeta<Props>;
export function Zero(args: Props): JSX.Element {