From 6d988bf3b06cf7bb206329a9d89db511cebc0e22 Mon Sep 17 00:00:00 2001 From: sosguns2002 Date: Mon, 19 Mar 2018 14:44:18 +0200 Subject: [PATCH] 1st Color Theme --- .../package.json | 7 +- .../configuration.component.html | 2 +- .../resultspreview.component.html | 12 +- .../settings/settings.component.html | 7 +- .../settings/settings.component.ts | 2 +- .../src/app/contents/contents.component.html | 2 +- .../contentstable.component.html | 6 +- .../contentstable/contentstable.component.ts | 11 +- .../interactive-mining.component.ts | 2 +- .../manageprofiles.component.html | 14 +- .../manageprofiles.component.ts | 8 +- .../saveprofile/saveprofile.component.html | 8 +- .../app/saveprofile/saveprofile.component.ts | 2 +- .../stepsnvabar/stepsnvabar.component.html | 6 +- .../app/stepsnvabar/stepsnvabar.component.ts | 9 +- .../src/assets/css/interactive-mining.css | 174 +++++++++++------- 16 files changed, 162 insertions(+), 110 deletions(-) diff --git a/interactive-mining-angular-frontend/package.json b/interactive-mining-angular-frontend/package.json index 17aa887..ffff7ab 100644 --- a/interactive-mining-angular-frontend/package.json +++ b/interactive-mining-angular-frontend/package.json @@ -23,12 +23,13 @@ "@angular/platform-browser-dynamic": "^4.2.4", "@angular/router": "^4.2.4", "core-js": "^2.4.1", - "rxjs": "^5.5.6", - "zone.js": "^0.8.19", "file-saver": "^1.3.3", "jquery": "^3.2.1", + "ng-focus-if": "^1.0.7", "ngx-pagination": "^3.1.0", - "uikit": "^3.0.0-beta.38" + "rxjs": "^5.5.6", + "uikit": "^3.0.0-beta.38", + "zone.js": "^0.8.19" }, "devDependencies": { "@angular/cli": "^1.3.0", diff --git a/interactive-mining-angular-frontend/src/app/configuration/configuration.component.html b/interactive-mining-angular-frontend/src/app/configuration/configuration.component.html index 5f813f1..fd9228d 100644 --- a/interactive-mining-angular-frontend/src/app/configuration/configuration.component.html +++ b/interactive-mining-angular-frontend/src/app/configuration/configuration.component.html @@ -1,6 +1,6 @@
- +
diff --git a/interactive-mining-angular-frontend/src/app/configuration/resultspreview/resultspreview.component.html b/interactive-mining-angular-frontend/src/app/configuration/resultspreview/resultspreview.component.html index c9dcc47..8e5f5e0 100644 --- a/interactive-mining-angular-frontend/src/app/configuration/resultspreview/resultspreview.component.html +++ b/interactive-mining-angular-frontend/src/app/configuration/resultspreview/resultspreview.component.html @@ -1,9 +1,9 @@ +

Test area

-

Test area

-

Choose a document sample to test your matchin results!

+

Choose a document sample to test your matching results

@@ -15,7 +15,7 @@
  • - +
@@ -42,10 +42,10 @@
-

Test results

+

Test your rules to the selected documents

- - {{matches_number}} matche{{matches_number===1?'':'s'}} found + + {{matches_number}} matche{{matches_number===1?'':'s'}} found , {{prev_matches_number}} matche{{prev_matches_number===1?'':'s'}} found previously
diff --git a/interactive-mining-angular-frontend/src/app/configuration/settings/settings.component.html b/interactive-mining-angular-frontend/src/app/configuration/settings/settings.component.html index ac54d1d..0821a55 100644 --- a/interactive-mining-angular-frontend/src/app/configuration/settings/settings.component.html +++ b/interactive-mining-angular-frontend/src/app/configuration/settings/settings.component.html @@ -50,7 +50,6 @@
-
- + Create a new mining profile
-
+

Start with a ready example

+
-

Start with a ready example

-