From 1336cc200964ff7ea7c553f86c6187bb62b75c7c Mon Sep 17 00:00:00 2001 From: Rene Vergara Date: Fri, 12 Nov 2021 11:16:21 -0600 Subject: [PATCH] Add link for wallets on the same device --- src/app/login/login.component.html | 2 +- src/app/login/login.component.ts | 7 +++++-- src/app/scan/scan.component.css | 3 +++ src/app/scan/scan.component.html | 20 ++++++++------------ 4 files changed, 17 insertions(+), 15 deletions(-) diff --git a/src/app/login/login.component.html b/src/app/login/login.component.html index 052079c..5f095bf 100644 --- a/src/app/login/login.component.html +++ b/src/app/login/login.component.html @@ -42,7 +42,7 @@ It needs {{10 - tx.confirmations}} more confirmations. - +
Session length diff --git a/src/app/login/login.component.ts b/src/app/login/login.component.ts index bc02a77..c8fdd00 100644 --- a/src/app/login/login.component.ts +++ b/src/app/login/login.component.ts @@ -44,10 +44,13 @@ export class LoginComponent implements OnInit { tickets = [ { value: 0.001, - viewValue: 'One hour' + viewValue: '1 hour: 0.001 ZEC' },{ value: 0.005, - viewValue: 'One day' + viewValue: '1 day: 0.005 ZEC' + },{ + value: 0.025, + viewValue: '1 week: 0.025 ZEC' } ]; prompt: boolean = false; diff --git a/src/app/scan/scan.component.css b/src/app/scan/scan.component.css index c921a22..e285c18 100644 --- a/src/app/scan/scan.component.css +++ b/src/app/scan/scan.component.css @@ -1,3 +1,6 @@ .text { font-family: "Roboto Mono", monospace; } +.small { + font-size: small; +} diff --git a/src/app/scan/scan.component.html b/src/app/scan/scan.component.html index 5be9343..6dba52f 100644 --- a/src/app/scan/scan.component.html +++ b/src/app/scan/scan.component.html @@ -1,19 +1,15 @@
-

Scan to log in!

+Scan to log in!
- - - - - -
- - -
+ +
+
+

Can't scan? Use this wallet link. +