fix(wallet): Fetch details

This commit is contained in:
Emil Sawicki 2024-04-23 18:15:18 +02:00 committed by Jonathan Rainville
parent ef2118873c
commit e84a33c75c
3 changed files with 12 additions and 13 deletions

View File

@ -49,12 +49,11 @@ QtObject:
notify = activityDetailsChanged
proc setActivityEntry*(self: Controller, entry: ActivityEntry) =
self.activityEntry = entry
self.activityEntryChanged()
if self.activityDetails != nil:
self.activityDetails = nil
self.activityDetailsChanged()
self.activityDetailsChanged()
self.activityEntry = entry
self.activityEntryChanged()
proc resetActivityEntry*(self: Controller) {.slot.} =
self.setActivityEntry(nil)

View File

@ -862,14 +862,14 @@ StatusListItem {
width: 17
height: 17
}
PropertyChanges {
target: d
titlePixelSize: 17
datePixelSize: 13
subtitlePixelSize: 15
loadingPixelSize: 14
showRetryButton: (!root.loading && root.transactionStatus === Constants.TransactionStatus.Failed && walletRootStore.isOwnedAccount(modelData.sender))
}
// PropertyChanges { // TODO implement retry failed tx
// target: d
// titlePixelSize: 17
// datePixelSize: 13
// subtitlePixelSize: 15
// loadingPixelSize: 14
// showRetryButton: (!root.loading && root.transactionStatus === Constants.TransactionStatus.Failed && walletRootStore.isOwnedAccount(modelData.sender))
// }
}
]

2
vendor/status-go vendored

@ -1 +1 @@
Subproject commit bea67076634c37e58ea0d6e1f6f6c765623532e1
Subproject commit 765da90061f83b92f63d3bfcc588e00de926f591