From 2af62d70239f368655bee6349ce0013886e83d2e Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Tue, 5 Jan 2021 23:04:39 +0900 Subject: quality of life improvements --- .../edit-credentials.component.html | 2 +- src/app/edit-identity/edit-identity.component.html | 21 +++++++---- src/app/edit-identity/edit-identity.component.ts | 2 +- src/app/identity-list/identity-list.component.html | 7 +++- src/app/identity-list/identity-list.component.ts | 41 ++++++++++++++++------ src/locales/de/messages.json | 1 + src/locales/en/messages.json | 1 + 7 files changed, 55 insertions(+), 20 deletions(-) diff --git a/src/app/edit-credentials/edit-credentials.component.html b/src/app/edit-credentials/edit-credentials.component.html index 77b14a6..c5d7705 100644 --- a/src/app/edit-credentials/edit-credentials.component.html +++ b/src/app/edit-credentials/edit-credentials.component.html @@ -42,7 +42,7 @@ diff --git a/src/app/edit-identity/edit-identity.component.html b/src/app/edit-identity/edit-identity.component.html index a75569d..6a767d8 100644 --- a/src/app/edit-identity/edit-identity.component.html +++ b/src/app/edit-identity/edit-identity.component.html @@ -98,9 +98,11 @@
+ placeholder="{{ getMessage('Value') }}" [(ngModel)]="newRequestedAttribute.value" + (keyup.enter)="canAddAttribute(newRequestedAttribute) && saveAttribute(newRequestedAttribute)"> + +
- + +