@@ -126,24 +139,20 @@
-
diff --git a/ui/pages/index.vue b/ui/pages/index.vue
index 9e5d5e27..af30088a 100644
--- a/ui/pages/index.vue
+++ b/ui/pages/index.vue
@@ -18,27 +18,28 @@
-
-
+
+ Pause
+ Resume
-
+
+ New Download
@@ -47,6 +48,7 @@
@click="() => changeDisplay()">
+
{{ display_style === 'cards' ? 'Cards' : 'List' }}
@@ -70,6 +72,9 @@
@getItemInfo="(id: string) => view_info(`/api/history/${id}`, true)" @clear_search="query = ''" />
+
dialog_confirm.visible = false" />
@@ -91,9 +96,16 @@ const info_view = ref({
preset: '',
useUrl: false,
}) as Ref<{ url: string, preset: string, useUrl: boolean }>
-const item_form = ref