TF-2928 Show confirm dialog & handle exception when reload browser or loss of connection

This commit is contained in:
dab246
2024-07-12 18:58:50 +07:00
committed by Dat H. Pham
parent 2a22cb1174
commit eca11b3506
13 changed files with 198 additions and 97 deletions
@@ -70,7 +70,7 @@ class DeleteIdentityDialogBuilder extends StatelessWidget {
fontSize: 17,
fontWeight: FontWeight.w500,
color: Colors.white))
..paddingButton(const EdgeInsets.only(bottom: 24, left: 24, right: 24))
..marginButton(const EdgeInsets.only(bottom: 24, left: 24, right: 24))
..backgroundColor(Colors.black26)
..onConfirmButtonAction(AppLocalizations.of(context).delete, () =>
onDeleteIdentityAction.call())