From 12a0acc42d5b8719a073f5e4c7e6e6d84f22ff6d Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Tue, 12 Feb 2019 13:47:39 +0000 Subject: [PATCH] Added functioning keyboard positioning --- src/components/paneNavigate.vue | 115 ++++++++++++++++++++++++++------ src/store.js | 47 ++++++------- 2 files changed, 116 insertions(+), 46 deletions(-) diff --git a/src/components/paneNavigate.vue b/src/components/paneNavigate.vue index 0a25db57..8d64a79c 100644 --- a/src/components/paneNavigate.vue +++ b/src/components/paneNavigate.vue @@ -31,7 +31,7 @@
-
+
@@ -64,10 +64,6 @@

- TODO: Basic keyboard control by adding event listeners to this pane (e.g. v-on:keyup.) -
- TODO: Make step size and position boxes work. -
TODO: Add click-navigation (and scroll focus) by adding event listeners to the stream panel (e.g. v-on:click, v-on:scroll)

@@ -75,25 +71,36 @@