feat: add call history screen

- Add call history screen with list of incoming/outgoing calls
  - Implement GET /devices/identificator/{id}/call-histories endpoint
  - Add CallHistoryResponseModel with freezed
  - Add Riverpod provider for CallHistoryDatasource
  - Add route, builder, and menu button in device management
This commit is contained in:
2026-03-22 05:50:20 +01:00
parent ced0895063
commit 5111d5d65f
23 changed files with 1786 additions and 7 deletions

View File

@@ -626,5 +626,10 @@
"volumeSend": "Senden",
"photoTaken": "Foto erfolgreich aufgenommen",
"noPhotosAvailable": "Keine Fotos verfügbar",
"measure": "Messen"
"measure": "Messen",
"callHistory": "Anrufverlauf",
"callHistoryEmpty": "Keine Anrufe aufgezeichnet",
"callIncoming": "Eingehend",
"callOutgoing": "Ausgehend",
"callMissed": "Verpasst"
}