Refactors metrics list view to use server-side pagination and sorting instead of client-side implementation. This improves performance for large datasets by reducing client workload and network payload size. Key changes: - Add pagination API endpoint in MetricService - Update MetricStore to handle server pagination - Refactor ListView component to use server-side sorting - Remove client-side sorting and pagination logic |
||
|---|---|---|
| .. | ||
| components | ||
| Widgets | ||
| dashboard.module.css | ||
| NewDashboard.tsx | ||