From 9212bb8bbdb053c0f434295340295dce24d37b9f Mon Sep 17 00:00:00 2001 From: Yulia Hermak Date: Fri, 5 Jan 2024 20:44:13 +0000 Subject: [PATCH 01/14] feat: vibro component --- src/router/index.js | 6 +++++ src/views/Vibro.vue | 65 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 71 insertions(+) create mode 100644 src/views/Vibro.vue diff --git a/src/router/index.js b/src/router/index.js index f33bc778f..a933f6a47 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -15,6 +15,7 @@ import Votes from '@/views/Votes.vue' import Nodes from '@/views/Nodes.vue' import Login from '@/views/Login.vue' import ExportKeys from '@/views/ExportKeys.vue' +import Vibro from '@/views/Vibro.vue' /** * @type {Readonly} @@ -148,6 +149,11 @@ const routes = [ { path: '/:pathMatch(.*)*', redirect: '/' + }, + { + path: '/vibro', + name: 'Vibro', + component: Vibro } ] diff --git a/src/views/Vibro.vue b/src/views/Vibro.vue new file mode 100644 index 000000000..c2fc88370 --- /dev/null +++ b/src/views/Vibro.vue @@ -0,0 +1,65 @@ + + + From 513c2b40e67e10ea7232ffde4a53a43357b4f2f7 Mon Sep 17 00:00:00 2001 From: Yulia Hermak Date: Fri, 5 Jan 2024 20:59:25 +0000 Subject: [PATCH 02/14] feat: added a long vibration --- src/views/Vibro.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/Vibro.vue b/src/views/Vibro.vue index c2fc88370..1c27bd0b4 100644 --- a/src/views/Vibro.vue +++ b/src/views/Vibro.vue @@ -18,7 +18,7 @@ - Long - Short - Medium - Long - Double-v-Short - Triple-v-Short - Double-Short