Commit Graph

853 Commits

Author SHA1 Message Date
argirok 7ae6434a7f piwikHelper: new piwik ids 2022-07-14 18:36:28 +03:00
argirok 270569ea90 Merge branch 'new-theme' of code-repo.d4science.org:MaDgIK/connect into new-theme 2022-07-14 11:43:31 +03:00
Alex-Coded4 7c13530a8f add paging for featured datasets tab (enermaps) and update submodule 2022-07-07 12:49:31 +03:00
Alex-Coded4 313053bf20 [Dashboard] home - supporting organizations: on hover just color the current logo 2022-07-07 12:18:36 +03:00
Alex-Coded4 53b8c1b0cd update submodules 2022-07-07 09:57:25 +03:00
Konstantinos Triantafyllou 0f3f70c97a Change invite users page base on new UI 2022-07-06 19:27:42 +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 e4e79ff31c fix for correct alphabetical in subjects array 2022-07-06 12:49:16 +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
Konstantina Galouni 0ce5eace2c [Connect | new-theme]: app.component.ts: Added "Dashboard" in menu items to match menu with admin dashboard. 2022-07-01 11:37:50 +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
Konstantina Galouni d33c5890a9 [Library | new-theme]: Bug fix in download from of result landing links | In menu items added "target" field to define if urls open in new tab and have external icon.
1. availableOn.component.ts: [Bug fix] Added class "uk-link-text" in links of license and providers.
2. menu.ts: In MenuItem added field target: string = "_blank"; and in constructor added parameters and initialization of target, type, isFeatured.
3. navigationBar.component.html: Updated checks for "custom-external" class and target according to target field of MenuItem.
4. app.component.ts: In "Manage" menu item set target to "_self".
5. menu.component.ts: (Admin form) In method "menuItemSaveConfirmed()" added: this.menuItemForm.value.target = this.menuItemForm.value['type'] == "internal" ? "_self" : "_blank";
2022-06-29 13:56:19 +03:00
Alex Martzios 41f5a6fc99 start on dashboard's initial page 2022-06-27 15:02:16 +03:00
Alex Martzios 30e0a35676 update openaireLibrary repo 2022-06-27 13:46:51 +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
Konstantina Galouni 15efccf374 [Library | new-theme]: Added scrolling in links and my links | set 403 on errorPage when private data | Show pid re3data lowercase.
1. displayClaims.component.ts & searchMyOrcidResults.component.ts: Added scrolling in my/all claims page and in my orcid links page.
2. errorPage.component.ts: Set statusMessage and statusCode to 403 when page is private.
3. showIdentifiers.component.ts: Do not add uk-text-uppercase for "re3data" pid.
4. myOrcidLinks.component.ts: In "No ORCID links found" added classes "uk-text-meta uk-text-large uk-text-center" instead of alert.
5. searchMyOrcidResults.component.html: Added condition if totalResults > 0 and previewResults > 0 for <no-load-paging>.
2022-06-27 12:00:30 +03:00
Alex Martzios 406ffb4dd3 subjects page: add sort function for subjects before grouping 2022-06-24 12:51:17 +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
Alex Martzios 9572597c5e start on curators' modal info - awaiting finalization of the designs 2022-06-22 14:08:38 +03:00
Konstantina Galouni e3af56c95e [Library | new-theme]: newSearchPage.component.html: Updated classes for margins/paddings in search form, so that breadcrumb position is the same in all pages. 2022-06-22 12:57:00 +03:00
Konstantina Galouni 6b1d30ee1f [Library | new-theme]: navigationBar.component.html: Added "uk-active" class in custom menu items and subitems. 2022-06-21 19:52:45 +03:00
Konstantina Galouni 1e6bd99fa2 [Connect & Library | new-theme]: Breadcrumbs position updated in html pages | Bug fix in custom menu items | In search menu, use OpenaireEntities.
1. app.component.ts: In search menu, use OpenaireEntities.
2. navigationBar.component.ts: [Bug fix] In method "isTheActiveMenu()", update condition to "if(menu instanceof MenuItem || !menu.rootItem)" - custom menu items via admin tools are MenuItems but not instanceof MenuItem.
3. projectsPage.component.ts & nationalBulletinsPage.component.ts & contentPage.component.ts: Margins & paddings updated, so that breadcrumb is at the same position on all pages.
2022-06-21 19:37:21 +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 76e63234bf Add modal container in app component. 2022-06-20 12:18:42 +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
argirok 21f523fa9b remove metricsAPIURL property from environment*.ts 2022-06-08 14:39:35 +03:00
argirok e344e7fd15 add new piwik id 2022-06-08 14:32:36 +03:00
argirok 278f7582e4 piwik helper clean up unused parameter 2022-06-08 14:21:09 +03:00
argirok 7f604d68dd piwik helper: add ebrains and neania-space entry 2022-06-08 12:29:15 +03:00
Konstantina Galouni a6d3c02aa5 [Connect & Library | new-theme]: Replaced "Subscribed" badge with "Member" text | Renamed "subscriber" filter to "member" in search communities page | Fixed "view all" buttons in my communities page.
1. browse-community.component.html: Replaced "Subscribed" badge with "Member" text | Updated how restricted/private icons are displayed.
2. browse-community.component.ts: Updated visibilityIcon map (PRIVATE -> incognito icon, RESTRICTED -> restricted icon).
3. browse-community.module.ts: iconsService.registerIcons([incognito, restricted]).
4. communities.component.html & my-communities.component.html: Added uk-button class in "View all" button for communities.
5. portal-search-result.component.html: Replaced "Subscribed" badge with "Member" text.
6. searchCommunities.component.ts: Renamed "subscriber" filter to "member".
2022-06-03 18:34:23 +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 8849f12ae2 Add property errorLink 2022-06-02 18:43:52 +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
Konstantinos Triantafyllou f15692c79b Add uikit in angular.json and remove from index.html. Some justifications in about, faqs, contact-us, my-communities 2022-05-31 23:18:58 +03:00
Konstantina Galouni 480f057247 [Connect | new-theme]: environments/: Added "fairSharingURL" and "eoscMarketplaceURL". 2022-05-03 14:39:38 +03:00
argirok 34270a8bd1 Linking: add new inputs, update paging style 2022-04-08 16:55:22 +03:00
argirok 9bdc0a7a30 fix filter view-all after merging with linking branch 2022-04-06 14:39:57 +03:00
argirok be44e20518 more layout changes for the linking (eg filters, icons, etc) 2022-04-05 18:36:08 +03:00
argirok 7b83666a51 Merge branch 'new-theme' into new-theme-linking 2022-03-16 19:14:27 +02:00
argirok 5597d5ff7d add stepper css, add default button variables 2022-03-16 19:13:43 +02:00
argirok bc7388e198 add stepper css, add default button variables 2022-03-16 19:10:32 +02:00
argirok d31d2e7d2f changes in customization 2022-03-16 19:08:12 +02:00
Konstantinos Triantafyllou f19b3026d9 Change variables after refactor in new theme. Fix icons in learn-how 2022-03-14 18:40:13 +02:00