[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[reclaim-ui] 268/459: style
From: |
gnunet |
Subject: |
[reclaim-ui] 268/459: style |
Date: |
Fri, 11 Jun 2021 23:26:00 +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 2b8eaeeca5bd98e4971a251c3a9e6f2ed8fc06cd
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Thu Aug 6 09:54:36 2020 +0200
style
---
src/app/edit-identity/edit-identity.component.ts | 45 +++++++++++-------------
1 file changed, 20 insertions(+), 25 deletions(-)
diff --git a/src/app/edit-identity/edit-identity.component.ts
b/src/app/edit-identity/edit-identity.component.ts
index 7eb8318..daf85c7 100644
--- a/src/app/edit-identity/edit-identity.component.ts
+++ b/src/app/edit-identity/edit-identity.component.ts
@@ -23,31 +23,31 @@ import { ConfigService } from '../config.service';
export class EditIdentityComponent implements OnInit {
identity: Identity;
- attributes: Attribute[];
- attestations: Attestation[];
+ attributes: Attribute[] = [];
+ attestations: Attestation[] = [];
attestationValues: {};
newAttribute: Attribute;
newAttestedClaim: Attribute;
- missingAttested: Attribute[];
- requestedClaims: Attribute[];
- optionalClaims: Attribute[];
+ missingAttested: Attribute[] = [];
+ requestedClaims: Attribute[] = [];
+ optionalClaims: Attribute[] = [];
webfingerEmail: string;
- authorizations: Authorization[];
+ authorizations: Authorization[] = [];
newIdProvider: IdProvider;
- emailNotFoundAlertClosed: boolean;
- existingProfileClaims: Attribute[];
- missingProfileClaims: Attribute[];
- existingPhoneClaims: Attribute[];
- missingPhoneClaims: Attribute[];
- existingEmailClaims: Attribute[];
- missingEmailClaims: Attribute[];
- existingAddressClaims: Attribute[];
- missingAddressClaims: Attribute[];
- existingNonStandardClaims: Attribute[];
- missingNonStandardClaims: Attribute[];
- showExtraInfo: boolean;
- showGeneralInfo: boolean;
- actions: string;
+ emailNotFoundAlertClosed: boolean = true;
+ existingProfileClaims: Attribute[] = [];
+ missingProfileClaims: Attribute[] = [];
+ existingPhoneClaims: Attribute[] = [];
+ missingPhoneClaims: Attribute[] = [];
+ existingEmailClaims: Attribute[] = [];
+ missingEmailClaims: Attribute[] = [];
+ existingAddressClaims: Attribute[] = [];
+ missingAddressClaims: Attribute[] = [];
+ existingNonStandardClaims: Attribute[] = [];
+ missingNonStandardClaims: Attribute[] = [];
+ showExtraInfo: boolean = false;
+ showGeneralInfo: boolean = true;
+ actions: string = '';
constructor(private reclaimService: ReclaimService,
private identityService: IdentityService,
@@ -59,13 +59,8 @@ export class EditIdentityComponent implements OnInit {
private router: Router,) {}
ngOnInit() {
- this.actions = '';
- this.attributes = [];
- this.attestations = [];
- this.optionalClaims = [];
this.attestationValues = {};
this.webfingerEmail = '';
- this.emailNotFoundAlertClosed = true;
this.newIdProvider = new IdProvider ('', '', '');
this.loadAuthorizationsFromLocalStorage();
this.identity = new Identity('','');
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [reclaim-ui] 244/459: fix, (continued)
- [reclaim-ui] 244/459: fix, gnunet, 2021/06/11
- [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 <=
- [reclaim-ui] 233/459: make discovery experimental, gnunet, 2021/06/11
- [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