feat(history): add package lifecycle telemetry

This commit is contained in:
Sucukdeluxe
2026-08-22 04:04:42 +02:00
parent 161e111c2f
commit ef7423134a
8 changed files with 829 additions and 37 deletions
@@ -116,6 +116,8 @@ const providerLabels: Record<DebridProvider, string> = {
const statusLabels: Record<HistoryViewStatus, string> = {
completed: "Abgeschlossen",
partial: "Teilweise",
cancelled: "Abgebrochen",
deleted: "Gelöscht",
failed: "Fehlgeschlagen"
};