Improve display of Top activities by type widget in dashboard #1589
Labels
Hacktoberfest
Created by Linear-GitHub Sync
help wanted 🙏
help from the community is highly appreciated
Improvement
Created by Linear-GitHub Sync
Reports and analytics
Created by Linear-GitHub Sync
Steps to achieve this:
Technical specs
dashboard.cube.js
should be updated inactivityTypes
method payload to Cube. You should addlimit
,offset
to the payload to handle pagination. You should also addtotal: true
, to that response retrieves total of results. This will be useful to add logic to check if View all button should be added or not. https://cube.dev/docs/guides/recipes/queries/paginationdashboard-activity-types.vue
should be updated with the new "View all" button according to the paginationapp-drawer
componentThe text was updated successfully, but these errors were encountered: