VSN-2078add mileage anomaly detection history module
Implement mileage anomaly detection history feature allowing users to view and track detected mileage anomalies.
Features:
- List view displaying detection history with filtering and pagination
- Detail view showing individual anomalies per detection (driver, vehicle, trip date, mileage)
- Manual detection dialog supporting single date or date range selection
- Separate columns for start date and end date instead of combined period
- Backend filtering support for startDate and endDate parameters
- Anomaly types: night trips, weekend trips, unassigned driver, mileage discrepancy
Closes VSN-2078