From e05a04243df2d2e040e06b954da2f1e080d85f34 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 16 May 2021 19:40:43 +0100 Subject: [PATCH] Added a data prop to be set when modal is open, in order to disable key bindings --- src/components/Configuration/AddItem.vue | 19 +++++++ .../Configuration/ConfigContainer.vue | 50 +++++++++++++++++++ .../{ConfigEditor.vue => ConfigLauncher.vue} | 26 ++++------ .../Settings/KeyboardShortcutInfo.vue | 19 +++---- src/components/Settings/SearchBar.vue | 7 ++- src/components/Settings/SettingsContainer.vue | 18 +++++-- src/styles/color-palette.scss | 2 + src/views/Home.vue | 7 +++ 8 files changed, 117 insertions(+), 31 deletions(-) create mode 100644 src/components/Configuration/AddItem.vue create mode 100644 src/components/Configuration/ConfigContainer.vue rename src/components/Settings/{ConfigEditor.vue => ConfigLauncher.vue} (77%) diff --git a/src/components/Configuration/AddItem.vue b/src/components/Configuration/AddItem.vue new file mode 100644 index 00000000..782cc9cc --- /dev/null +++ b/src/components/Configuration/AddItem.vue @@ -0,0 +1,19 @@ + + + + + diff --git a/src/components/Configuration/ConfigContainer.vue b/src/components/Configuration/ConfigContainer.vue new file mode 100644 index 00000000..1cc18e03 --- /dev/null +++ b/src/components/Configuration/ConfigContainer.vue @@ -0,0 +1,50 @@ + + + + + diff --git a/src/components/Settings/ConfigEditor.vue b/src/components/Settings/ConfigLauncher.vue similarity index 77% rename from src/components/Settings/ConfigEditor.vue rename to src/components/Settings/ConfigLauncher.vue index 26a17c40..a0362f65 100644 --- a/src/components/Settings/ConfigEditor.vue +++ b/src/components/Settings/ConfigLauncher.vue @@ -1,20 +1,15 @@ @@ -22,19 +17,18 @@