Commit Graph

41 Commits

Author SHA1 Message Date
Diamantis Tziotzios 76e251c14d en language cleanup 2024-03-21 20:57:51 +02:00
Diamantis Tziotzios 8719b56920 style changes 2024-03-20 18:06:05 +02:00
amentis b66932b413 fix start new description dialog 2024-03-19 18:27:30 +02:00
amentis 9d6fbcd3ee dashboard changes and add finalize description 2024-03-14 09:36:07 +02:00
Diamantis Tziotzios 244e0e83a2 more frontend changes 2023-12-28 17:18:49 +02:00
Diamantis Tziotzios 9e13eb4d01 frontend dashboard changes 2023-12-05 22:36:00 +02:00
Diamantis Tziotzios 396c6e5b95 more frontend changes 2023-11-24 18:42:23 +02:00
Diamantis Tziotzios 4d3098860d description template type and dmp blueprint frontend changes 2023-10-20 18:01:09 +03:00
Efstratios Giannopoulos 968f45d5b3 authn refactor 2023-10-11 17:53:12 +03:00
Diamantis Tziotzios 922c2110ac angular update fixes 2023-10-06 11:10:53 +03:00
Diamantis Tziotzios 96c2940eb0 angular 15 update 2023-10-05 16:58:45 +03:00
Diamantis Tziotzios 203ee4fb29 update to angular 14 2023-10-05 16:39:17 +03:00
Bernaldo Mihasi 32c45520b4 make router link for add description buttons pointing to dmp editor 2023-09-25 10:36:04 +03:00
Konstantina Galouni 2715db7365 #8148 - Added paging functionality with load more/ less buttons in home page, for the existing 4 tabs - ordering and keyword are also added in the url and they are resolved on page reload.
1. i18n/: Added properties "GENERAL.ACTIONS.LOAD-LESS" and "GENERAL.ACTIONS.NO-MORE-AVAILABLE".
2. dashboard.component.html: Added aria-label on each <mat-tab> | Added on <mat-tab-group> bindings for [selectedIndex] and (selectedTabChange), to define the active tab.
3. dashboard.component.ts: Added field currentType: string = "recent"; | Set currentType by url params | Added method get indexFromCurrentType(), to return the active tab index.
4. drafts.component.html & recent-edited-activity.component.html & recent-edited-dataset-activity.component.html & recent-edited-dmp-activity.component.html: Added button "LOAD-LESS" and message "NO-MORE-AVAILABLE" to the end of the list.
5. drafts.component.ts & recent-edited-activity.component.ts & recent-edited-dataset-activity.component.ts & recent-edited-dmp-activity.component.ts:
   a. Added fields @ViewChild("...") resultsContainer, offsetLess: number = 0, hasMoreResults:boolean = true, page: number = 1 and @Input() isActive: boolean = false.
   b. Read url params, set offsets and query filters and update url.
   c. Renamed "loadMore()" to "loadNextOrPrevious()" and added parameter more: boolean = true.
2023-04-25 17:55:31 +03:00
Diamantis Tziotzios 9cac208546 upgrade to Angular 12 2021-09-24 21:52:14 +03:00
Diamantis Tziotzios 6ea5dfff42 added matomo integration 2020-12-10 15:29:24 +02:00
apapachristou 208824f55b Adds guided tour on dashboard for new user 2020-11-24 19:09:10 +02:00
apapachristou d48e8a984a Create new Dataset - using pop up 2020-09-18 14:14:48 +03:00
apapachristou fd84ed317c Adds public home page: /home 2020-08-03 11:40:38 +03:00
gpapavgeri 15c33d8250 enable close StartNewDmpDialogComponent when click outside dialog 2020-07-28 16:24:14 +03:00
gpapavgeri ea3b73dd9c 'Start-new-dmp-dialog' completed except of import from file 2020-07-09 13:45:19 +03:00
apapachristou 52662f33f4 Adds all recent activity 2020-07-02 19:34:27 +03:00
apapachristou 95c9e4eb4e Adds drafts tab data 2020-07-01 18:25:16 +03:00
apapachristou 5db3485079 Adds drafts listing on dashboard 2020-07-01 10:56:59 +03:00
apapachristou 7cf5ddfebe Redesign of landing page, sign in interface, sidebar, navbar, dashboard (still in progress) 2020-06-26 12:08:51 +03:00
George Kalampokis e0211a019c Fixed issues with public dashboard 2020-04-16 18:36:17 +03:00
Diamantis Tziotzios e85c0cc68f minor fixes 2019-12-12 11:26:19 +02:00
Diamantis Tziotzios 16d57bd0ad dmp advanced editor changed to remain at the same page when saving 2019-12-11 16:51:03 +02:00
apapachristou 3f5d3f86b5 Adds anchors on "VIEW ALL" links, wizards on dashboard. 2019-10-25 14:54:12 +03:00
gkolokythas 26f28bca55 Adds descending ordering and sorting by finalized date where published DMP is requested. 2019-09-23 18:11:29 +03:00
Diamantis Tziotzios e6891861e5 angular update to version 8 2019-09-23 11:17:03 +03:00
apapachristou 302a22e20a Fixes home page redirect bug and links of 'VIEW ALL' button - (Issue #161) 2019-09-20 13:54:37 +03:00
apapachristou 06b54ba8e6 Renames "Project" to "Grant on frontend. (Issue #145) 2019-08-01 10:54:40 +03:00
apapachristou 60d05bd374 Adds breadcrumbs everywhere - (Ticket #86) and adds related dmps filter on public datasets 2019-06-11 11:25:32 +03:00
gkolokythas 8cd6615b7c Fixes bug on sending unnecessary requests on dashboard. 2019-06-04 10:36:39 +03:00
apapachristou 162d2ef21f Add Breadcrumb to navbar (Ticket #82) 2019-05-16 19:11:41 +03:00
apapachristou 9b145b5d7b Apply slide 2 of the design spec to the Public Dashboard Page (Ticket #81) 2019-05-15 18:21:04 +03:00
gkolokythas 11c1ac33cf Adds the criteria on DMP listing and refactors the backend userInfo. 2019-05-10 11:33:48 +03:00
apapachristou 8a9e0c2d1f dashboard redesign 2019-04-24 12:26:53 +03:00
Diamantis Tziotzios 9d11adbcbd error models and profile pages bug fixes 2019-01-21 13:14:20 +02:00
Diamantis Tziotzios 41fb94eee9 ui resrtucturing 2019-01-18 19:03:45 +02:00