From acb024fe403e84648b33d8c478fb874ae5b26181 Mon Sep 17 00:00:00 2001 From: Jim Cresswell Date: Sat, 14 Jun 2014 09:55:26 +0100 Subject: [PATCH] Added messaging to the login form to indicate that key generation may take a long time on slow devices. This does not fix the slow key generation but does adjust expectations so it should not be frustrating. Fix #40. --- app/css/app.css | 5 +++++ app/partials/login.html | 1 + 2 files changed, 6 insertions(+) diff --git a/app/css/app.css b/app/css/app.css index 66db3838..aa3204ea 100644 --- a/app/css/app.css +++ b/app/css/app.css @@ -780,6 +780,11 @@ a.tg_radio_on:hover i.icon-radio { margin: 15px 0 30px; font-size: 13px; } +.login_form_messaging { + color: #959595; + font-size: 13px; + margin-top: 10px; +} .login_country_selector { cursor: pointer; diff --git a/app/partials/login.html b/app/partials/login.html index 7169b457..09ad4c21 100644 --- a/app/partials/login.html +++ b/app/partials/login.html @@ -24,6 +24,7 @@ Generating keys Next +
Key generation will only happen once, it could take several minutes on slower devices, please be patient.