[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[reclaim-ui] 407/459: use share icon
From: |
gnunet |
Subject: |
[reclaim-ui] 407/459: use share icon |
Date: |
Fri, 11 Jun 2021 23:28:19 +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 482d673af9f9afbcb1247c0c972ba761892f8383
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Tue Jan 5 17:50:49 2021 +0900
use share icon
---
src/app/edit-identity/edit-identity.component.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/app/edit-identity/edit-identity.component.html
b/src/app/edit-identity/edit-identity.component.html
index bc770e5..9780e62 100644
--- a/src/app/edit-identity/edit-identity.component.html
+++ b/src/app/edit-identity/edit-identity.component.html
@@ -235,7 +235,7 @@
[class.alert-danger]="newAttribute.name === claim.name"
*ngFor="let claim of attributes">
<div class="col-sm">
- <i *ngIf="isClaimRequested(claim)" class="fab
fa-openid"></i><b> {{ getDescription(claim) }}</b>
+ <i *ngIf="isClaimRequested(claim)" class="fa
fa-share-alt"></i><b> {{ getDescription(claim) }}</b>
</div>
<div class="col-sm" style="display:flex;">
<div style="flex:1;" *ngIf="claim == claimInEdit">
@@ -304,7 +304,7 @@
{{ getMessage("identity_list_html@sharingDisabled") }}</span>
</button>
<button *ngIf="!inOpenIdFlow()" class="btn btn-primary"
[routerLink]="['/edit-authorizations', identity.name]" [style.float]="'right'">
- <span class="fab fa-openid"></span>
+ <span class="fa fa-share-alt"></span>
{{ getMessage("edit_identity_html@manageAuths") }}
</button>
<button *ngIf="!inOpenIdFlow() && isExperimental()" class="btn
btn-primary" [routerLink]="['/edit-credentials', identity.name]"
[style.float]="'right'">
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [reclaim-ui] 364/459: fine tuning authorization, (continued)
- [reclaim-ui] 364/459: fine tuning authorization, gnunet, 2021/06/11
- [reclaim-ui] 401/459: improve import logic and UI, gnunet, 2021/06/11
- [reclaim-ui] 320/459: works on chrome, gnunet, 2021/06/11
- [reclaim-ui] 342/459: Translated using Weblate (German), gnunet, 2021/06/11
- [reclaim-ui] 349/459: fix translations, gnunet, 2021/06/11
- [reclaim-ui] 387/459: update, gnunet, 2021/06/11
- [reclaim-ui] 358/459: clean up, gnunet, 2021/06/11
- [reclaim-ui] 386/459: fix import for browser plugin, other import may be broken, gnunet, 2021/06/11
- [reclaim-ui] 394/459: fix default selection, gnunet, 2021/06/11
- [reclaim-ui] 369/459: add code for straight attribute import, gnunet, 2021/06/11
- [reclaim-ui] 407/459: use share icon,
gnunet <=
- [reclaim-ui] 397/459: fix address handling, gnunet, 2021/06/11
- [reclaim-ui] 406/459: allow authorization from edit component, gnunet, 2021/06/11
- [reclaim-ui] 376/459: updatte attribute info, gnunet, 2021/06/11
- [reclaim-ui] 371/459: attribute import done, gnunet, 2021/06/11
- [reclaim-ui] 404/459: fix, gnunet, 2021/06/11
- [reclaim-ui] 368/459: settings page, experiments tweaks, gnunet, 2021/06/11
- [reclaim-ui] 395/459: fix, gnunet, 2021/06/11
- [reclaim-ui] 382/459: style adjustments, gnunet, 2021/06/11
- [reclaim-ui] 373/459: fix credential string lowercase, gnunet, 2021/06/11
- [reclaim-ui] 393/459: display all missing claims, gnunet, 2021/06/11