From 4c1cfd180e53b254457f4ef5e4867706b22aec79 Mon Sep 17 00:00:00 2001 From: Son NK Date: Fri, 29 Nov 2019 18:02:46 +0000 Subject: [PATCH] Improve UI: explain how alias is created/reused --- src/popup/App.vue | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/src/popup/App.vue b/src/popup/App.vue index 744ee69..92ef8e1 100644 --- a/src/popup/App.vue +++ b/src/popup/App.vue @@ -31,16 +31,18 @@ Paste the API Key here 👇🏽 - +
- + - +

{{error}}

@@ -49,11 +51,21 @@ v-clipboard="() => alias" v-clipboard:success="clipboardSuccessHandler" v-clipboard:error="clipboardErrorHandler" - class="btn btn-success" + class="btn btn-success btn-block mb-3" >Copy to clipboard + + If an alias is already created for this website, it will be re-used. Otherwise a new one will be created. +
+ If you are using free plan, an alias will be picked randomly from your non-custom aliases. +
+
+ + Manage Aliases + +
@@ -159,4 +171,9 @@ export default { p { font-size: 20px; } + +em { + font-style: normal; + background-color: #FFFF00; +}