[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[reclaim-ui] 290/459: move info alert
From: |
gnunet |
Subject: |
[reclaim-ui] 290/459: move info alert |
Date: |
Fri, 11 Jun 2021 23:26:22 +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 5b53dfa5e3930374d40618b1d927f69bcbf7e632
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Fri Aug 7 21:57:20 2020 +0200
move info alert
---
src/app/identity-list/identity-list.component.html | 24 +++++++++++-----------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/src/app/identity-list/identity-list.component.html
b/src/app/identity-list/identity-list.component.html
index 29b072a..bbf3739 100644
--- a/src/app/identity-list/identity-list.component.html
+++ b/src/app/identity-list/identity-list.component.html
@@ -22,10 +22,18 @@
</div>
<!-- Cancel authorization -->
-<div style="margin-bottom: 1em; text-align: center;">
- <button *ngIf="inOpenIdFlow()" class="btn btn-danger mt-2"
(click)="cancelRequest()">
- <span class="fa fa-ban"></span> Decline authorization request
- </button>
+<div class="alert alert-warning alert-dismissible fade show mb-1"
*ngIf="inOpenIdFlow()">
+ <i class="fa fa-exclamation-triangle ml-2"></i>
+ <strong>Be careful when sharing personal data with third parties!</strong>
+ If you do not want to share information from this identity, you may
+ decline the request or choose a different identity.<br/>
+ You may permanently remove information from the identity before
+ sharing.
+</div>
+<div style="margin-bottom: 1em; text-align: center;" *ngIf="inOpenIdFlow()">
+ <button *ngIf="inOpenIdFlow()" class="btn btn-danger mt-2"
(click)="cancelRequest()">
+ <span class="fa fa-ban"></span> Decline authorization request
+ </button>
</div>
<!-- error infos -->
@@ -136,14 +144,6 @@
<span class="text-primary" *ngIf="isClientVerified()"><i class="fa
fa-openid"></i> Share information from this identity</span>
<span *ngIf="!isClientVerified()"><i class="fa
fa-exclamation-circle"></i> Sharing disabled</span>
</button>
- <span (click)="toggleSharingInfo(identity)" class="fa fa-2x
fa-question-circle ml-2 text-danger"></span><br/>
- <div class="alert alert-warning fade show"
*ngIf="isSharingInfoOpened(identity)">
- Be careful when sharing personal data with third parties!<br>
- If you do not want to share information from this identity, you may
- decline the request or choose a different identity.<br/>
- You may permanently remove information from the identity before
- sharing.
- </div>
</div>
</div>
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [reclaim-ui] 286/459: fix, (continued)
- [reclaim-ui] 286/459: fix, gnunet, 2021/06/11
- [reclaim-ui] 323/459: small fix, gnunet, 2021/06/11
- [reclaim-ui] 285/459: fix, gnunet, 2021/06/11
- [reclaim-ui] 317/459: add englisch message.json file, gnunet, 2021/06/11
- [reclaim-ui] 288/459: fix, gnunet, 2021/06/11
- [reclaim-ui] 284/459: attested values, gnunet, 2021/06/11
- [reclaim-ui] 289/459: fix, gnunet, 2021/06/11
- [reclaim-ui] 325/459: Merge branch 'i18n' into 'master', gnunet, 2021/06/11
- [reclaim-ui] 324/459: Merge branch 'master' into 'i18n', gnunet, 2021/06/11
- [reclaim-ui] 322/459: Merge branch 'i18n' into 'master', gnunet, 2021/06/11
- [reclaim-ui] 290/459: move info alert,
gnunet <=
- [reclaim-ui] 314/459: start i18n, gnunet, 2021/06/11
- [reclaim-ui] 328/459: fix, gnunet, 2021/06/11
- [reclaim-ui] 295/459: better responsiveness, gnunet, 2021/06/11
- [reclaim-ui] 330/459: replace service, gnunet, 2021/06/11
- [reclaim-ui] 318/459: remove all i18n, gnunet, 2021/06/11
- [reclaim-ui] 308/459: style for buttons, gnunet, 2021/06/11
- [reclaim-ui] 339/459: Translated using Weblate (German), gnunet, 2021/06/11
- [reclaim-ui] 302/459: better info, gnunet, 2021/06/11
- [reclaim-ui] 331/459: more i18n, gnunet, 2021/06/11
- [reclaim-ui] 311/459: fix experimental credential selection, gnunet, 2021/06/11