Cw 921 create new bottom sheet sending confirmation UI (#2099)

* init commit

* add slide button

* address book popup

* fix colors for themes

* update exchange page

* update cake pay purchase card page

* Update rbf_details_page.dart

* refactored code

* add generating tx bottom sheet

* add show scrollbar

* minor fixes
This commit is contained in:
Serhii 2025-03-21 05:24:22 +02:00 committed by GitHub
parent 00642e6027
commit 626e532fce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 1192 additions and 271 deletions

View file

@ -106,6 +106,11 @@ abstract class SendViewModelBase extends WalletChangeListenerViewModel with Stor
bool get showAddressBookPopup => _settingsStore.showAddressBookPopupEnabled;
@action
void setShowAddressBookPopup(bool value) {
_settingsStore.showAddressBookPopupEnabled = value;
}
@action
void addOutput() {
outputs