From bbfa79c8c9a01a83d4fd93f7a058f03ad6151836 Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Wed, 4 May 2022 18:09:35 +0300 Subject: [PATCH] [Explore & Library & common-assets | new-theme]: No animation in sticky tabs | Tabs stop being sticky when bottom component is in viewport | Updates in powered by bottom message | Updates in statistics in datasource landing. 1. landing-utils.css: Commented transition ease-out in #main-tabs-div. 2. app.component.ts: Added id="bottom" in . 3. newSearchPage.component.html: Updated "Powered by OpenAIRE Research Graph" to make the link underlined on hover. 4. metrics.component.ts: Add classes "uk-text-small uk-text-meta" in "Powered by". 5. resultLanding.component.html & project.component.html & dataProvider.component.html: a. Updated "Powered by OpenAIRE Research Graph" to make the link underlined on hover. b. Add uk-sticky attribute in id="main-tabs-div" only if shouldSticky is true (bottom is not in the viewport). 6. resultLanding.component.ts & project.component.ts & dataProvider.component.ts: Added fields shouldSticky and observer, check in ngAfterViewInit() if bottom is intersecting and kill the observer in ngOnDestroy(). 7. statisticsTab.component.ts: Added customContainerClass="uk-background-default" customIframeClass="uk-blend-multiply" in . 8. showAuthors.component.ts: [Bug fix] In "View less authors" make only the link clickable, not the whole row. --- explore/src/app/app.component.ts | 2 +- explore/src/app/openaireLibrary | 2 +- explore/src/assets/common-assets | 2 +- explore/src/assets/openaire-theme | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/explore/src/app/app.component.ts b/explore/src/app/app.component.ts index f7cb45e7..2bd2b0af 100644 --- a/explore/src/app/app.component.ts +++ b/explore/src/app/app.component.ts @@ -45,7 +45,7 @@ import {OpenaireEntities} from "./openaireLibrary/utils/properties/searchFields" ratio="1"> - + ` }) export class AppComponent { diff --git a/explore/src/app/openaireLibrary b/explore/src/app/openaireLibrary index 1febf355..83984ddf 160000 --- a/explore/src/app/openaireLibrary +++ b/explore/src/app/openaireLibrary @@ -1 +1 @@ -Subproject commit 1febf3551d61bd6cfb549598d634eb3655cbcc5a +Subproject commit 83984ddf79b04a7bad70cac7a44d33ba365654db diff --git a/explore/src/assets/common-assets b/explore/src/assets/common-assets index 574f63eb..e3225940 160000 --- a/explore/src/assets/common-assets +++ b/explore/src/assets/common-assets @@ -1 +1 @@ -Subproject commit 574f63ebfdf8200bfe6d4a2a7beb3774eb1f0a6e +Subproject commit e322594022feefa0c1900e65620311225e51b17f diff --git a/explore/src/assets/openaire-theme b/explore/src/assets/openaire-theme index d45f0164..f1002e46 160000 --- a/explore/src/assets/openaire-theme +++ b/explore/src/assets/openaire-theme @@ -1 +1 @@ -Subproject commit d45f01647f43b9e729bfc7adb3d639a8f2364995 +Subproject commit f1002e46f3953d1c864af2209c88e0291be72c73