-
+
bookmark
@@ -47,9 +48,9 @@
fab dark small
color="remove"
:title="$gettext('Delete')"
- @click.stop="dialog.delete = true"
:disabled="selection.length === 0"
class="action-delete"
+ @click.stop="dialog.delete = true"
>
delete
@@ -57,8 +58,8 @@
clear
@@ -75,7 +76,7 @@ import Api from "common/api";
import Notify from "common/notify";
export default {
- name: 'p-label-clipboard',
+ name: 'PLabelClipboard',
props: {
selection: Array,
refresh: Function,
@@ -126,7 +127,7 @@ export default {
},
onDownload(path) {
Notify.success(this.$gettext("Downloading…"));
- const link = document.createElement('a')
+ const link = document.createElement('a');
link.href = path;
link.download = "label.zip";
link.click();
diff --git a/frontend/src/component/navigation.vue b/frontend/src/component/navigation.vue
index eedc4ff02..392fcd1c7 100644
--- a/frontend/src/component/navigation.vue
+++ b/frontend/src/component/navigation.vue
@@ -133,7 +133,7 @@
-
+
photo_album
@@ -145,7 +145,7 @@
-
+
diff --git a/frontend/src/component/photo/clipboard.vue b/frontend/src/component/photo/clipboard.vue
index 21e10ce66..b7dc1b1cb 100644
--- a/frontend/src/component/photo/clipboard.vue
+++ b/frontend/src/component/photo/clipboard.vue
@@ -76,7 +76,7 @@
get_app
unarchive