gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[reclaim-ui] 248/459: minor info change


From: gnunet
Subject: [reclaim-ui] 248/459: minor info change
Date: Fri, 11 Jun 2021 23:25:40 +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 6732561f035b6adf1641ba6afa6a03774ea7444e
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Mon Jul 27 13:12:35 2020 +0200

    minor info change
---
 src/app/edit-attestations/edit-attestations.component.html | 11 ++++++++++-
 src/styles.scss                                            |  5 +++++
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/src/app/edit-attestations/edit-attestations.component.html 
b/src/app/edit-attestations/edit-attestations.component.html
index 172fe8e..2bfe18c 100644
--- a/src/app/edit-attestations/edit-attestations.component.html
+++ b/src/app/edit-attestations/edit-attestations.component.html
@@ -19,12 +19,21 @@
       <div *ngIf="!isValidEmailforDiscovery()" class="alert alert-primary 
alert-dismissible fade show" role="alert">
         <span class="fa fa-warning"></span> This account is not compatible 
with re:claimID.
       </div>
+      <div *ngIf="!newIdProviderDiscovered() && !loggedIn()"
+        class="alert alert-secondary alert-dismissible fade show my-2" 
role="alert">
+        <span class="fa fa-info"> </span>  <b class="ml-2">INFO</b><br/>
+        It is possible to link your external
+        accounts with a re:claimID identity. To do so, enter you email address
+        below and click "Check compatibility". <br/><i>NOTE:</i> Not all 
external accounts
+        support linking to re:claimID identities.<br/>
+      </div>
       <div *ngIf="!newIdProviderDiscovered()" class="my-2 col-lg-4">
-        <input placeholder="E-Mail Adress" [(ngModel)]="webfingerEmail">
+        <input placeholder="user@example.com" [(ngModel)]="webfingerEmail">
         <button *ngIf="!newIdProviderDiscovered()" class="btn btn-primary mb-4 
fhg-link" (click)="discoverIdProvider()">
           <span class="fa fa-search"></span> Check compatibility
         </button>
       </div>
+      <!--Description-->
       <!--Link account-->
       <div *ngIf="newIdProviderDiscovered() && !loggedIn()" class="mb-3 px-2">
           <div class="mx-n2">Available claims to request:</div>
diff --git a/src/styles.scss b/src/styles.scss
index 600ef4a..7fc0e61 100644
--- a/src/styles.scss
+++ b/src/styles.scss
@@ -79,6 +79,11 @@ button.btn:hover, a.button:hover {
 
 div.card-avatar-character {
     font-size: 2em;
+    margin: 0.5em;
+}
+
+div.card-avatar {
+  border-bottom: 1px solid #555;
 }
 
 div.card-avatar-id {

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]