From fb1582d398253ec5ad576715c2f3ee342d68287d Mon Sep 17 00:00:00 2001 From: Petar Baykov Date: Fri, 24 Apr 2020 10:07:28 +0300 Subject: [PATCH 1/3] Tip URL field editable by default * Tip URL field editable by default * Adjust tests to changes --- src/popup/locales/en.json | 2 +- .../router/components/TransactionItem.vue | 2 +- src/popup/router/pages/Retip.vue | 4 +--- src/popup/router/pages/TipPage.vue | 22 +++++++++---------- tests/e2e/integration/tip.js | 17 +++++--------- tests/e2e/support/commands.js | 3 +-- 6 files changed, 19 insertions(+), 31 deletions(-) diff --git a/src/popup/locales/en.json b/src/popup/locales/en.json index 2d69656d8..0621b975a 100644 --- a/src/popup/locales/en.json +++ b/src/popup/locales/en.json @@ -644,7 +644,7 @@ "edit": "Edit Tip Details", "whatIsVerifieddUrl": "What is \"Verified\" URL?", "whatIsNotVerifiedUrl": "What is \"Not verified\" URL?", - "enterUrl": "Enter tip url", + "enterUrl": "Type the URL you want to tip", "notClaimableUrlInfo": "Third party issues prevent us to ensure that tips will be directly delivered to the URL owner. You are sending the tip at your own risk.", "notVerifiedUrlInfo": "This URL has not yet been verified. The owner of the URL has to create account to claim their tokens.", "verifiedUrlInfo": "If a URL is marked as verified, it means the owner of this URL is already a fellow Superhero — and that is awesome! An AE address has been included in the URL and tips can be claimed." diff --git a/src/popup/router/components/TransactionItem.vue b/src/popup/router/components/TransactionItem.vue index e8e84ce68..160d80869 100644 --- a/src/popup/router/components/TransactionItem.vue +++ b/src/popup/router/components/TransactionItem.vue @@ -6,7 +6,7 @@ {{ txAmount }} {{ $t('pages.appVUE.aeid') }} - ( {{ txAmountToCurrency }} {{ current.currency.toUpperCase() }} ) + ({{ txAmountToCurrency }} {{ current.currency.toUpperCase() }}) {{ status }} diff --git a/src/popup/router/pages/Retip.vue b/src/popup/router/pages/Retip.vue index 4983fda70..81892993a 100644 --- a/src/popup/router/pages/Retip.vue +++ b/src/popup/router/pages/Retip.vue @@ -2,9 +2,7 @@