CW-1021-Address-formatting-enhancements (#2141)

* Implement visual formatting for addresses

* fix minor issues

* Update transaction_details_page.dart

* Update transaction_details_page.dart

* fix multi recipient address formatting

* Update address_cell.dart
This commit is contained in:
Serhii 2025-04-10 17:16:43 +03:00 committed by GitHub
parent c1e9668b1e
commit 3f25d69244
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 292 additions and 123 deletions

View file

@ -558,6 +558,7 @@ class SendPage extends BasePage {
key: ValueKey('send_page_confirm_sending_dialog_key'),
titleText: S.of(bottomSheetContext).confirm_transaction,
currentTheme: currentTheme,
walletType: sendViewModel.walletType,
titleIconPath: sendViewModel.selectedCryptoCurrency.iconPath,
currency: sendViewModel.selectedCryptoCurrency,
amount: S.of(bottomSheetContext).send_amount,