mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-23 21:11:55 +00:00
fix(wallet): Fetch details
This commit is contained in:
parent
ef2118873c
commit
e84a33c75c
@ -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)
|
||||
|
@ -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
2
vendor/status-go
vendored
@ -1 +1 @@
|
||||
Subproject commit bea67076634c37e58ea0d6e1f6f6c765623532e1
|
||||
Subproject commit 765da90061f83b92f63d3bfcc588e00de926f591
|
Loading…
x
Reference in New Issue
Block a user