Commit Graph

273 Commits

Author SHA1 Message Date
Alex Martzios 8c7933a1ea create develop branch 2023-03-15 12:41:13 +02:00
Konstantina Galouni 206d18c60a [Connect]: community.component.html: Remove properties.environment != 'production' check for enermaps "Featured Datasets" tab | app.component.ts: [Bug fix] Added undefined check before creating intersection observers. 2023-01-18 12:34:24 +02:00
Konstantinos Triantafyllou d90bd267ce Update libraries before beta deployment 2022-12-16 16:03:38 +02:00
Konstantina Galouni 04ac994085 [Library | angular-14]: navigationBar.component: Added field "public featuredAlignment: string = MenuAlignment.CENTER.valueOf();" and align custom menu according to this, dynamically. 2022-12-09 16:49:07 +02:00
Konstantina Galouni 3ea51a7e02 [Connect]: inviteBasic.module.ts: Deleted this.iconsService.registerIcons([cog]) and unused icon "send". 2022-12-09 16:47:32 +02:00
Konstantina Galouni 59c0a3552c [Connect]: featured/featuredPage.component.ts & featured/featuredPage.module.ts & featured/featuredPage-routing.module.ts: Added files for loading custom, gateway specific pages | app-routing.module.ts: Added commented route resolving for loading custom, gateway specific pages. 2022-12-07 12:48:47 +02:00
Konstantinos Triantafyllou 269c15f9e0 Update libraries before beta deploy 2022-11-29 14:47:09 +02:00
Konstantina Galouni eebda6fa24 [Connect]: environment.ts: Updated orcidAPIURL and adminToolsAPIURL looking to duffy services (standalone tomcat in services, port changed) | #8229 - browse-community.component.html: Added logoUrl pipe to show logos correctly. 2022-11-14 14:11:27 +02:00
Konstantina Galouni 67cfbad954 Updating libraries 2022-10-05 17:57:30 +03:00
Konstantinos Triantafyllou 07e7c73377 Disable inline critical css in server.ts 2022-10-03 12:34:37 +03:00
Konstantinos Triantafyllou 78cae42b37 Merge remote-tracking branch 'origin/master' into angular-14 2022-09-26 14:44:43 +03:00
argirok c498f88029 add heroBackground, put only in hero the background image 2022-09-26 14:00:37 +03:00
Alex Martzios 35f19d6764 update angular core and cli to v14 and update submodules 2022-09-23 14:54:30 +03:00
Alex Martzios 4b3a7b4b07 remove renderModuleFactory from main.server.ts and update submodules to v13 2022-09-23 14:46:00 +03:00
Alex Martzios 2367cd1b22 update submodules to v12 2022-09-23 14:30:26 +03:00
Alex Martzios eb6a8d197b update submodules before angular upgrade 2022-09-23 14:23:17 +03:00
Konstantinos Triantafyllou a6015b272a User component: Change get userinfo with updateUserInfo 2022-09-13 10:37:18 +03:00
Konstantina Galouni 35d4f9ad98 [Connect | new-theme]: learn-how.component.ts: Small update in title of first section. 2022-09-05 14:10:49 +03:00
Konstantina Galouni 7256d6eb5b [Connect | new-theme]: app.component.ts: In Menu renamed "Dashboard" to "Home" | develop.component.ts: Title updated & Image replaced & Examples moved on top right. 2022-08-05 12:15:29 +03:00
Konstantinos Triantafyllou 986b4aa74e Fix join loading button 2022-08-03 00:21:23 +03:00
Konstantinos Triantafyllou c94e850c2d Fix background of member button 2022-08-02 13:29:07 +03:00
Konstantinos Triantafyllou 34d60406f6 Update libraries before beta deploy 2022-08-02 11:17:54 +03:00
Konstantinos Triantafyllou 690c0bc846 Add default search form background for community. 2022-07-29 13:47:14 +03:00
Alex Martzios ebb0f5090a add tablet assets for connect homepage-slider 2022-07-29 10:45:28 +03:00
argirok e92b2eb824 Merge remote-tracking branch 'origin/new-theme' into new-theme 2022-07-27 14:46:09 +03:00
argirok 68320fb7ec Add background for dashboard home and deposit pages 2022-07-27 13:50:33 +03:00
Alex Martzios e956cbeba7 update get-started page content 2022-07-26 13:51:47 +03:00
Alex Martzios b62551e642 add 'develop' menu entry and page, update submodules 2022-07-25 15:13:18 +03:00
Konstantinos Triantafyllou a8c28d91f4 Server: Fix response in buildAll. Fix file name after minify. 2022-07-25 11:52:56 +03:00
argirok 27f20e1918 updates on customization/ using built css and preview css 2022-07-22 18:33:54 +03:00
Konstantinos Triantafyllou 9044a06cba Add method buildCss in server.ts for customization. Fix invite and subscribe buttons. 2022-07-21 15:01:31 +03:00
Konstantinos Triantafyllou 00173fb16b Rename component css to less 2022-07-20 11:03:53 +03:00
Alex Martzios e15224bc88 update submodules 2022-07-15 13:43:20 +03:00
Alex-Coded4 53b8c1b0cd update submodules 2022-07-07 09:57:25 +03:00
Konstantina Galouni 4c9f17e792 [Connect & Library | new-theme]: Redesigned invite and join buttons | Added rule .uk-light .custom-external::after | Updated css for .multi-line-ellipsis - now supports inner elements.
1. invite.component.html:
   a. Redesigned invite button according to the new mocks.
   b. Button of invite is a route to invite page (removed dropdown for quick invitation).
2. subscribe.component.ts:
   a. Redesigned join (subscribe) button according to the new mocks.
   b. Subscribe renamed to Join/Leave and Member.
3 subscribe.module.ts: Imported IconsModule.
4. app.component.ts: Renamed id="subscribeAndInviteBtn" to id="joinAndInviteBtn".
5. connect-custom.less: Added rules under .communityApp for #joinAndInviteBtn, #join, #invite, .member-button.
6. utils.css:
   a. Added rule .uk-light .custom-external::after to set color with light-color.
   b. Updated css for .multi-line-ellipsis - now supports inner elements (e.g. <p>) inside parent <p>.
2022-07-06 13:14:47 +03:00
Alex Martzios cd7a6722ac general tweaks and start on featured datasets paging 2022-07-06 10:12:05 +03:00
Konstantinos Triantafyllou 4d8897d743 Fix curator full screen modal 2022-07-04 22:11:59 +03:00
Alex Martzios d24032a4ef community dashboard page, deposit page and minor tweaks for curators, organizations pages 2022-06-30 18:25:22 +03:00
Alex Martzios 9d8693e257 finish curators page 2022-06-27 13:22:43 +03:00
Konstantinos Triantafyllou 1aad26428d Import material from library and uikit javascript from node modules 2022-06-27 12:58:15 +03:00
Alex Martzios 23d65d08d7 finish subjects page and some general tweaks 2022-06-24 12:41:26 +03:00
Alex Martzios dd2036b2d7 add connect-specific assets for deposit and assetsPath as input in deposit component 2022-06-22 15:39:29 +03:00
Konstantinos Triantafyllou 1ece24fac9 Get started: Add some margins between numbers and first section. 2022-06-21 16:10:56 +03:00
Konstantinos Triantafyllou 2635dc2a67 Change styles to less theme. Make some fixes in browse-community. Home and learn how alignments 2022-06-17 19:49:40 +03:00
Alex Martzios 51438b8e73 progress on curators, organizations and subjects pages 2022-06-16 15:01:41 +03:00
Alex Martzios 1d5b995518 start on curators, organizations, subjects pages - waiting for some details from Aristotelis 2022-06-14 13:28:45 +03:00
Alex Martzios 45b3334519 homepage align with latest mock changes (not text content) 2022-06-03 17:22:41 +03:00
Konstantinos Triantafyllou f8ce191e35 Add uk-text-brackground and button gradient. 2022-06-03 13:32:35 +03:00
Konstantinos Triantafyllou 77a30a55c7 Add get-started page 2022-06-03 12:46:01 +03:00
Konstantinos Triantafyllou 92bbbf5173 About add background pattern. Add quick contact in all pages and remove menu element. Make some breadcrumbs alignments. Add application class to body instread of app component to avoid modal theme issues. 2022-06-02 17:30:48 +03:00