From 729c76eba39e4440da772e2522c3e3cb7efdfe74 Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Thu, 14 Feb 2019 16:56:23 +0000 Subject: [PATCH] Functioning capture pane --- src/components/paneCapture.vue | 178 ++++++++++++++++-- .../galleryComponents/captureCard.vue | 58 ++++-- .../paneDisplayComponents/galleryDisplay.vue | 9 +- 3 files changed, 210 insertions(+), 35 deletions(-) diff --git a/src/components/paneCapture.vue b/src/components/paneCapture.vue index ca810b71..5bb09fcf 100644 --- a/src/components/paneCapture.vue +++ b/src/components/paneCapture.vue @@ -6,28 +6,80 @@ - - - +

- +
- -
- -
- -
- -
- +

+

+
+ +

+ +
+
+ +
+
+ +
+
+ + + + + +
+ + + + + \ No newline at end of file diff --git a/src/components/paneDisplayComponents/galleryComponents/captureCard.vue b/src/components/paneDisplayComponents/galleryComponents/captureCard.vue index 8c221614..0c0f8943 100644 --- a/src/components/paneDisplayComponents/galleryComponents/captureCard.vue +++ b/src/components/paneDisplayComponents/galleryComponents/captureCard.vue @@ -10,15 +10,20 @@
-

{{ metadata.filename }}

- -
-
-
- More... +
+
{{ metadata.filename }}
+
+
+ +
+
+ More... +
+ +
-
+
{ + this.updateCaptureList() + }) + }, + methods: { updateCaptureList: function() { console.log("Updating capture list...")