From d34f5fa8b715e95ae921e0490223817f9accb111 Mon Sep 17 00:00:00 2001 From: dessant Date: Fri, 9 Oct 2020 19:13:19 +0300 Subject: [PATCH] feat: navigate with client app using keyboard Closes #168. --- src/_locales/en/messages.json | 5 +++++ src/options/App.vue | 15 ++++++++++++- src/solve/main.js | 7 +++++- src/storage/versions/local/Lj3MYlSr4L.js | 27 ++++++++++++++++++++++++ src/storage/versions/local/versions.json | 3 ++- src/storage/versions/sync/Lj3MYlSr4L.js | 27 ++++++++++++++++++++++++ src/storage/versions/sync/versions.json | 3 ++- src/utils/data.js | 3 ++- 8 files changed, 85 insertions(+), 5 deletions(-) create mode 100644 src/storage/versions/local/Lj3MYlSr4L.js create mode 100644 src/storage/versions/sync/Lj3MYlSr4L.js diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index 246b455..eceb7c3 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -189,6 +189,11 @@ "description": "Title of the option." }, + "optionTitle_navigateWithKeyboard": { + "message": "Navigate with keyboard", + "description": "Title of the option." + }, + "optionTitle_autoUpdateClientApp": { "message": "Auto-update client app", "description": "Title of the option." diff --git a/src/options/App.vue b/src/options/App.vue index 2aa78be..1f1fd29 100644 --- a/src/options/App.vue +++ b/src/options/App.vue @@ -126,6 +126,18 @@ +
+ + + +
+