Merge pull request #3208

01c3c19 SuccessfulTxDialog: add View progress button (rating89us)
This commit is contained in:
luigi1111
2021-04-24 16:14:28 -04:00
4 changed files with 59 additions and 14 deletions

View File

@@ -116,6 +116,12 @@ Rectangle {
transferView.sendTo(address, paymentId, description);
}
// open Transactions page with search term in search field
function searchInHistory(searchTerm){
root.state = "History";
historyView.searchInHistory(searchTerm);
}
states: [
State {
name: "History"