From e0e319119f9969e209f7557c3a605b8e640b46a5 Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Wed, 22 Feb 2023 23:13:46 +0200 Subject: [PATCH] [Library | explore-redesign]: In small screens (mobile) open full screen modal when viewing all authors or all identifiers. 1. showAuthors.module.ts: Imported FullScreenModalModule. 2. showAuthors.component.ts & showIdentifiers.component.ts: Added @Input() isMobile: boolean = false; | Added for view all authors, to trigger it when isMobile. 3. landing-header.component.ts: Added @Input() isMobile: boolean = false; | Pass input param isMobile to . 4. resultLanding.component.html: Pass input param isMobile to , , . --- explore/src/app/openaireLibrary | 2 +- explore/src/assets/common-assets | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/explore/src/app/openaireLibrary b/explore/src/app/openaireLibrary index 4aa350ff..44825c59 160000 --- a/explore/src/app/openaireLibrary +++ b/explore/src/app/openaireLibrary @@ -1 +1 @@ -Subproject commit 4aa350ff2b92afb675cfe88f97dd47de9b85ae07 +Subproject commit 44825c59850491185fcb991528d64100f45576e2 diff --git a/explore/src/assets/common-assets b/explore/src/assets/common-assets index 1afeb876..178c6a10 160000 --- a/explore/src/assets/common-assets +++ b/explore/src/assets/common-assets @@ -1 +1 @@ -Subproject commit 1afeb876a14f86893bdfc856c55d6175c213ea30 +Subproject commit 178c6a1078e36b9cd425f7011ddf1a93fbce7baf