From 7bca8aba3ef22f4b4438b2ec4cb9320e27148c54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adina=20=C8=9Aeudan?= Date: Wed, 16 Dec 2020 14:37:06 +0200 Subject: [PATCH] UI updates --- .../add-edit-project-dialog.component.html | 6 +- .../assign-owner-dialog.component.html | 4 +- .../manual-annotation-dialog.component.html | 10 +-- .../add-edit-dictionary-dialog.component.html | 18 ++--- .../dictionary-overview-screen.component.html | 47 ++++++----- .../dictionary-overview-screen.component.scss | 80 +++++++++++-------- .../dictionary-overview-screen.component.ts | 1 + .../watermark-screen.component.html | 10 +-- .../project-listing-screen.component.html | 4 +- .../project-listing-screen.component.ts | 2 +- .../project-overview-screen.component.html | 10 +-- apps/red-ui/src/assets/i18n/en.json | 3 +- .../assets/icons/general/case-sensitive.svg | 20 +++-- apps/red-ui/src/assets/styles/red-editor.scss | 8 +- apps/red-ui/src/assets/styles/red-input.scss | 74 +++++++++-------- .../src/assets/styles/red-text-styles.scss | 2 + 16 files changed, 164 insertions(+), 135 deletions(-) diff --git a/apps/red-ui/src/app/dialogs/add-edit-project-dialog/add-edit-project-dialog.component.html b/apps/red-ui/src/app/dialogs/add-edit-project-dialog/add-edit-project-dialog.component.html index a5ffd8362..966f47acc 100644 --- a/apps/red-ui/src/app/dialogs/add-edit-project-dialog/add-edit-project-dialog.component.html +++ b/apps/red-ui/src/app/dialogs/add-edit-project-dialog/add-edit-project-dialog.component.html @@ -6,7 +6,7 @@ >
-
+
-
+
{{ 'project-listing.add-edit-dialog.form.template' | translate }} @@ -27,7 +27,7 @@
-
+
+
-
+
diff --git a/apps/red-ui/src/app/screens/admin/dictionary-listing-screen/add-edit-dictionary-dialog/add-edit-dictionary-dialog.component.html b/apps/red-ui/src/app/screens/admin/dictionary-listing-screen/add-edit-dictionary-dialog/add-edit-dictionary-dialog.component.html index 72b0407d3..2f7fa0f80 100644 --- a/apps/red-ui/src/app/screens/admin/dictionary-listing-screen/add-edit-dictionary-dialog/add-edit-dictionary-dialog.component.html +++ b/apps/red-ui/src/app/screens/admin/dictionary-listing-screen/add-edit-dictionary-dialog/add-edit-dictionary-dialog.component.html @@ -1,9 +1,9 @@
-
-
- {{ (dictionary ? 'add-edit-dictionary.title.edit' : 'add-edit-dictionary.title.new') | translate: { name: dictionary?.type | humanize } }} -
+
+ {{ (dictionary ? 'add-edit-dictionary.title.edit' : 'add-edit-dictionary.title.new') | translate: { name: dictionary?.type | humanize } }} +
+
@@ -19,15 +19,9 @@
-
+
- +
diff --git a/apps/red-ui/src/app/screens/admin/dictionary-overview-screen/dictionary-overview-screen.component.html b/apps/red-ui/src/app/screens/admin/dictionary-overview-screen/dictionary-overview-screen.component.html index 7f9b4b906..2365f33b6 100644 --- a/apps/red-ui/src/app/screens/admin/dictionary-overview-screen/dictionary-overview-screen.component.html +++ b/apps/red-ui/src/app/screens/admin/dictionary-overview-screen/dictionary-overview-screen.component.html @@ -52,30 +52,37 @@
-
- +
+
+ -
-
- -
-
-
- {{ currentMatch + '/' + searchPositions.length }} +
+
+ +
+
+
+ {{ currentMatch + '/' + searchPositions.length }} +
+ + +
- - -
+
+ {{ 'dictionary-overview.compare' | translate }} +
+
+