openreplay/frontend/app/components/Dashboard
Shekar Siri 687ab05f22 feat(metrics): implement server-side pagination and sorting
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
2025-03-10 14:58:30 +01:00
..
components feat(metrics): implement server-side pagination and sorting 2025-03-10 14:58:30 +01:00
Widgets fix localised errors (#3117) 2025-03-07 17:58:00 +01:00
dashboard.module.css Chore(release): v1.7.0 (#578) 2022-07-07 18:44:43 +02:00
NewDashboard.tsx Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00