argos/dmp-frontend/src
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
..
app #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. 2023-04-25 17:55:31 +03:00
assets #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. 2023-04-25 17:55:31 +03:00
common css changes to add configurability 2023-02-10 15:08:23 +02:00
environments Add User Guide Editor (ref #239) 2020-02-13 18:15:34 +02:00
favicon.ico Changes favicon 2020-10-16 10:22:37 +03:00
favicon_v1.ico Adds new logo icon - ARGOS 2019-09-17 13:55:18 +03:00
favicon_v2.ico Changes favicon 2020-10-16 10:22:37 +03:00
index.html upgrade to Angular 12 2021-09-24 21:52:14 +03:00
main.ts Initial import of DMP project modules. 2017-09-14 13:43:44 +03:00
polyfills.ts upgrade to Angular 12 2021-09-24 21:52:14 +03:00
styles.scss more css changes 2023-04-25 11:26:20 +03:00
tsconfig.app.json upgrade to Angular 12 2021-09-24 21:52:14 +03:00
tsconfig.spec.json angular update to version 8 2019-09-23 11:17:03 +03:00