diff --git a/frontend/src/components/downloads/DownloadEventRow.vue b/frontend/src/components/downloads/DownloadEventRow.vue index a4360c0..fb2999b 100644 --- a/frontend/src/components/downloads/DownloadEventRow.vue +++ b/frontend/src/components/downloads/DownloadEventRow.vue @@ -1,47 +1,118 @@ diff --git a/frontend/src/components/subscriptions/DownloadsTab.vue b/frontend/src/components/subscriptions/DownloadsTab.vue index 7ced798..ecaa92b 100644 --- a/frontend/src/components/subscriptions/DownloadsTab.vue +++ b/frontend/src/components/subscriptions/DownloadsTab.vue @@ -20,15 +20,44 @@ -
+

No download events match the current filter.

- +
+
+ + {{ collapsed[g.key] ? 'mdi-chevron-right' : 'mdi-chevron-down' }} + + {{ g.label }} + + {{ g.failedCount }} + + {{ g.items.length }} + {{ g.items.length === 1 ? 'event' : 'events' }} + + +
+
+ +
+
+
Load more @@ -45,7 +74,7 @@