From f7afdcb7de66f146ee96412cd91e6af6e1eaa4b3 Mon Sep 17 00:00:00 2001
From: Eugene Serb <46799701+eugene-serb@users.noreply.github.com>
Date: Fri, 22 Jul 2022 18:03:27 +0300
Subject: [PATCH] Use vue-router for adding views, deleted htmls except the
index template. Did module vue-router-meta-tags for injecting metas. Did
components header and footer.
---
.gitignore | 1 +
docs/about.html | 153 ----------------
docs/faq.html | 156 -----------------
docs/index.html | 4 +-
docs/js/437.c8edb1d9.js | 2 +
docs/js/437.c8edb1d9.js.map | 1 +
docs/js/548.8603e4a4.js | 2 +
docs/js/548.8603e4a4.js.map | 1 +
docs/js/877.a8dd8d41.js | 2 +
docs/js/877.a8dd8d41.js.map | 1 +
docs/js/93.22832789.js | 2 +
docs/js/93.22832789.js.map | 1 +
docs/js/app.b487fdb2.js | 2 -
docs/js/app.b487fdb2.js.map | 1 -
docs/js/app.cd1223e2.js | 2 +
docs/js/app.cd1223e2.js.map | 1 +
docs/js/chunk-vendors.277755a1.js | 2 -
docs/js/chunk-vendors.277755a1.js.map | 1 -
docs/js/chunk-vendors.43d24a0a.js | 8 +
docs/js/chunk-vendors.43d24a0a.js.map | 1 +
docs/sitemap-internal.xml | 16 +-
docs/sitemap.xml | 2 +-
package-lock.json | 92 ++++++----
package.json | 4 +-
public/about.html | 153 ----------------
public/faq.html | 156 -----------------
public/index.html | 83 ++-------
public/sitemap-internal.xml | 16 +-
public/sitemap.xml | 2 +-
src/App.vue | 10 +-
src/components/AppFooter.vue | 24 +++
src/components/AppHeader.vue | 36 ++++
src/main.ts | 7 +-
src/modules/VueRouterMetaTags.ts | 51 ++++++
src/router/index.ts | 240 ++++++++++++++++++++++++++
src/shims-vue.d.ts | 8 +-
src/views/AboutView.vue | 31 ++++
src/views/DonateView.vue | 32 ++++
src/views/FaqView.vue | 53 ++++++
src/views/HomeView.vue | 19 ++
src/views/NotFoundView.vue | 18 ++
41 files changed, 652 insertions(+), 745 deletions(-)
delete mode 100644 docs/about.html
delete mode 100644 docs/faq.html
create mode 100644 docs/js/437.c8edb1d9.js
create mode 100644 docs/js/437.c8edb1d9.js.map
create mode 100644 docs/js/548.8603e4a4.js
create mode 100644 docs/js/548.8603e4a4.js.map
create mode 100644 docs/js/877.a8dd8d41.js
create mode 100644 docs/js/877.a8dd8d41.js.map
create mode 100644 docs/js/93.22832789.js
create mode 100644 docs/js/93.22832789.js.map
delete mode 100644 docs/js/app.b487fdb2.js
delete mode 100644 docs/js/app.b487fdb2.js.map
create mode 100644 docs/js/app.cd1223e2.js
create mode 100644 docs/js/app.cd1223e2.js.map
delete mode 100644 docs/js/chunk-vendors.277755a1.js
delete mode 100644 docs/js/chunk-vendors.277755a1.js.map
create mode 100644 docs/js/chunk-vendors.43d24a0a.js
create mode 100644 docs/js/chunk-vendors.43d24a0a.js.map
delete mode 100644 public/about.html
delete mode 100644 public/faq.html
create mode 100644 src/components/AppFooter.vue
create mode 100644 src/components/AppHeader.vue
create mode 100644 src/modules/VueRouterMetaTags.ts
create mode 100644 src/router/index.ts
create mode 100644 src/views/AboutView.vue
create mode 100644 src/views/DonateView.vue
create mode 100644 src/views/FaqView.vue
create mode 100644 src/views/HomeView.vue
create mode 100644 src/views/NotFoundView.vue
diff --git a/.gitignore b/.gitignore
index 196e672..d53f114 100644
--- a/.gitignore
+++ b/.gitignore
@@ -372,3 +372,4 @@ pnpm-debug.log*
*.njsproj
*.sln
*.sw?
+
diff --git a/docs/about.html b/docs/about.html
deleted file mode 100644
index 3711560..0000000
--- a/docs/about.html
+++ /dev/null
@@ -1,153 +0,0 @@
-
-
-
-
- Wavelovers – FAQ
-
-
-
- What is the purpose of this software?
- Everyone decides for himself, but can be used as a gamepad vibration tester, or as a hand massager.
-
- Can I use this software as a hand massager?
- Yes of course. If you use this as a massager, then before the session I recommend consulting with a doctor.
-
- I have a gamepad with vibration, what should I do before using it as a hand massager?
- I recommend checking the device for correct operation, mechanical damage, and be sure to use an antiseptic.
-
- I'm having problems with the app or connecting my device to the app?
- Go to Troubleshooting.
-
-
-
-
If you are having difficulty detecting a gamepad by the browser, you can use the utility
-
Gamepad Master
-
-
The app does not see my device.
-
Make sure you have a chromium-based browser, then update the app and reconnect your device.
-
-
The application sees the gamepad, but writes that the vibration actuator is missing.
-
This problem is specific to mozilla firefox browser and d-input mode. Check the system requirements before using the software.
-
-
My question is not here.
-
Write me eugene.serb@gmail.com
-
-
-
- Gamepad:
- X-Input and vibration actuator required.
- Browser:
- Google Chrome or any other Chromium-based browser is recommended.
- Operating System:
- Windows 7 or higher recommended.
-
-
-
-
-
-
-
-