argos/dmp-frontend/src/assets
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
..
config configurable list of languages 2023-02-11 14:38:13 +02:00
css more css changes 2023-04-25 11:26:20 +03:00
i18n #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
images update lang files to make app name configurable. 2023-04-24 16:11:38 +03:00
localization Add ExtraProperties for DMP and language for Dataset Template 2020-06-03 12:13:31 +03:00
resources Merge remote-tracking branch 'origin/semantics' into Development 2023-04-18 11:19:48 +03:00
scss css changes to add configurability 2023-02-10 15:08:23 +02:00
splash more css changes 2023-04-25 11:10:45 +03:00
.gitkeep Initial import of DMP project modules. 2017-09-14 13:43:44 +03:00