openreplay/frontend/app/services
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
..
AiService.ts Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00
AlertsService.ts Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00
AssistStatsService.ts Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00
AuditService.ts Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00
BaseService.ts Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00
ConfigService.ts Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00
CustomFieldService.ts Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00
DashboardService.ts Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00
ErrorService.ts Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00
FFlagsService.ts Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00
FilterService.ts Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00
FunnelService.ts Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00
HealthService.ts fix(ui): call the health vs healthz based on tenants sate and login state 2024-11-06 17:50:55 +01:00
index.ts Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00
IntegrationsService.ts Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00
IssueReportsService.ts Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00
loginService.ts Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00
MetricService.ts feat(metrics): implement server-side pagination and sorting 2025-03-10 14:58:30 +01:00
NotesService.ts Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00
ProjectsService.ts fix(ui): project create or delete handling 2025-02-11 15:23:46 +01:00
RecordingsService.ts Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00
SearchService.ts Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00
SessionService.ts Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00
spotService.ts Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00
TagWatchService.ts Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00
UserService.ts Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00
UxtestingService.ts Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00
WebhookService.ts Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00