[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 <fs-modal> for view all authors, to trigger it when isMobile. 3. landing-header.component.ts: Added @Input() isMobile: boolean = false; | Pass input param isMobile to <showAuthors>. 4. resultLanding.component.html: Pass input param isMobile to <showSubjects>, <showIdentifiers>, <landing-header>.
This commit is contained in:
parent
e93022c7dd
commit
e0e319119f
|
@ -1 +1 @@
|
|||
Subproject commit 4aa350ff2b92afb675cfe88f97dd47de9b85ae07
|
||||
Subproject commit 44825c59850491185fcb991528d64100f45576e2
|
|
@ -1 +1 @@
|
|||
Subproject commit 1afeb876a14f86893bdfc856c55d6175c213ea30
|
||||
Subproject commit 178c6a1078e36b9cd425f7011ddf1a93fbce7baf
|
Loading…
Reference in New Issue