explore-services/explore/src/app
Konstantina Galouni 3047236d1c [Library & openaire-theme & Explore | explore-redesign]: Added search form in menu (navbar) in landing pages.
1. search.less: Added css for modifier .small-vertical for .input-wrapper of <search-input>.
2. layout.service.ts: Added hasMenuSearchBarSubject: BehaviorSubject<boolean> = new BehaviorSubject<boolean>(false), parsing and getter/setter methods.
3. navigationBar.module.ts: Imported SearchInputModule.
4. navigationBar.component.ts:
   a. Added searchMode: boolean = false; and hasSearchBar: boolean = false; (and other helpful fields)
   b. Subscribe to queryParams to hide search bar and reset keyword | Subscribe to layoutService.hasMenuSearchBar to check if search should be included in navbar or not.
   c. Added methods "openSearch()" to show the search form and "goTo()" to trigger the search action and navigate to the search page.
5. navigationBar.component.html: Added <div search-input> and search-icon button to show search bar | Added checks if searchMode is enabled (search form visible) or not.
6. app-routing.module.ts: In routes for landing pages added in data: hasMenuSearchBar: true.
2023-05-11 17:17:16 +03:00
..
claims remove SharedModule and use library's instead, update submodules 2022-08-29 14:04:43 +03:00
contact [Explore | master & Library | angular-14]: composer.ts: [Bug fix] Add parenthesis around ternary operator in method composeEmailForExplore() - empty or wrong body | contact-us.component.html: Added #captchaElem in <re-captcha> | contact-us.component.ts: Added ViewChild for captchaElem and added method "resetRecaptcha()" | contact.component.html: Added #contactUs in <contact-us> | contact.component.ts: Added ViewChild for contactUs and call contactUsComponent.resetRecaptcha() on reset method. 2023-01-10 02:25:03 +02:00
deposit Add errorLink property 2022-05-12 12:25:10 +03:00
error [Explore |Trunk] 2020-11-11 14:44:21 +00:00
fos Merged origin/master into angular-14 branch 2022-11-07 13:10:52 +02:00
home [Library | explore-redesign]: Added/ updated how filters appear in mobile screens | Updated search forms. 2023-05-08 17:10:51 +03:00
landingPages Add errorLink property 2022-05-12 12:25:10 +03:00
login [Explore |Trunk] 2020-11-11 14:44:21 +00:00
openaireLibrary@aef1a25a82 [Library & openaire-theme & Explore | explore-redesign]: Added search form in menu (navbar) in landing pages. 2023-05-11 17:17:16 +03:00
orcid Add errorLink property 2022-05-12 12:25:10 +03:00
reload [Explore | Trunk]: Add Previous Route Recorder to all routes. 2020-08-12 14:55:01 +00:00
sdg create fos/sdg components to call library components in order to use extra parameters, update submodules 2022-11-03 16:05:26 +02:00
searchPages Add errorLink property 2022-05-12 12:25:10 +03:00
shared [Explore-Service]: Update to angular 11. Delete branches 2021-07-14 15:41:12 +00:00
userEmailPreferences remove SharedModule and use library's instead, update submodules 2022-08-29 14:04:43 +03:00
app-routing.module.ts [Library & openaire-theme & Explore | explore-redesign]: Added search form in menu (navbar) in landing pages. 2023-05-11 17:17:16 +03:00
app.component.ts search page: remove all various search pages and keep only 'search all' - TODO: redirect old ?active=<entity> to the new path, update submodules 2023-05-10 15:10:40 +03:00
app.module.ts add fixed contact/help button 2022-10-12 15:31:34 +03:00
app.server.module.ts [Explore-Service]: Update to angular 11. Delete branches 2021-07-14 15:41:12 +00:00