Commit Graph

57 Commits

Author SHA1 Message Date
Konstantina Galouni b2d69e938e [Aggregator | angular-14]: environment.ts: Update in development properties, ports of local services | home.module.ts: Removed from import and iconsService.registerIcons unused icon "arrow_right". 2022-12-22 12:45:46 +02:00
argirok c00119dcc3 Enable Orcid S&L for aggregator 2022-11-09 13:41:33 +02:00
Alex Martzios 9f67013ad0 reintroduce numbersComponent in homepage, update submodules 2022-11-08 14:10:18 +02:00
Konstantina Galouni d58964f931 Merge remote-tracking branch 'origin/master' into angular-14 2022-11-07 13:03:48 +02:00
Konstantina Galouni 9eb97022da Updated libraries 2022-11-07 13:03:40 +02:00
Konstantina Galouni ac835f379b [Aggregator]: aggregators.ts: Removed "software" entity from disabled list of canada | home.component: Updated checks for numbers section. 2022-11-07 11:10:26 +02:00
Alex Martzios fc8c98935b remove fos/sdg assets from aggregator project 2022-11-03 12:16:14 +02:00
Alex Martzios 84464efac3 add fos/sdg pages 2022-11-03 12:15:29 +02:00
Alex Martzios 623c5fbc6e redesign develop page, update submodules 2022-11-03 11:11:11 +02:00
Alex Martzios a36c695d2b home page redesign 2022-11-02 14:10:08 +02:00
Konstantina Galouni 3ae3be6649 [Aggregator | angular-14]: angular.json: Merged with origin/master | canada-custom.less: Set background for active buttons - merged with origin/master 2022-10-20 23:39:46 +03:00
Konstantina Galouni 2df2661184 Updated libraries 2022-10-20 23:26:57 +03:00
Konstantina Galouni 224ad78c22 Updated libraries 2022-10-20 23:22:54 +03:00
Konstantina Galouni ca8fbac27c [Aggregator]: canada-custom.less: Set @button-primary-active-background: @aggregator-secondary-color; 2022-10-20 23:19:32 +03:00
Konstantina Galouni d96e5abcea Updated libraries 2022-10-20 17:25:08 +03:00
Konstantina Galouni 27a08bdad6 [Aggregator]: Updated libraries. 2022-10-20 13:34:08 +03:00
Konstantina Galouni 557fd10d27 Merge remote-tracking branch 'origin/angular-13' into angular-14 2022-10-04 15:59:44 +03:00
Konstantina Galouni 95450efb13 Updating libraries 2022-10-04 15:59:29 +03:00
Konstantina Galouni 1f74535144 Merge remote-tracking branch 'origin/angular-12' into angular-13 2022-10-04 15:58:31 +03:00
Konstantina Galouni 9440f37c50 Updating libraries 2022-10-04 15:58:22 +03:00
Konstantina Galouni a2eea5da72 Merge remote-tracking branch 'origin/master' into angular-12 2022-10-04 15:56:54 +03:00
Konstantina Galouni 4c80f751d4 Updating libraries 2022-10-04 15:56:39 +03:00
Konstantina Galouni 9c06b32a65 Updating libraries 2022-10-04 15:54:10 +03:00
Konstantina Galouni a5a26bc593 [Aggregator]: Updates in css | Bug fix in isRouteEnabled check.
1. portal.ts & aggregators.ts: [Bug fix] In method "getMockCommunityInfo()" set also pid for community (isRouteEnabled.guard needs it) | Updates in less files (overrides of colors)
2. styles.less: Updated imports (added linking, landing and canada-custom and removed aggregator-custom).
3. numbers.component.ts: Updated default value of @Input() colorClass to "uk-text-primary".
4. connectHelper.ts: In method "getCommunityFromDomain()" added also "aggregator" and "eosc" portal types to set domain on development.
2022-10-03 20:25:37 +03:00
Alex Martzios 01aef27350 update submodules to v14, add .angular folder to gitignore and after-build-clean script 2022-09-23 17:49:33 +03:00
Alex Martzios e691294aa2 update submodules to v13 and remove renderModuleFactory from main.server.ts 2022-09-23 17:29:00 +03:00
Alex Martzios 1eacb4dbec update submodules to v12 2022-09-23 17:20:57 +03:00
Konstantina Galouni dc784afe4b [Aggregator | Trunk]: Renaming and using less files for assets | Updating home page to look ok | TODO: Fix less files to be real less & organize rules among files. 2022-09-23 16:33:26 +03:00
Konstantina Galouni 9b22660e8a [Aggregator | new-theme]: Updated uikit paths | Re-added <app-root> in index.html | Removed RootMenuItem.
1. app.component.ts: Removed deprecated RootMenuItem and used MenuItem instead.
2. index.html: [Bug fix] Re-added <app-root> which was accidentally deleted in previous commit.
3. package.json: Added in dependencies "uikit": "3.12.0".
4. angular.json: Updated uikit paths in scripts, to get them from node_modules.
2022-09-21 01:05:21 +03:00
argirok 1da2632c2e Eosc explore: latest changes/ corrections before review 2022-08-08 12:47:14 +03:00
argirok 513bb83769 remove property metricsAPIURL 2022-06-08 15:02:56 +03:00
Konstantina Galouni d2a90a4b7b [Library | new-theme]: [Bug fix] searchAll.component.html: Add class "uk-flex uk-flex-center" in ul uk-slider-items instead of div with uk-position-relative - on eosc the arrows were visible when they shouldn't. 2022-06-01 18:29:12 +03:00
Konstantina Galouni 844832d97a [Library | new-theme]: [Bug fix] dataProvider.component.ts: Set typeQueryPathParam="services" when ?pid in url and type=="service". 2022-06-01 15:48:58 +03:00
Konstantina Galouni 44ed7c37f8 [Aggregator & Library| new-theme]: Use <modal-alert> common component in transferData.component.ts instead of uk-modal.
1. transferData.module.ts: Imported AlertModalModule.
2. transferData.component.ts: Use <modal-alert> common component instead of uk-modal | Comment logs.
3 alert.ts:
  a. Added "@Input() public emitHidden: boolean = false;" and "  @Output() public alertHidden: EventEmitter<any> = new EventEmitter();"
  b. On ngAfterViewInit, if emitHidden is true, check when modal is hidden and emit alertHidden (currently used only in transferData.component.ts to reinitialize local fields and route).
2022-05-25 12:52:00 +03:00
argirok ce0733f17d update portal custom css 2022-05-18 17:20:36 +03:00
argirok 43773285db library changes 2022-05-18 17:04:15 +03:00
Konstantina Galouni 2b620d4e26 [Library | new-theme]: 1. showSubjects.component.ts: Ignore specialSubjects and do not add links. | 2. resultLanding.component.html & resultLanding.component.ts: Show button "Check compatible EOSC services" not only in development or beta environments. 2022-05-16 18:42:23 +03:00
Konstantina Galouni 19dbcf328d [openaire-theme | Trunk]: In class .uk-dropdown.options, updated max-height: 216px to be enough for 6 entities (5 old + services). 2022-05-13 15:50:16 +03:00
argirok 38bba7440b initial commit for new-theme branch 2022-04-26 17:19:38 +03:00
argirok 7476cd68b4 Apply initial changes for eosc explore 2022-02-18 16:58:47 +02:00
argirok 262d335b88 update the english text in graph section, minor layout updates in home 2021-12-08 16:00:44 +02:00
Alex Martzios d1cec59bae Add logos for funders 2021-12-06 16:36:24 +02:00
argirok 638cec68df add missing import in develop, update the links to api documentation 2021-11-25 17:14:21 +02:00
Konstantinos Triantafyllou 81695838f7 Update library and assets. Add new login/logout/userInfo in development properties 2021-11-08 18:49:16 +02:00
kostis30fyllou e5b7da9fe5 [Aggreagator]: Remove clean-library. Add gitignore. Add gitmodule 2021-07-19 17:32:59 +03:00
k.triantafyllou 0658c30096 [Aggragator | Trunk]: Add numbers on home page
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-aggregator-portal/trunk@60908 d315682c-612b-4755-9ff5-7f18f6832af3
2021-04-18 12:03:23 +00:00
argiro.kokogiannaki 0f1e65411d [Aggregator |Trunk]
update develop page: add image
update properies(beta): fix statistics url 


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-aggregator-portal/trunk@60367 d315682c-612b-4755-9ff5-7f18f6832af3
2021-02-05 09:46:23 +00:00
k.triantafyllou 895ea5bde8 [Aggregator | Trunk]: Add number color back to portal text
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-aggregator-portal/trunk@60141 d315682c-612b-4755-9ff5-7f18f6832af3
2020-12-15 15:50:09 +00:00
k.triantafyllou 6346a39ef2 [Aggregator | Trunk]: Add number width to align numbers.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-aggregator-portal/trunk@60139 d315682c-612b-4755-9ff5-7f18f6832af3
2020-12-15 15:45:24 +00:00
argiro.kokogiannaki 38ca2dea7b [Aggregator | Trunk]
- Rename FilterInfo to Aggregator Info
- add colors and background
- customize colors and background base on the aggregator choices
- Home:
	- numbers visualization when a number is hidden
	- add links to search
	- enable quick filter for search all page




git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-aggregator-portal/trunk@60133 d315682c-612b-4755-9ff5-7f18f6832af3
2020-12-15 12:48:37 +00:00