[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[reclaim-ui] 92/459: layout fixes
From: |
gnunet |
Subject: |
[reclaim-ui] 92/459: layout fixes |
Date: |
Fri, 11 Jun 2021 23:23:04 +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 ef9ad7abea6cfa46384efa2923b38602a15fb1fb
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Tue Jun 25 20:19:32 2019 +0200
layout fixes
---
src/app/identity-list/identity-list.component.html | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/app/identity-list/identity-list.component.html
b/src/app/identity-list/identity-list.component.html
index 132e91a..5363c69 100644
--- a/src/app/identity-list/identity-list.component.html
+++ b/src/app/identity-list/identity-list.component.html
@@ -1,6 +1,6 @@
<div *ngIf="inOpenIdFlow()" class="alert alert-primary alert-dismissible fade
show" role="alert">
<span *ngIf="clientNameFound()"><i class="fa fa-2x fa-openid"></i> <b
class="fa-2x"> Authorization Request</b></span><br/>
- <span *ngIf="!clientNameFound()"><i class="fa fa-2x fa-circle-o-notch
fa-spin fa-fw"></i> <b class="fa-2x">Verifying request..</b></span><br/>
+ <span *ngIf="!clientNameFound()"><i class="fa fa-2x fa-circle-o-notch
fa-spin fa-fw"></i> <b class="fa-2x">Verifying request...</b></span><br/>
<div *ngIf="clientNameFound()"><strong>"{{ clientName }}"</strong>
asks you to share personal information.<br/>
Choose an identity to let it access the following information:
@@ -8,7 +8,7 @@
<ul *ngIf="clientNameFound()">
<li *ngFor="let attribute of getScopes()"><strong>{{attribute}}</strong>
</ul>
- <button class="btn btn-danger" (click)="cancelRequest()">
+ <button class="btn btn-danger mt-4" (click)="cancelRequest()">
<span class="fa fa-ban"></span> Decline and return to website
</button>
</div>
@@ -216,7 +216,6 @@
<div>
<div>
- <span *ngIf="inOpenIdFlow() && !clientNameFound()"><i class="fa
fa-circle-o-notch fa-spin fa-fw"></i> Verification in progress...</span>
<button *ngIf="canAuthorize(identity)" [disabled]="!inOpenIdFlow()
|| isAttributeMissing(identity) || !clientNameFound()"
(click)="loginIdentity(identity)" class="btn btn-primary mr-1 openid-login">
<span *ngIf="clientNameFound()"><i class="fa fa-openid"></i> Share
from this identity</span>
<span *ngIf="!clientNameFound()"><i class="fa
fa-exclamation-circle"></i> Sharing disabled</span>
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [reclaim-ui] 90/459: clarify state, (continued)
- [reclaim-ui] 90/459: clarify state, gnunet, 2021/06/11
- [reclaim-ui] 94/459: minor, gnunet, 2021/06/11
- [reclaim-ui] 93/459: update ui, gnunet, 2021/06/11
- [reclaim-ui] 88/459: prettify information, gnunet, 2021/06/11
- [reclaim-ui] 75/459: ticket list fixed attributes and added revoke confirmation, gnunet, 2021/06/11
- [reclaim-ui] 91/459: fix html, gnunet, 2021/06/11
- [reclaim-ui] 89/459: actually display info, gnunet, 2021/06/11
- [reclaim-ui] 96/459: openid logo fix, gnunet, 2021/06/11
- [reclaim-ui] 84/459: fix client name check, gnunet, 2021/06/11
- [reclaim-ui] 105/459: add reclaim watermark, gnunet, 2021/06/11
- [reclaim-ui] 92/459: layout fixes,
gnunet <=
- [reclaim-ui] 81/459: identity card, gnunet, 2021/06/11
- [reclaim-ui] 97/459: open id logo: removed float altogether, gnunet, 2021/06/11
- [reclaim-ui] 98/459: openid hotfix, gnunet, 2021/06/11
- [reclaim-ui] 118/459: add unkown name, gnunet, 2021/06/11
- [reclaim-ui] 100/459: warning if identity name already exists, gnunet, 2021/06/11
- [reclaim-ui] 101/459: minor update to last fix, gnunet, 2021/06/11
- [reclaim-ui] 103/459: disable button on duplicate ID name, gnunet, 2021/06/11
- [reclaim-ui] 102/459: Merge branch 'master' into 'master', gnunet, 2021/06/11
- [reclaim-ui] 107/459: Merge branch 'master' of https://gitlab.com/reclaimid/ui, gnunet, 2021/06/11
- [reclaim-ui] 99/459: Merge branch 'openid_logo_fix' into 'master', gnunet, 2021/06/11