From b347ea300b8c67c6fdc7815c24c6978e0c27e868 Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Mon, 20 Feb 2023 17:56:02 +0200 Subject: [PATCH] [Library | explore-redesign]: Result landing redesign for small screens (mobile) - main info & tabs of main info. 1. fos.component.ts & sdg.component.ts: Added Beta badge and "View all" link. 2. fundedBy.component.ts: Added @Input isMobile and relative checks in html | Updated how projects appear in mobile | Added ng-template for #funder and #dropInfo. 3. relatedTo.component.ts: Added @Input isMobile and relative checks in html | Added uk-margin-small-bottom between communities in mobile. 4. showSubjects.component.ts: a. Added @Input isMobile and relative checks in html. b. Added @Input() viewAllSubjects: boolean = false, @Input() viewAllClassifiedSubjects: boolean = false, @Output() viewAllClicked = new EventEmitter(); and methods "viewAllSubjectsClicked()", "viewAllSubjectsByVocabularyClicked()" to show subjects properly in mobile. 5. full-screen-modal.component.ts: Added method "backClicked()" and field public stayOpenInBack: boolean = false. 6. resultLanding.module.ts: Imported FullScreenModalModule. 7. resultLanding.component.ts & resultLanding.component.html: Redesign for small screens (mobile) for main info and its tabs (Summary, References, etc..). --- explore/src/app/openaireLibrary | 2 +- explore/src/assets/common-assets | 2 +- explore/src/assets/openaire-theme | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/explore/src/app/openaireLibrary b/explore/src/app/openaireLibrary index 23bfc3af..6947890c 160000 --- a/explore/src/app/openaireLibrary +++ b/explore/src/app/openaireLibrary @@ -1 +1 @@ -Subproject commit 23bfc3af3d79532d4baa86f8fbb25c4bee126493 +Subproject commit 6947890c20b956ff59d1be80e1c639eb8584daff diff --git a/explore/src/assets/common-assets b/explore/src/assets/common-assets index a83c675f..1afeb876 160000 --- a/explore/src/assets/common-assets +++ b/explore/src/assets/common-assets @@ -1 +1 @@ -Subproject commit a83c675f25c403b8f8411de041baa769b28d2b54 +Subproject commit 1afeb876a14f86893bdfc856c55d6175c213ea30 diff --git a/explore/src/assets/openaire-theme b/explore/src/assets/openaire-theme index 518720d1..39627306 160000 --- a/explore/src/assets/openaire-theme +++ b/explore/src/assets/openaire-theme @@ -1 +1 @@ -Subproject commit 518720d1a9f4955ace1fbbbefc8b2d557b4dbcf4 +Subproject commit 39627306d3ea4fa471de85f1369abd530b12e392