From 132929b776e84e4407828c949e77597d6cdedfeb Mon Sep 17 00:00:00 2001 From: Duddino Date: Tue, 13 Feb 2024 17:11:09 +0100 Subject: [PATCH 1/2] Tx Description Box --- locale/cnr/translation.toml | 2 + locale/de/translation.toml | 2 + locale/en/translation.toml | 2 + locale/es-mx/translation.toml | 2 + locale/fr/translation.toml | 2 + locale/it/translation.toml | 2 + locale/nl/translation.toml | 2 + locale/ph/translation.toml | 2 + locale/pl/translation.toml | 2 + locale/pt-br/translation.toml | 2 + locale/pt-pt/translation.toml | 2 + locale/template/translation.toml | 2 + locale/uwu/translation.toml | 2 + scripts/Modal.vue | 6 +- scripts/dashboard/Activity.vue | 31 +++++-- scripts/dashboard/CreateWallet.vue | 4 +- scripts/dashboard/TxDescription.vue | 127 ++++++++++++++++++++++++++++ scripts/mempool.js | 6 +- scripts/wallet.js | 19 ++++- 19 files changed, 209 insertions(+), 10 deletions(-) create mode 100644 scripts/dashboard/TxDescription.vue diff --git a/locale/cnr/translation.toml b/locale/cnr/translation.toml index 7aa8213b8..ee0890103 100644 --- a/locale/cnr/translation.toml +++ b/locale/cnr/translation.toml @@ -215,6 +215,8 @@ chartImmatureBalance = "" # Immature balance useShieldInputs = "" # Use shield inputs newShieldAddress = "" # Get new shield address shieldAddress = "" # Shield address +noInputs = "" # No inputs +noOutputs = "" # No outputs [ALERTS] INTERNAL_ERROR = "Interna greška, molimo pokušajte ponovo kasnije" # Internal error, please try again later diff --git a/locale/de/translation.toml b/locale/de/translation.toml index cff4e7acf..bbf0fb7a4 100644 --- a/locale/de/translation.toml +++ b/locale/de/translation.toml @@ -215,6 +215,8 @@ syncShieldProgress = "" # Loading shielded blocks {current} of {total} useShieldInputs = "" # Use shield inputs newShieldAddress = "" # Get new shield address shieldAddress = "" # Shield address +noInputs = "" # No inputs +noOutputs = "" # No outputs [ALERTS] INTERNAL_ERROR = "Interner Fehler, bitte versuche es später erneut" # Internal error, please try again later diff --git a/locale/en/translation.toml b/locale/en/translation.toml index b35a45de1..d3484a00b 100644 --- a/locale/en/translation.toml +++ b/locale/en/translation.toml @@ -215,6 +215,8 @@ syncShieldProgress = "Loading shielded blocks {current} of {total}" # Loading sh useShieldInputs = "Use shield inputs" # Use shield inputs newShieldAddress = "Get new shield address" # Get new shield address shieldAddress = "Shield address" # Shield address +noInputs = "No inputs" # No inputs +noOutputs = "No outputs" # No outputs [ALERTS] INTERNAL_ERROR = "Internal error, please try again later" # Internal error, please try again later diff --git a/locale/es-mx/translation.toml b/locale/es-mx/translation.toml index a3ac330e1..10ebe7dd3 100644 --- a/locale/es-mx/translation.toml +++ b/locale/es-mx/translation.toml @@ -215,6 +215,8 @@ syncShieldProgress = "" # Loading shielded blocks {current} of {total} useShieldInputs = "" # Use shield inputs newShieldAddress = "" # Get new shield address shieldAddress = "" # Shield address +noInputs = "" # No inputs +noOutputs = "" # No outputs [ALERTS] INTERNAL_ERROR = "Error interno, vuelve a intentarlo más tarde" # Internal error, please try again later diff --git a/locale/fr/translation.toml b/locale/fr/translation.toml index d9d9ec32e..934495914 100644 --- a/locale/fr/translation.toml +++ b/locale/fr/translation.toml @@ -215,6 +215,8 @@ syncShieldProgress = "" # Loading shielded blocks {current} of {total} useShieldInputs = "" # Use shield inputs newShieldAddress = "" # Get new shield address shieldAddress = "" # Shield address +noInputs = "" # No inputs +noOutputs = "" # No outputs [ALERTS] INTERNAL_ERROR = "Erreur interne, veuillez réessayer plus tard" # Internal error, please try again later diff --git a/locale/it/translation.toml b/locale/it/translation.toml index 70c90958c..76bce5cc4 100644 --- a/locale/it/translation.toml +++ b/locale/it/translation.toml @@ -215,6 +215,8 @@ syncShieldProgress = "" # Loading shielded blocks {current} of {total} useShieldInputs = "" # Use shield inputs newShieldAddress = "" # Get new shield address shieldAddress = "" # Shield address +noInputs = "" # No inputs +noOutputs = "" # No outputs [ALERTS] INTERNAL_ERROR = "Errore interno, rirova più tardi" # Internal error, please try again later diff --git a/locale/nl/translation.toml b/locale/nl/translation.toml index 5cf7faca2..c74173ae6 100644 --- a/locale/nl/translation.toml +++ b/locale/nl/translation.toml @@ -215,6 +215,8 @@ syncShieldProgress = "" # Loading shielded blocks {current} of {total} useShieldInputs = "" # Use shield inputs newShieldAddress = "" # Get new shield address shieldAddress = "" # Shield address +noInputs = "" # No inputs +noOutputs = "" # No outputs [ALERTS] INTERNAL_ERROR = "Interne fout, probeer het later opnieuw" # Internal error, please try again later diff --git a/locale/ph/translation.toml b/locale/ph/translation.toml index 340e76bce..5254efd60 100644 --- a/locale/ph/translation.toml +++ b/locale/ph/translation.toml @@ -215,6 +215,8 @@ syncShieldProgress = "" # Loading shielded blocks {current} of {total} useShieldInputs = "" # Use shield inputs newShieldAddress = "" # Get new shield address shieldAddress = "" # Shield address +noInputs = "" # No inputs +noOutputs = "" # No outputs [ALERTS] INTERNAL_ERROR = "Internal error, Pakiusap uliting muli" # Internal error, please try again later diff --git a/locale/pl/translation.toml b/locale/pl/translation.toml index fb7c39300..c113bbb10 100644 --- a/locale/pl/translation.toml +++ b/locale/pl/translation.toml @@ -215,6 +215,8 @@ chartImmatureBalance = "" # Immature balance useShieldInputs = "" # Use shield inputs newShieldAddress = "" # Get new shield address shieldAddress = "" # Shield address +noInputs = "" # No inputs +noOutputs = "" # No outputs [ALERTS] INTERNAL_ERROR = "Błąd wewnętrzny, spróbuj ponownie później" # Internal error, please try again later diff --git a/locale/pt-br/translation.toml b/locale/pt-br/translation.toml index e4f2fb55d..aa8ae74cd 100644 --- a/locale/pt-br/translation.toml +++ b/locale/pt-br/translation.toml @@ -82,6 +82,8 @@ syncShieldProgress = "" # Loading shielded blocks {current} of {total} useShieldInputs = "" # Use shield inputs newShieldAddress = "" # Get new shield address shieldAddress = "" # Shield address +noInputs = "" # No inputs +noOutputs = "" # No outputs [ALERTS] STAKE_ADDR_SET = "Endereço de Cold Staking definido!
Ao fazer Stake no futuro este endereço irá ser usado." # Cold Address set!
Future stakes will use this address. diff --git a/locale/pt-pt/translation.toml b/locale/pt-pt/translation.toml index ccb40e474..b2ca310b9 100644 --- a/locale/pt-pt/translation.toml +++ b/locale/pt-pt/translation.toml @@ -82,6 +82,8 @@ syncShieldProgress = "" # Loading shielded blocks {current} of {total} useShieldInputs = "" # Use shield inputs newShieldAddress = "" # Get new shield address shieldAddress = "" # Shield address +noInputs = "" # No inputs +noOutputs = "" # No outputs [ALERTS] STAKE_ADDR_SET = "Endereço de Cold Staking definido!
Ao fazer Stake no futuro irá ser usado este endereço." # Cold Address set!
Future stakes will use this address. diff --git a/locale/template/translation.toml b/locale/template/translation.toml index 32f14d6e3..2b05a4935 100644 --- a/locale/template/translation.toml +++ b/locale/template/translation.toml @@ -239,6 +239,8 @@ unhandledException = "Unhandled exception." useShieldInputs = "Use shield inputs" newShieldAddress = "Get new shield address" shieldAddress = "Shield address" +noInputs = "No inputs" +noOutputs = "No outputs" [ALERTS] INTERNAL_ERROR = "Internal error, please try again later" diff --git a/locale/uwu/translation.toml b/locale/uwu/translation.toml index db184d24a..321c8ea1f 100644 --- a/locale/uwu/translation.toml +++ b/locale/uwu/translation.toml @@ -215,6 +215,8 @@ syncShieldProgress = "" # Loading shielded blocks {current} of {total} useShieldInputs = "" # Use shield inputs newShieldAddress = "" # Get new shield address shieldAddress = "" # Shield address +noInputs = "" # No inputs +noOutputs = "" # No outputs [ALERTS] INTERNAL_ERROR = "Internal error, pwease try again later" # Internal error, please try again later diff --git a/scripts/Modal.vue b/scripts/Modal.vue index e3c1eeccf..5d0e55a33 100644 --- a/scripts/Modal.vue +++ b/scripts/Modal.vue @@ -8,7 +8,11 @@ const props = defineProps({