[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[reclaim-ui] 165/459: minor fixes
From: |
gnunet |
Subject: |
[reclaim-ui] 165/459: minor fixes |
Date: |
Fri, 11 Jun 2021 23:24:17 +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 cd29ed853374d1d93c48325ce92b1d0efaa605a5
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Tue Dec 10 22:12:22 2019 +0100
minor fixes
---
.../authorization-request/authorization-request.component.html | 1 +
src/app/identity-list/identity-list.component.ts | 10 +++-------
2 files changed, 4 insertions(+), 7 deletions(-)
diff --git a/src/app/authorization-request/authorization-request.component.html
b/src/app/authorization-request/authorization-request.component.html
index aca6348..975e252 100644
--- a/src/app/authorization-request/authorization-request.component.html
+++ b/src/app/authorization-request/authorization-request.component.html
@@ -1,6 +1,7 @@
<div style="text-align: center;">
<i class="fa fa-2x fa-openid"></i>
<b class="fa-2x"> Authorization Request </b>
+ <br/>
<span *ngIf="clientNameFound === undefined">
<i class="fa fa-2x fa-circle-o-notch fa-spin fa-fw"></i>
<b class="fa-2x"> Verifying request, please stand by...</b>
diff --git a/src/app/identity-list/identity-list.component.ts
b/src/app/identity-list/identity-list.component.ts
index ab86817..ab6db49 100644
--- a/src/app/identity-list/identity-list.component.ts
+++ b/src/app/identity-list/identity-list.component.ts
@@ -111,8 +111,6 @@ export class IdentityListComponent implements OnInit {
});
}
-
-
deleteIdentity(identity) {
this.showConfirmDelete = false;
this.identityService.deleteIdentity(identity.pubkey)
@@ -151,10 +149,6 @@ export class IdentityListComponent implements OnInit {
return this.oidcService.inOpenIdFlow();
}
-
-
-
-
getScopes() { return this.oidcService.getScope(); }
getScopesPretty() { return this.getScopes().join(', '); }
@@ -213,7 +207,9 @@ export class IdentityListComponent implements OnInit {
identities.forEach(identity => {
this.updateAttributes(identity);
});
- this.closeModal('GnunetInfo');
+ if (!this.modalOpened) {
+ this.closeModal('GnunetInfo');
+ }
this.connected = true;
},
error => {
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [reclaim-ui] 163/459: style, (continued)
- [reclaim-ui] 163/459: style, gnunet, 2021/06/11
- [reclaim-ui] 158/459: fix styles; fix new and edit links, gnunet, 2021/06/11
- [reclaim-ui] 176/459: only show refs when requested, gnunet, 2021/06/11
- [reclaim-ui] 178/459: handle optional refs, gnunet, 2021/06/11
- [reclaim-ui] 184/459: fix save button, gnunet, 2021/06/11
- [reclaim-ui] 154/459: start extracting components, gnunet, 2021/06/11
- [reclaim-ui] 190/459: new api, gnunet, 2021/06/11
- [reclaim-ui] 164/459: update, gnunet, 2021/06/11
- [reclaim-ui] 182/459: actually add references to request, gnunet, 2021/06/11
- [reclaim-ui] 183/459: hack constant attestation button against local IdP, gnunet, 2021/06/11
- [reclaim-ui] 165/459: minor fixes,
gnunet <=
- [reclaim-ui] 173/459: various fixed and improvements, gnunet, 2021/06/11
- [reclaim-ui] 199/459: Merge branch 'master' of gitlab.com:reclaimid/ui, gnunet, 2021/06/11
- [reclaim-ui] 172/459: manual merge from https://gitlab.com/voggenre/ui due to refactoring, gnunet, 2021/06/11
- [reclaim-ui] 169/459: display name correctly, gnunet, 2021/06/11
- [reclaim-ui] 194/459: fix attest parsing, gnunet, 2021/06/11
- [reclaim-ui] 174/459: fix build, gnunet, 2021/06/11
- [reclaim-ui] 177/459: fix getter, gnunet, 2021/06/11
- [reclaim-ui] 168/459: actually initiate verify, gnunet, 2021/06/11
- [reclaim-ui] 197/459: link to fhg account, gnunet, 2021/06/11
- [reclaim-ui] 167/459: more refactoring and cleanup, gnunet, 2021/06/11