openaire-library/sharedComponents/quick-contact
Konstantina Galouni 8b14aaf325 [Monitor & Library | develop]: [Bug fix] Refactor code for showing help button or not.
1. quick-contact.service.ts: Initialize display to true (assume it is not intersecting, otherwise in pages without this section, it can't be initialized correctly).
2. home.component.ts: Removed field "showQuickContact" | In constructor set quickContactService.setDisplay(false) | Refactor intersectionObserver.
3. app-routing.module.ts: In "contact-us" route, set data: {hasQuickContact: false}.
4. app.component.ts: Updated checks for <quick-contact> | Added public showQuickContact: boolean; to be initialized by layoutService.hasQuickContact.
2023-07-06 15:28:53 +03:00
..
quick-contact.component.html Create a new interface for backgrounds and added to quick contact. Modal: Align title to the left 2022-06-17 19:47:47 +03:00
quick-contact.component.less remove help button when reaching footer by scroll 2022-11-01 11:29:21 +02:00
quick-contact.component.ts Filters title alignment. Rename some component css files to less. 2022-07-17 16:01:39 +03:00
quick-contact.module.ts Add notification handler. Add contact-us to quick contact and make some changes in contact-us 2022-02-24 18:42:05 +02:00
quick-contact.service.ts [Monitor & Library | develop]: [Bug fix] Refactor code for showing help button or not. 2023-07-06 15:28:53 +03:00