Spam Reporting UI changes
This commit is contained in:
parent
e031d136a1
commit
8387f938eb
88 changed files with 2711 additions and 807 deletions
|
@ -59,6 +59,7 @@ const getDefaultProps = () => ({
|
|||
id: 'asdf',
|
||||
isNextItemCallingNotification: false,
|
||||
isTargeted: false,
|
||||
isBlocked: false,
|
||||
interactionMode: 'keyboard' as const,
|
||||
theme: ThemeType.light,
|
||||
platform: 'darwin',
|
||||
|
@ -118,6 +119,9 @@ const getDefaultProps = () => ({
|
|||
viewStory: action('viewStory'),
|
||||
|
||||
onReplyToMessage: action('onReplyToMessage'),
|
||||
onOpenMessageRequestActionsConfirmation: action(
|
||||
'onOpenMessageRequestActionsConfirmation'
|
||||
),
|
||||
});
|
||||
|
||||
export default {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue