From 0cac453cb1cee67edc73b1e4c81e26341b25fa5f Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Wed, 1 Jun 2022 15:29:19 +0300 Subject: [PATCH] [Library | new-theme]: Fix display of errorMessages | Use instead of in all landing pages | Stop sticky header before graph & feedback line | Fix bug in eoscSubjectsFound intialization - set it as local variable. 1. resultLanding.component.html & project.component.html & organization.component.html & dataProvider.component.html: a. Move errorMessages and loading inside center box. b. In center box, after graph & feedback line, set [style]="'margin-bottom: '+graph_height+'px'", so that sticky header stop before graph & feedback. 2. resultLanding.component.html: Removed "uk-height-1-1" class from center box. 3. organization.component.html & project.component.html: In sticky header use instead of (forgotten in commit 8b94b7f98a). 4. organization.component.ts & project.component.ts & resultLanding.component.ts: In errorMessage, use OpenaireEntities in singular. 5. parsingFunctions.class.ts: [Bug fix] Removed "eoscSubjectsFound" from class fields and set it as local variable - bug fixed on back and again on landing. --- explore/src/app/openaireLibrary | 2 +- explore/src/assets/openaire-theme | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/explore/src/app/openaireLibrary b/explore/src/app/openaireLibrary index b0c9ee37..0946bd73 160000 --- a/explore/src/app/openaireLibrary +++ b/explore/src/app/openaireLibrary @@ -1 +1 @@ -Subproject commit b0c9ee3736c841087538cd0456dac20233969da3 +Subproject commit 0946bd73b583a899e2ff47782611956c3dc76bb1 diff --git a/explore/src/assets/openaire-theme b/explore/src/assets/openaire-theme index a071d1f9..46e2d2d0 160000 --- a/explore/src/assets/openaire-theme +++ b/explore/src/assets/openaire-theme @@ -1 +1 @@ -Subproject commit a071d1f9bb6131282f69c314f94f6d94f7c85286 +Subproject commit 46e2d2d0ce2ea045c627fa676e555dade9247620