mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Update Backup Media download progress indicator for narrow left panes
Co-authored-by: Jamie Kyle <jamie@signal.org>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user