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:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user