From 1b75d828d8fd380cc1ec879ab9c4b08cc8f15daf Mon Sep 17 00:00:00 2001 From: Jamie V Date: Mon, 14 Sep 2020 12:40:15 -0700 Subject: [PATCH] [Imagery Plugin] Prev/Next functionality (#3282) * Prev/next buttons for #3209 - Stubbed in buttons to ImageryViewLayout.vue; - Initial CSS classes stubbed in; * Prev/next buttons for #3209 - Significant additions to cArrowButtons mixin; - local-controls classes added to markup; * WIP inital changes for adding arrows * adding arrow functionality to imagery plugin * catching one more edge case for disabling prev button * lint fixes Co-authored-by: charlesh88 Co-authored-by: Nikhil --- .../imagery/components/ImageryViewLayout.vue | 86 +++++++++++++++---- .../components/imagery-view-layout.scss | 25 ++++++ src/styles/_mixins.scss | 63 +++++++++++++- 3 files changed, 157 insertions(+), 17 deletions(-) diff --git a/src/plugins/imagery/components/ImageryViewLayout.vue b/src/plugins/imagery/components/ImageryViewLayout.vue index 9eb6356aad..4e8aed2e70 100644 --- a/src/plugins/imagery/components/ImageryViewLayout.vue +++ b/src/plugins/imagery/components/ImageryViewLayout.vue @@ -22,19 +22,32 @@ > -
+
+ + +
+
{{ getTime() }}
@@ -60,7 +73,6 @@