gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[reclaim-ui] 253/459: improve error/retry UX


From: gnunet
Subject: [reclaim-ui] 253/459: improve error/retry UX
Date: Fri, 11 Jun 2021 23:25:45 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository reclaim-ui.

commit 7e47afe4f51c44b4bb0cc741ba995287f297f57d
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Mon Aug 3 13:25:16 2020 +0200

    improve error/retry UX
---
 .../authorization-request.component.html                   | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/app/authorization-request/authorization-request.component.html 
b/src/app/authorization-request/authorization-request.component.html
index ddab90d..9d51828 100644
--- a/src/app/authorization-request/authorization-request.component.html
+++ b/src/app/authorization-request/authorization-request.component.html
@@ -6,10 +6,7 @@
     <i class="fa fa-2x fa-circle-o-notch fa-spin fa-fw"></i> 
     <b class="fa-2x"> Verifying request, please stand by...</b>
   </span>
-  <span *ngIf="isClientVerified() !== undefined && !isClientVerified()">
-    <b class="fa-2x"> Authorization failed. </b>
-  </span>
-  <br/> 
+  <br/>
 </div>
 <div class="card" *ngIf="isClientVerified()" style="margin-left:30%; 
width:40%;">
   <div class="card-body">
@@ -41,9 +38,12 @@
   </div>
 </div>
 <div *ngIf="isClientVerified() !== undefined && !isClientVerified()" 
style="text-align: center;">
-  <button class="btn btn-primary mt-4" *ngIf="!isClientVerified()" 
(click)="retryVerify();">
-    <span class="fa fa-openid"></span> Retry
-  </button>
+  <div class="alert alert-danger show" role="alert">
+    <b>Authorization failed.</b>
+    <button class="btn btn-primary mt-4" *ngIf="!isClientVerified()" 
(click)="retryVerify();">
+      <span class="fa fa-openid"></span> Retry
+    </button>
+  </div>
 </div>
 <div *ngIf="isClientVerified() === undefined" style="text-align: center;">
   <button class="btn btn-danger mt-4" *ngIf="isClientVerified() === undefined" 
(click)="cancelRequest()">

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]