Replaces ConfirmationModal with ConfirmationDialog

This commit is contained in:
Josh Perez 2021-04-27 12:29:59 -07:00 committed by GitHub
parent c9d74654bf
commit e75bba1c52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 456 additions and 737 deletions

View file

@ -13,6 +13,7 @@ import enMessages from '../../_locales/en/messages.json';
const i18n = setupI18n('en', enMessages);
const contactWithAllData = {
id: 'abc',
avatarPath: undefined,
color: 'signal-blue',
profileName: '-*Smartest Dude*-',
@ -22,6 +23,7 @@ const contactWithAllData = {
} as ConversationType;
const contactWithJustProfile = {
id: 'def',
avatarPath: undefined,
color: 'signal-blue',
title: '-*Smartest Dude*-',
@ -31,6 +33,7 @@ const contactWithJustProfile = {
} as ConversationType;
const contactWithJustNumber = {
id: 'xyz',
avatarPath: undefined,
color: 'signal-blue',
profileName: undefined,