[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[reclaim-ui] 233/459: make discovery experimental
From: |
gnunet |
Subject: |
[reclaim-ui] 233/459: make discovery experimental |
Date: |
Fri, 11 Jun 2021 23:25:25 +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 56fffadcfec04d8477f42de01818134dfe77b6c6
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Fri Jul 10 12:38:47 2020 +0200
make discovery experimental
---
src/app/edit-identity/edit-identity.component.html | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/src/app/edit-identity/edit-identity.component.html
b/src/app/edit-identity/edit-identity.component.html
index 25dd7aa..323cdf5 100644
--- a/src/app/edit-identity/edit-identity.component.html
+++ b/src/app/edit-identity/edit-identity.component.html
@@ -145,9 +145,10 @@
</div>
<!--IdProvider-Discovery-->
+ <div *ngIf="isExperimental()">
<div *ngIf="!newIdProviderDiscovered()" class="input-group my-2 col-lg-4">
<div class="input-group-prepend">
- <span class="input-group-text">@</span>
+ <span class="input-group-text">Email: </span>
</div>
<input placeholder="E-Mail Adress" class="form-control"
[(ngModel)]="webfingerEmail">
</div>
@@ -159,16 +160,17 @@
<div *ngIf="!emailNotFoundAlertClosed && webfingerEmail==''" class="alert
alert-danger alert-dismissible fade show my-2" role="alert">
<span class="fa fa-warning"></span> No account found with this email
</div>
- <button *ngIf="isExperimental() && !newIdProviderDiscovered()" class="btn
btn-primary mb-4 fhg-link" (click)="discoverIdProvider()">
+ <button *ngIf="!newIdProviderDiscovered()" class="btn btn-primary mb-4
fhg-link" (click)="discoverIdProvider()">
<span class="fa fa-openid"></span> Link account
</button>
<!--Link account-->
- <button *ngIf="isExperimental() && newIdProviderDiscovered() &&
!grantedAccessToIdProvider()" class="btn btn-primary mb-4 fhg-link"
(click)="loginFhgAccount()">
+ <button *ngIf="newIdProviderDiscovered() && !grantedAccessToIdProvider()"
class="btn btn-primary mb-4 fhg-link" (click)="loginFhgAccount()">
<span class="fa fa-user"></span> Grant Access to {{newIdProvider.name}}
</button>
- <button *ngIf="isExperimental() && newIdProviderDiscovered()" class="btn
btn-primary mb-4 fhg-link" (click)="cancleLinking()">
+ <button *ngIf="newIdProviderDiscovered()" class="btn btn-primary mb-4
fhg-link" (click)="cancleLinking()">
Cancel Linking
</button>
+ </div>
<hr/>
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [reclaim-ui] 235/459: code duplicates removed, (continued)
- [reclaim-ui] 235/459: code duplicates removed, gnunet, 2021/06/11
- [reclaim-ui] 251/459: fix, gnunet, 2021/06/11
- [reclaim-ui] 259/459: fix attribute updates and display, gnunet, 2021/06/11
- [reclaim-ui] 243/459: fix, gnunet, 2021/06/11
- [reclaim-ui] 257/459: minor wording change, gnunet, 2021/06/11
- [reclaim-ui] 248/459: minor info change, gnunet, 2021/06/11
- [reclaim-ui] 275/459: more info boxes, gnunet, 2021/06/11
- [reclaim-ui] 250/459: fix, gnunet, 2021/06/11
- [reclaim-ui] 273/459: better requested claim handling, gnunet, 2021/06/11
- [reclaim-ui] 268/459: style, gnunet, 2021/06/11
- [reclaim-ui] 233/459: make discovery experimental,
gnunet <=
- [reclaim-ui] 246/459: scopes in configuration, gnunet, 2021/06/11
- [reclaim-ui] 254/459: fix array splicing, gnunet, 2021/06/11
- [reclaim-ui] 262/459: some cleanup, gnunet, 2021/06/11
- [reclaim-ui] 252/459: minor fix, gnunet, 2021/06/11
- [reclaim-ui] 260/459: fix flag settings, gnunet, 2021/06/11
- [reclaim-ui] 263/459: add spinner when saving, gnunet, 2021/06/11
- [reclaim-ui] 291/459: fix, gnunet, 2021/06/11
- [reclaim-ui] 282/459: style change, gnunet, 2021/06/11
- [reclaim-ui] 265/459: fix, gnunet, 2021/06/11
- [reclaim-ui] 287/459: add danger, gnunet, 2021/06/11