From 45b243c6b3acf347734da3657a2991ca14ff94a2 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 24 Apr 2017 14:15:59 -0400 Subject: [PATCH] shared login indicators --- src/_locales/en/messages.json | 4 ++++ src/popup/app/current/views/current.html | 5 ++++- src/popup/app/vault/views/vault.html | 2 +- src/popup/app/vault/views/vaultEditLogin.html | 1 + src/popup/app/vault/views/vaultViewLogin.html | 1 + 5 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index a59ec73beb..ba5179f897 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -674,5 +674,9 @@ "exportVaultInfo": { "message": "Export your vault data in .csv format so that you can easily modify it or move it elsewhere.", "desription": "Export your vault data in .csv format so that you can easily modify it or move it elsewhere." + }, + "shared": { + "message": "Shared", + "desription": "Shared" } } diff --git a/src/popup/app/current/views/current.html b/src/popup/app/current/views/current.html index da6bcb980b..6cae5aec32 100644 --- a/src/popup/app/current/views/current.html +++ b/src/popup/app/current/views/current.html @@ -27,7 +27,10 @@ title="{{i18n.edit}} {{login.name}}"> - {{login.name}} + + {{login.name}} + + {{login.username}} diff --git a/src/popup/app/vault/views/vault.html b/src/popup/app/vault/views/vault.html index 4c80fcd083..4d7877fc0b 100644 --- a/src/popup/app/vault/views/vault.html +++ b/src/popup/app/vault/views/vault.html @@ -48,7 +48,7 @@ {{login.name}} - + {{login.username}} diff --git a/src/popup/app/vault/views/vaultEditLogin.html b/src/popup/app/vault/views/vaultEditLogin.html index c8f12e673a..cb7023efeb 100644 --- a/src/popup/app/vault/views/vaultEditLogin.html +++ b/src/popup/app/vault/views/vaultEditLogin.html @@ -14,6 +14,7 @@
{{i18n.loginInformation}} +
diff --git a/src/popup/app/vault/views/vaultViewLogin.html b/src/popup/app/vault/views/vaultViewLogin.html index f997bea7ac..6919b15b34 100644 --- a/src/popup/app/vault/views/vaultViewLogin.html +++ b/src/popup/app/vault/views/vaultViewLogin.html @@ -12,6 +12,7 @@
{{i18n.loginInformation}} +