openaire-library/searchPages/searchUtils
Konstantina Galouni f22a0bc806 [Library | develop & Eosc Explore | develop]: Added font-family "Inter" to align with Marketplace | Updated how back button "Go to search" is build - combine referrer and the new url parameter "pv", which is expected to have the previous url path and params.
1. /assets: Added /media/fonts/inter folder with the "Inter" font-family.
2. eosc-custom.less: Override the default font family to use 'Inter', sans-serif.
3. routerHelper.class.ts: Added method "addQueryParam()" to add a query parameter in already existing or not object with parameters.
4. search-tab.component.ts & searchResult.component & projects-in-modal.component.ts & result/deletedByInference/deletedByInference.component.ts & organization/deletedByInference/deletedByInference.component.ts: Added @Input() prevPath: string = ""; and pass it to the appropriate children components.
5. result-preview.component & fundedBy.component.ts & availableOn.component.ts & relatedDatasourcesTab.component.ts: Added @Input() prevPath: string = ""; and method "addEoscPrevInParams()" and call it when building queryParams of internal links.
6. metrics.component.ts: Added @Input() prevPath: string = ""; and use it when building internal urls.
7. resultLanding.component.ts & project.component.ts & organization.component.ts & dataProvider.component.ts:
   a. Added fields public referrer: string; and public prevPath: string;
   b. Read "pv" url property and get referrer.
   c. Added methods "addEoscPrevInParams()" and "eoscBackLink()".
8. resultLanding.component.html & project.component.html & organization.component.html & dataProvider.component.html:
   a. Update "Go to Search" back link.
   b. Call "addEoscPrevInParams()" method when building queryParams of internal links.
   c. Pass "prevPath" to the appropriate children components.
2023-04-20 20:06:53 +03:00
..
highlight [Library | Trunk]: Merge search results from branch. 2020-03-12 13:49:10 +00:00
modal-result redesign of result-preview component 2022-03-15 13:13:28 +02:00
advancedSearchForm.component.html Change search in order to apply mobile style 2022-12-07 16:56:16 +02:00
advancedSearchForm.component.ts Change search in order to apply mobile style 2022-12-07 16:56:16 +02:00
advancedSearchForm.module.ts Change search in order to apply mobile style 2022-12-07 16:56:16 +02:00
browseEntities.component.ts [Library|Trunk] 2020-11-11 14:43:13 +00:00
browseEntities.module.ts [Library]: Move angular 11 to trunk. Remove no needed files. Delete angular upgrade branches 2021-07-14 11:19:57 +00:00
browseStatistic.component.html [Trunk | Library]: 2020-03-12 10:48:04 +00:00
browseStatistic.component.ts [Library|Trunk] 2020-11-11 14:43:13 +00:00
datasourcesHelper.class.ts [Eosc Explore]: Updated some styles | Replaced "datasourcetypeuiname" field with "eoscdatasourcetype" | Do not add hardcoded compatibility label "Not yet registered" | Bug fix in Access filter 2022-09-30 14:51:00 +03:00
dateFilter.component.ts Update angular core and cli to version 14 2022-09-23 13:25:08 +03:00
dateFilter.module.ts [Library]: Move angular 11 to trunk. Remove no needed files. Delete angular upgrade branches 2021-07-14 11:19:57 +00:00
entitiesSelection.component.ts lowercase research product entites in search 2022-08-02 16:53:05 +03:00
entitiesSelection.module.ts Add advanced-search-input with entities selections in all search-pages 2022-04-16 00:49:35 +03:00
newSearchPage.component.html [Library | develop]: resultLanding.component.html & project.component.html & organization.component.html & dataProvider.component.html: Use new Graph badge to acknowledge OpenAIRE Graph & update message for feedback | newSearchPage.component.html: Use new Graph badge to acknowledge OpenAIRE Graph. 2023-03-28 19:27:02 +03:00
newSearchPage.component.ts Change search in order to apply mobile style 2022-12-07 16:56:16 +02:00
newSearchPage.module.ts Add advanced-search-input with entities selections in all search-pages 2022-04-16 00:49:35 +03:00
no-load-paging.component.ts [Explore & Library & Common Assets | new-theme]: Updates related to result landing redesign. 2022-04-20 17:40:18 +03:00
no-load-paging.module.ts [Library | Trunk]: Merge search results from branch. 2020-03-12 13:49:10 +00:00
portal-search-result.component.html 1. Slider: Hide arrows in mobile. 2. Change offcanvar in navbar mobile menu to have close on the left. 2023-03-22 17:14:11 +02:00
portal-search-result.component.less Change search in order to apply mobile style 2022-12-07 16:56:16 +02:00
portal-search-result.component.ts Change search in order to apply mobile style 2022-12-07 16:56:16 +02:00
portal-search-result.module.ts Add new icon for restricted. Change tabs base on new guidelines. Change how-to base on new mocks 2022-02-23 00:37:18 +02:00
quick-selections.component.ts Update angular core and cli to version 14 2022-09-23 13:25:08 +03:00
quick-selections.module.ts [Library]: Move angular 11 to trunk. Remove no needed files. Delete angular upgrade branches 2021-07-14 11:19:57 +00:00
searchDownload.component.ts 1. Search Pages: Download link, search from bg with dark option. 2. Input add a no value selected option for select type. Search input toggle if input has no value. 3. Sidebar: Add uk-nav 2022-04-15 11:08:12 +03:00
searchDownload.module.ts 1. Search Pages: Download link, search from bg with dark option. 2. Input add a no value selected option for select type. Search input toggle if input has no value. 3. Sidebar: Add uk-nav 2022-04-15 11:08:12 +03:00
searchFilter.component.html Filters title alignment. Rename some component css files to less. 2022-07-17 16:01:39 +03:00
searchFilter.component.ts [Eosc Explore]: Updated some styles | Replaced "datasourcetypeuiname" field with "eoscdatasourcetype" | Do not add hardcoded compatibility label "Not yet registered" | Bug fix in Access filter 2022-09-30 14:51:00 +03:00
searchFilter.module.ts [Explore & Library & openaire-theme | new-theme]: Updated parsing of classified subjects by using a vocabulary | Added parsing of instance.license in Download from | Added feedback functionality for fos and sdgs in landing | #7509 Parsing both citations and references fields | In "view all/less" links added chervon-right icon with class "view-more-less-link". 2022-06-09 16:45:39 +03:00
searchFilterModal.component.ts [Library|Trunk] 2020-11-11 14:43:13 +00:00
searchForm.component.ts [Library | Trunk]: Change view of communities results base on mocks 2020-04-24 16:32:00 +00:00
searchForm.module.ts Commiting first draft of openaire library for angular portals 2017-12-19 12:53:46 +00:00
searchHelperClasses.class.ts Datasource new refine fields datasourcethematic, datasourcejurisdiction 2022-05-30 12:44:39 +03:00
searchPaging.component.ts Change search in order to apply mobile style 2022-12-07 16:56:16 +02:00
searchPaging.module.ts [Library | Trunk]: Merge search results from branch. 2020-03-12 13:49:10 +00:00
searchResult.component.html [Library | develop & Eosc Explore | develop]: Added font-family "Inter" to align with Marketplace | Updated how back button "Go to search" is build - combine referrer and the new url parameter "pv", which is expected to have the previous url path and params. 2023-04-20 20:06:53 +03:00
searchResult.component.ts [Library | develop & Eosc Explore | develop]: Added font-family "Inter" to align with Marketplace | Updated how back button "Go to search" is build - combine referrer and the new url parameter "pv", which is expected to have the previous url path and params. 2023-04-20 20:06:53 +03:00
searchResults.module.ts [Trunk | Library]: 2021-01-13 18:30:25 +00:00
searchSorting.component.ts Input: enable tooltip in select type. Search Sorting: Change options for stakeholders 2022-06-06 12:22:01 +03:00
searchSorting.module.ts new inputs for search page and other overall tweaks 2022-04-05 15:26:26 +03:00
searchUtils.class.ts updates on customization/ using built css and preview css 2022-07-22 18:33:54 +03:00