Konstantinos Triantafyllou
de42da8b6c
Change search in order to apply mobile style
2022-12-07 16:56:16 +02:00
Alex Martzios
7850adbbef
Monitor - Add color coding in browse dashboards
2022-09-29 12:09:37 +03:00
Konstantinos Triantafyllou
cc417adb6b
Fix all dashboard modals heights. Role verification remove custom buttons.
2022-06-20 16:17:26 +03:00
Alex Martzios
07c990824e
changes for adding stakeholder entities as enum
2022-06-09 11:21:25 +03:00
Konstantinos Triantafyllou
13fee133e4
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
Konstantinos Triantafyllou
cf6ab4a03b
Fix filter on disable bug. Add new private icon in portal-search-results. Add method to convert a stakeholder into StakeholderInfo
2022-02-16 18:18:12 +02:00
Konstantinos Triantafyllou
db58e5c3e8
Change search page base on new mocks for portal results
2022-02-14 18:02:00 +02:00
Konstantinos Triantafyllou
78ee2e4bcd
Update search componenents with new theme
2022-01-20 11:19:44 +02:00
Konstantinos Triantafyllou
7ef741c205
Add logoUrl function in string utils and logoUrl pipe for HTML usage
2021-11-12 14:07:55 +02:00
Konstantinos Triantafyllou
02efeb4038
Portal search results fix hasPersmission method. Add private icon in hidden communities
2021-11-03 17:44:12 +02:00
Alex Martzios
1ca8d54296
Progress in showing the communities properly - CONNECT
2021-11-03 11:41:17 +02:00
Konstantinos Triantafyllou
ff98d8187b
Align portal search results to center vertically. Add Restricted label top right
2021-10-19 15:20:30 +03:00
Konstantinos Triantafyllou
0b3e699796
Portal search results remove link if user has not permission to visit a specific dashboard
2021-10-05 18:12:19 +03:00
konstantina.galouni
ac16d505d6
[Trunk | Library]:
...
1. newSearchPage.component.ts: [Bug fix] Initialize properties (Envproperties) in field definition, not in ngOnInit method (when parent called a method that needs property, may had not been initialized).
2. portal-search-result.component.html: Removed tooltip from description.
3. portal-search-result.component.ts: In method "_formatDescription()" call method "StringUtils.HTMLToString()" before cutting it.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@60984 d315682c-612b-4755-9ff5-7f18f6832af3
2021-05-11 09:14:53 +00:00
argiro.kokogiannaki
605644eb16
[Library|Trunk]
...
- update guard is community: check domain or community parameter
- remove onchanges
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@60014 d315682c-612b-4755-9ff5-7f18f6832af3
2020-12-02 15:26:35 +00:00
argiro.kokogiannaki
f82709b062
[Library|Trunk]
...
Connect - communities search :
- remove check for productionready communities
- add check for custom filter
- update openaire link in table view - remove graph info
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@59990 d315682c-612b-4755-9ff5-7f18f6832af3
2020-11-30 16:55:28 +00:00
argiro.kokogiannaki
1d5c753ff6
[Library|Trunk]
...
code clean up:
-remove app.* files from library
-remove unused imports, code, files (Old search pages for results, dataproviders, map search page, etc)
-remove Freeguard from modules
-unsubscribe all subscriptions
-Services: configuration, isvocabularies, user management: unsubscribe from app component or the component that uses them (clearSubscriptions())
-Fetchers: unsubscribe from the component that uses them (clearSubscriptions())
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@59816 d315682c-612b-4755-9ff5-7f18f6832af3
2020-11-11 14:43:13 +00:00
k.triantafyllou
9f9d580761
[Library | Trunk]: Stakeholder results: Fix link
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@59782 d315682c-612b-4755-9ff5-7f18f6832af3
2020-11-05 09:37:41 +00:00
k.triantafyllou
a0f14dbb10
[Library | Trunk]: Fix visibility for stakeholders search page
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@59739 d315682c-612b-4755-9ff5-7f18f6832af3
2020-11-02 16:55:05 +00:00
argiro.kokogiannaki
7526ef56e3
[Library|Trunk]
...
properties changes:
domain:
-is https://{explore,connect,monitor, etc}.openaire.eu
-initialized in environment files
-reset for communities in EnvironmentSpecificService
baseLink: is the prefix after the domain / or /dahsboard for monitor_dashboard
apply in all pages domain and baseLink changes
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@59411 d315682c-612b-4755-9ff5-7f18f6832af3
2020-09-18 07:57:42 +00:00
argiro.kokogiannaki
2979275c17
[Library|Trunk]
...
communities:
add const prodReadyCommunities
communities search results: in production show link to beta or prod based on the list of prodReadyCommunities
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@59028 d315682c-612b-4755-9ff5-7f18f6832af3
2020-06-30 15:56:56 +00:00
k.triantafyllou
034fbe3931
[Library | Trunk]: 1. Change name of communitesSearchResults to PortalSearchResults. 2. Add method on string utils to check if a word exists on a text. 3. Add description on stakeholder and create StakeholderInfo which extends Stakholder
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@58860 d315682c-612b-4755-9ff5-7f18f6832af3
2020-06-05 12:56:28 +00:00