mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Show challenge when requested by server
This commit is contained in:
@@ -489,6 +489,15 @@ story.add('Error', () => {
|
||||
return renderBothDirections(props);
|
||||
});
|
||||
|
||||
story.add('Paused', () => {
|
||||
const props = createProps({
|
||||
status: 'paused',
|
||||
text: 'I am up to a challenge',
|
||||
});
|
||||
|
||||
return renderBothDirections(props);
|
||||
});
|
||||
|
||||
story.add('Partial Send', () => {
|
||||
const props = createProps({
|
||||
status: 'partial-sent',
|
||||
|
||||
Reference in New Issue
Block a user