[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[reclaim-ui] 124/459: move all buttons
From: |
gnunet |
Subject: |
[reclaim-ui] 124/459: move all buttons |
Date: |
Fri, 11 Jun 2021 23:23:36 +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 9ff542228362b98b4cc93b6c66d3b79363654c61
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Mon Jul 15 16:36:40 2019 +0200
move all buttons
---
src/app/identity-list/identity-list.component.html | 32 ++++++++++++----------
1 file changed, 17 insertions(+), 15 deletions(-)
diff --git a/src/app/identity-list/identity-list.component.html
b/src/app/identity-list/identity-list.component.html
index 898a5a3..43f8b3c 100644
--- a/src/app/identity-list/identity-list.component.html
+++ b/src/app/identity-list/identity-list.component.html
@@ -46,11 +46,26 @@
</div>
</oid-modal>
+<!-- Buttons -->
<!-- Cancel authorization -->
-<div *ngIf="inOpenIdFlow() && !isAddIdentity() && (null == identityInEdit) &&
clientNameFound" style="margin-bottom: 1em; text-align: center;">
- <button class="btn btn-danger mt-4" (click)="cancelRequest()">
+<div style="margin-bottom: 1em; text-align: center;">
+ <button *ngIf="inOpenIdFlow() && !isAddIdentity() && (null ==
identityInEdit) && clientNameFound" class="btn btn-danger mt-4"
(click)="cancelRequest()">
<span class="fa fa-ban"></span> Decline and return to website
</button>
+
+ <!-- Add identity -->
+ <button *ngIf="0 != identities.length && !isAddIdentity() && (null ==
identityInEdit)" class="btn btn-primary" (click)="addIdentity()">
+ <span class="fa fa-plus"></span> Add identity
+ </button>
+</div>
+
+<div *ngIf="0 != identities.length && !isAddIdentity() && (null ==
identityInEdit)" style="margin-top: 1em; text-align: center;">
+ <!-- Identity search -->
+ <form class="form-inline" style="display: table; margin: auto;">
+ <input class="form-control mr-sm-2" type="search" [(ngModel)]="searchTerm"
name="searchTerm" placeholder="Search identities" style="border-radius: 2em;">
+ <span class="fa fa-search"></span>
+ </form>
+ <br/>
</div>
<!-- No identities present -->
@@ -304,16 +319,3 @@
</div>
</div>
-<!-- Buttons -->
-<div *ngIf="0 != identities.length && !isAddIdentity() && (null ==
identityInEdit)" style="margin-top: 1em; text-align: center;">
- <!-- Identity search -->
- <form class="form-inline" style="display: table; margin: auto;">
- <input class="form-control mr-sm-2" type="search" [(ngModel)]="searchTerm"
name="searchTerm" placeholder="Search identities" style="border-radius: 2em;">
- <span class="fa fa-search"></span>
- </form>
- <br/>
- <!-- Add identity -->
- <button class="btn btn-primary" (click)="addIdentity()">
- <span class="fa fa-plus"></span> Add identity
- </button>
-</div>
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [reclaim-ui] 103/459: disable button on duplicate ID name, (continued)
- [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
- [reclaim-ui] 109/459: authentication screen minor updates + search bar for indentities, gnunet, 2021/06/11
- [reclaim-ui] 104/459: indicate disabled button properly, gnunet, 2021/06/11
- [reclaim-ui] 110/459: reverted minor false changes, gnunet, 2021/06/11
- [reclaim-ui] 95/459: update deps, gnunet, 2021/06/11
- [reclaim-ui] 108/459: Merge branch 'master' into 'master', gnunet, 2021/06/11
- [reclaim-ui] 114/459: Merge branch 'master' of gitlab.com:pagkopoulou/ui, gnunet, 2021/06/11
- [reclaim-ui] 124/459: move all buttons,
gnunet <=
- [reclaim-ui] 130/459: added button for canceling client verification, gnunet, 2021/06/11
- [reclaim-ui] 112/459: added search pipe provider to fix build issue, change search logic, gnunet, 2021/06/11
- [reclaim-ui] 117/459: Merge branch 'master' into 'master', gnunet, 2021/06/11
- [reclaim-ui] 128/459: update, gnunet, 2021/06/11
- [reclaim-ui] 131/459: Merge branch 'master' into 'master', gnunet, 2021/06/11
- [reclaim-ui] 115/459: reverted minor change, gnunet, 2021/06/11
- [reclaim-ui] 121/459: Merge branch 'angular-8' into 'master', gnunet, 2021/06/11
- [reclaim-ui] 123/459: move cancel button, gnunet, 2021/06/11
- [reclaim-ui] 125/459: minor, gnunet, 2021/06/11
- [reclaim-ui] 111/459: Merge branch 'master' of https://gitlab.com/reclaimid/ui, gnunet, 2021/06/11