Konstantinos Triantafyllou
8f31ec3612
Merge develop to master
2023-11-08 13:57:48 +02:00
Konstantinos Triantafyllou
37046a25fc
[develop | TEMP]: Remove uk-parallax from home page until is fixed from browsers.
2023-11-08 13:50:39 +02:00
Konstantinos Triantafyllou
7e9c42eff4
[develop | DONE]: Removed deleted properties. Update libraries. Revert version of UIKit to version 3.16.24
2023-11-08 13:49:54 +02:00
Konstantinos Triantafyllou
5a36ee219e
[develop | DONE | CHANGED]: Revert version of UIkit to version 3.16.14 because of parallax.
2023-10-30 16:57:54 +02:00
Konstantinos Triantafyllou
37aff3ed4d
[develp]: Update libraries
2023-10-30 12:17:16 +02:00
Konstantinos Triantafyllou
c992788ff1
Merge pull request 'Update to Angular-16' ( #10 ) from angular-16 into develop
...
Reviewed-on: #10
2023-10-30 11:05:20 +01:00
Konstantinos Triantafyllou
f31e1ce23c
Update libraries before beta deplooy
2023-10-16 20:21:12 +03:00
Konstantinos Triantafyllou
4827140fd4
Update library
2023-09-15 15:20:48 +03:00
Konstantinos Triantafyllou
a8faaf98ad
Update readme with angular version
2023-09-15 14:43:17 +03:00
Konstantinos Triantafyllou
cf47c65341
Change tablet section with new mocks
2023-09-15 14:40:06 +03:00
Konstantinos Triantafyllou
db14d732e4
Update types/node to version 16
2023-09-15 13:18:04 +03:00
Konstantinos Triantafyllou
b62adbb0df
Add hasStickyHeader in Mobile for home page and support. Fix missing asset in get-started. Close canvas on click of get-started button.
2023-08-30 12:29:02 +03:00
Konstantinos Triantafyllou
6784297127
Update uikit to version 3.16.24
2023-08-23 15:37:03 +03:00
Konstantinos Triantafyllou
94d5b1ed1c
Update material to angular 16.
2023-08-04 14:46:43 +03:00
Konstantinos Triantafyllou
cd4f8a10fe
Update angular to version 16
2023-08-04 14:45:56 +03:00
Konstantinos Triantafyllou
cead11a42f
Update Zone to 0.13.1
2023-08-04 14:40:55 +03:00
Konstantinos Triantafyllou
0e0fe849db
Update material to angular 15.
2023-08-04 14:40:22 +03:00
Konstantinos Triantafyllou
ca488b5459
Migrate angular core and cli to version 15 and update dependencies to be compatible with the newer version.
2023-08-04 14:38:45 +03:00
Konstantinos Triantafyllou
21f170b13c
Update typescript to version 4.9.5
2023-08-04 14:37:25 +03:00
Konstantinos Triantafyllou
8fe46184d3
Update libraries
2023-08-04 14:36:10 +03:00
Konstantinos Triantafyllou
85d5f7ba0f
Update library
2023-07-13 14:45:21 +03:00
Konstantinos Triantafyllou
d25fcc6c04
Change piwik base on the new dynamic piwik.
2023-07-13 12:22:07 +03:00
Konstantinos Triantafyllou
ec66503544
Merge remote-tracking branch 'origin/develop'
2023-07-12 13:08:47 +03:00
Konstantinos Triantafyllou
a516a4bf6e
Update libraries before merge from develop
2023-07-12 13:08:08 +03:00
Konstantinos Triantafyllou
af937b8ee5
Add redirects from old routes to new ones
2023-07-12 11:59:57 +03:00
Konstantinos Triantafyllou
ce77b73300
Update libraries
2023-07-12 09:41:24 +03:00
Konstantina Galouni
19f6419027
[Monitor | develop]: [Bug fix] home.component.ts: In ngOnDestroy, set quickContactService.setDisplay(true) - true is the default value.
2023-07-06 16:06:01 +03:00
Konstantina Galouni
b6de9c6d70
[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
Konstantinos Triantafyllou
cab7d72843
Rename FAQs page to Support and add contact-us button and How it works to about and Change the menu items in Navbar.
2023-07-06 13:45:12 +03:00
Konstantinos Triantafyllou
896e14fd7e
Update before deploy
2023-06-28 11:49:22 +03:00
Konstantinos Triantafyllou
d7af18fc7e
Resolved Monitor release 16th May 2023 #8
2023-05-16 17:31:54 +03:00
Konstantinos Triantafyllou
a9d452ea89
Update before deploy
2023-05-16 17:21:22 +03:00
Konstantinos Triantafyllou
da8bbd3701
Rename OpenAIRE Research graph in to OpenAIRE Graph
2023-05-15 17:24:09 +03:00
Konstantinos Triantafyllou
ef46a72d3f
Merge remote-tracking branch 'origin/develop'
2023-05-09 13:12:49 +03:00
Konstantinos Triantafyllou
d8f94cfd18
Update library
2023-05-09 13:11:42 +03:00
Konstantinos Triantafyllou
32ea650c6f
Fix IntersectionObserver error for server
2023-05-09 12:26:15 +03:00
Konstantina Galouni
23131ac2fd
[Monitor & Library | develop]: [Bug fix] Show quick contact button when not in contacts us and not intersecting either with contact us section (home page), nor with bottom.
...
1. layout.service.ts: Initialize hasQuickContactSubject to false (Don't ever show it unless it should be there).
2. quick-contact.service.ts: Initialize display to false (Assume it is intersecting, until it is proved it is not).
3. app.component.ts: Updated checks for <quick-contact> and added public bottomNotIntersecting: boolean; and public displayQuickContact: boolean;
2023-05-08 17:50:39 +03:00
Konstantinos Triantafyllou
2db3855cbb
Update Uikit to version 3.13.10. Update library
2023-05-02 18:10:40 +03:00
Konstantinos Triantafyllou
3fba042c95
Update UIKit to version 3.13.0
2023-04-25 17:10:09 +03:00
Konstantinos Triantafyllou
20eadf6ab6
Sync library
2023-04-24 13:48:04 +03:00
Konstantinos Triantafyllou
24762681f3
Fix quick contact curators images.
2023-04-24 13:46:46 +03:00
Konstantinos Triantafyllou
1c7a2e6bd4
Update library
2023-04-19 17:32:25 +03:00
Konstantinos Triantafyllou
8443c25ecd
Update libraries before deploy
2023-04-19 16:39:53 +03:00
Konstantinos Triantafyllou
1bd9bbb923
Merge pull request 'Update before Production April Release' ( #5 ) from develop into master
...
Reviewed-on: #5
2023-04-19 15:38:54 +02:00
Konstantinos Triantafyllou
1e712a365d
Fix image position for curators
2023-04-06 15:30:27 +03:00
Konstantinos Triantafyllou
59fa0150b8
Add curators' photos in contact-us section in home page
2023-04-06 15:22:50 +03:00
Konstantinos Triantafyllou
33fa38c3d4
Update before beta deploy
2023-04-05 12:59:07 +03:00
Konstantinos Triantafyllou
1b9cffc198
Merge pull request 'Latest Changes' ( #3 ) from develop into master
...
Reviewed-on: #3
2023-03-28 14:57:18 +02:00
Konstantinos Triantafyllou
af3dfcc6d1
Update libraries
2023-03-28 15:55:42 +03:00
Konstantinos Triantafyllou
6312a0db19
Update libraries before beta deploy
2023-03-27 18:01:23 +03:00