From 635e6acb41d67f904746045dc66bdb8532e05dae Mon Sep 17 00:00:00 2001 From: Jan Michek <15363559+janmichek@users.noreply.github.com> Date: Thu, 29 Jun 2023 11:11:40 +0200 Subject: [PATCH] feat: Transaction details page hints (#331) --- .../AccountTransactionsTableCondensed.vue | 2 +- .../ContractCallTransactionsTable.vue | 2 +- ...ContractCallTransactionsTableCondensed.vue | 2 +- src/components/ContractsTable.vue | 8 ++-- src/components/ContractsTableCondensed.vue | 8 ++-- src/components/OracleEventsQueryPanel.vue | 2 +- .../TransactionCellNameUpdateTx.vue | 2 +- .../TransactionCellOracleExtendTx.vue | 2 +- src/components/TransactionGeneralPanel.vue | 25 +++++++++++ src/components/TransactionPointersPanel.vue | 25 ++++++++--- ...ansactionTypeTableChannelCloseMutualTx.vue | 13 ++++++ ...TransactionTypeTableChannelCloseSoloTx.vue | 16 +++++++ .../TransactionTypeTableChannelCreateTx.vue | 22 ++++++++++ .../TransactionTypeTableChannelDepositTx.vue | 17 +++++++- ...sactionTypeTableChannelForceProgressTx.vue | 19 ++++++++- .../TransactionTypeTableChannelSettleTx.vue | 13 ++++++ .../TransactionTypeTableChannelSlashTx.vue | 10 +++++ ...nsactionTypeTableChannelSnapshotSoloTx.vue | 16 +++++++ .../TransactionTypeTableChannelWithdrawTx.vue | 13 ++++++ .../TransactionTypeTableContractCallTx.vue | 42 +++++++++++++++++-- .../TransactionTypeTableContractCreateTx.vue | 36 ++++++++++++++-- .../TransactionTypeTableGAAttachTx.vue | 34 ++++++++++++++- .../TransactionTypeTableGAMetaTx.vue | 13 ++++++ .../TransactionTypeTableNameClaimTx.vue | 12 +++++- .../TransactionTypeTableNamePreclaimTx.vue | 4 ++ .../TransactionTypeTableNameRevokeTx.vue | 7 ++++ .../TransactionTypeTableNameTransferTx.vue | 16 +++++-- .../TransactionTypeTableNameUpdateTx.vue | 10 +++++ .../TransactionTypeTableOracleExtendTx.vue | 8 ++++ .../TransactionTypeTableOracleQueryTx.vue | 22 ++++++++++ .../TransactionTypeTableOracleRegisterTx.vue | 18 +++++++- .../TransactionTypeTableOracleRespondTx.vue | 13 ++++++ .../TransactionTypeTableSpendTx.vue | 37 ++++++++++------ src/utils/hints/contractsHints.js | 17 ++++++-- src/utils/hints/namesHints.js | 5 +++ src/utils/hints/oraclesHints.js | 5 ++- src/utils/hints/stateChannelsHints.js | 26 ++++++++++++ src/utils/hints/transactionsHints.js | 21 ++++++++++ 38 files changed, 511 insertions(+), 52 deletions(-) diff --git a/src/components/AccountTransactionsTableCondensed.vue b/src/components/AccountTransactionsTableCondensed.vue index 2a1f28c60..67f664337 100644 --- a/src/components/AccountTransactionsTableCondensed.vue +++ b/src/components/AccountTransactionsTableCondensed.vue @@ -75,7 +75,7 @@