From e93022c7dd7d25c986fd1ab9b1a684bd8b1d7fe7 Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Wed, 22 Feb 2023 00:09:12 +0200 Subject: [PATCH] [Library | explore-redesign]: Mobile redesign for organization landing complete and functional. 1. loadingModal.module.ts: Imported LoadingModule. 2. loading.component.ts: a. [Bug fix] loading icon (spinner) was not visible. b. Added inputs title: string, @Input() isMobile: boolean = false, @Input() classTitle: string = "uk-background-primary uk-light". c. Added html for small screens (mobile) when isMobile. 3. search-tab.component.ts: Added @Input() public isMobile: boolean = false and [class.uk-flex-column]="isMobile" to not show title and view all link in the same row when isMobile. 4. organization.module.ts: Imported FullScreenModalModule. 5. organization.component.ts & organization.component.html: Mobile redesign complete and functional. --- explore/src/app/openaireLibrary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explore/src/app/openaireLibrary b/explore/src/app/openaireLibrary index be1a0ac7..4aa350ff 160000 --- a/explore/src/app/openaireLibrary +++ b/explore/src/app/openaireLibrary @@ -1 +1 @@ -Subproject commit be1a0ac7fa4b45302597726e848729069940bc36 +Subproject commit 4aa350ff2b92afb675cfe88f97dd47de9b85ae07