Skip to content

Commit

Permalink
Merge pull request #114 from eugene-serb/dev
Browse files Browse the repository at this point in the history
Release 1.30.0
  • Loading branch information
eugene-serb authored Apr 30, 2024
2 parents 203cc6e + bf31980 commit f44adb4
Show file tree
Hide file tree
Showing 73 changed files with 575 additions and 400 deletions.
698 changes: 349 additions & 349 deletions package-lock.json

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wavelovers",
"version": "1.29.0",
"version": "1.30.0",
"description": "Wavelovers is a vibration test tool for gamepads and mobile devices that can also turn them into vibration massagers. It has free vibration templates, template editor and manual control mode.",
"keywords": [
"wavelovers",
Expand Down Expand Up @@ -45,12 +45,12 @@
},
"dependencies": {
"pinia": "^2.1.7",
"vue": "^3.4.21",
"vue-meta-tag-updater": "^2.1.0",
"vue-router": "^4.3.0"
"vue": "^3.4.26",
"vue-meta-tag-updater": "^2.1.1",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.10.1",
"@rushstack/eslint-patch": "^1.10.2",
"@tsconfig/node20": "^20.1.4",
"@types/jsdom": "^21.1.6",
"@types/node": "^20.12.7",
Expand All @@ -61,14 +61,14 @@
"@vue/test-utils": "^2.4.5",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.24.0",
"eslint-plugin-vue": "^9.25.0",
"jsdom": "^24.0.0",
"npm-run-all2": "^6.1.2",
"prettier": "^3.2.5",
"sass": "^1.74.1",
"sass": "^1.75.0",
"typescript": "^5.4.5",
"vite": "^5.2.8",
"vitest": "^1.4.0",
"vue-tsc": "^2.0.13"
"vite": "^5.2.10",
"vitest": "^1.5.3",
"vue-tsc": "^2.0.15"
}
}
18 changes: 9 additions & 9 deletions public/sitemap-internal.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,55 +2,55 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://wavelovers.ru/</loc>
<lastmod>2024-04-20</lastmod>
<lastmod>2024-04-30</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://wavelovers.ru/custom</loc>
<lastmod>2024-04-20</lastmod>
<lastmod>2024-04-30</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://wavelovers.ru/manual</loc>
<lastmod>2024-04-20</lastmod>
<lastmod>2024-04-30</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://wavelovers.ru/diagnostic</loc>
<lastmod>2024-04-20</lastmod>
<lastmod>2024-04-30</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://wavelovers.ru/mobile</loc>
<lastmod>2024-04-20</lastmod>
<lastmod>2024-04-30</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://wavelovers.ru/mobile-custom</loc>
<lastmod>2024-04-20</lastmod>
<lastmod>2024-04-30</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://wavelovers.ru/faq</loc>
<lastmod>2024-04-20</lastmod>
<lastmod>2024-04-30</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://wavelovers.ru/about</loc>
<lastmod>2024-04-20</lastmod>
<lastmod>2024-04-30</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://wavelovers.ru/donate</loc>
<lastmod>2024-04-20</lastmod>
<lastmod>2024-04-30</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
Expand Down
2 changes: 1 addition & 1 deletion public/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<sitemap>
<loc>https://wavelovers.ru/sitemap-internal.xml</loc>
<lastmod>2024-04-20</lastmod>
<lastmod>2024-04-30</lastmod>
</sitemap>
</sitemapindex>
4 changes: 2 additions & 2 deletions src/assets/css/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ body {
flex-direction: column;
justify-content: space-between;
min-height: 100vh;
background: var(--color-background);
background-color: var(--color-background);
}

::selection {
background: var(--color-selection);
background-color: var(--color-selection);
}

:focus {
Expand Down
2 changes: 1 addition & 1 deletion src/assets/css/content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
margin-bottom: 16px;
padding: 16px;
border-radius: var(--number-border-radius);
background: var(--color-content-item-background);
background-color: var(--color-content-item-background);

@media only screen and (min-width: 540px) {
padding: 32px;
Expand Down
2 changes: 0 additions & 2 deletions src/assets/css/declarations.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
@charset 'UTF-8';

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap');

:root {
/* Base numbers */
--number-border-radius: 8px;
Expand Down
169 changes: 169 additions & 0 deletions src/assets/css/fonts.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,169 @@
@charset 'UTF-8';

@font-face {
font-family: 'Roboto';
src: url('../fonts/Roboto-BlackItalic.eot');
src:
local('Roboto Black Italic'),
local('Roboto-BlackItalic'),
url('../fonts/Roboto-BlackItalic.eot?#iefix') format('embedded-opentype'),
url('../fonts/Roboto-BlackItalic.woff2') format('woff2'),
url('../fonts/Roboto-BlackItalic.woff') format('woff'),
url('../fonts/Roboto-BlackItalic.ttf') format('truetype');
font-weight: 900;
font-style: italic;
}

@font-face {
font-family: 'Roboto';
src: url('../fonts/Roboto-Bold.eot');
src:
local('Roboto Bold'),
local('Roboto-Bold'),
url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
url('../fonts/Roboto-Bold.woff2') format('woff2'),
url('../fonts/Roboto-Bold.woff') format('woff'),
url('../fonts/Roboto-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}

@font-face {
font-family: 'Roboto';
src: url('../fonts/Roboto-BoldItalic.eot');
src:
local('Roboto Bold Italic'),
local('Roboto-BoldItalic'),
url('../fonts/Roboto-BoldItalic.eot?#iefix') format('embedded-opentype'),
url('../fonts/Roboto-BoldItalic.woff2') format('woff2'),
url('../fonts/Roboto-BoldItalic.woff') format('woff'),
url('../fonts/Roboto-BoldItalic.ttf') format('truetype');
font-weight: bold;
font-style: italic;
}

@font-face {
font-family: 'Roboto';
src: url('../fonts/Roboto-LightItalic.eot');
src:
local('Roboto Light Italic'),
local('Roboto-LightItalic'),
url('../fonts/Roboto-LightItalic.eot?#iefix') format('embedded-opentype'),
url('../fonts/Roboto-LightItalic.woff2') format('woff2'),
url('../fonts/Roboto-LightItalic.woff') format('woff'),
url('../fonts/Roboto-LightItalic.ttf') format('truetype');
font-weight: 300;
font-style: italic;
}

@font-face {
font-family: 'Roboto';
src: url('../fonts/Roboto-Regular.eot');
src:
local('Roboto'),
local('Roboto-Regular'),
url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
url('../fonts/Roboto-Regular.woff2') format('woff2'),
url('../fonts/Roboto-Regular.woff') format('woff'),
url('../fonts/Roboto-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Roboto';
src: url('../fonts/Roboto-ThinItalic.eot');
src:
local('Roboto Thin Italic'),
local('Roboto-ThinItalic'),
url('../fonts/Roboto-ThinItalic.eot?#iefix') format('embedded-opentype'),
url('../fonts/Roboto-ThinItalic.woff2') format('woff2'),
url('../fonts/Roboto-ThinItalic.woff') format('woff'),
url('../fonts/Roboto-ThinItalic.ttf') format('truetype');
font-weight: 100;
font-style: italic;
}

@font-face {
font-family: 'Roboto';
src: url('../fonts/Roboto-Black.eot');
src:
local('Roboto Black'),
local('Roboto-Black'),
url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),
url('../fonts/Roboto-Black.woff2') format('woff2'),
url('../fonts/Roboto-Black.woff') format('woff'),
url('../fonts/Roboto-Black.ttf') format('truetype');
font-weight: 900;
font-style: normal;
}

@font-face {
font-family: 'Roboto';
src: url('../fonts/Roboto-MediumItalic.eot');
src:
local('Roboto Medium Italic'),
local('Roboto-MediumItalic'),
url('../fonts/Roboto-MediumItalic.eot?#iefix') format('embedded-opentype'),
url('../fonts/Roboto-MediumItalic.woff2') format('woff2'),
url('../fonts/Roboto-MediumItalic.woff') format('woff'),
url('../fonts/Roboto-MediumItalic.ttf') format('truetype');
font-weight: 500;
font-style: italic;
}

@font-face {
font-family: 'Roboto';
src: url('../fonts/Roboto-Thin.eot');
src:
local('Roboto Thin'),
local('Roboto-Thin'),
url('../fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
url('../fonts/Roboto-Thin.woff2') format('woff2'),
url('../fonts/Roboto-Thin.woff') format('woff'),
url('../fonts/Roboto-Thin.ttf') format('truetype');
font-weight: 100;
font-style: normal;
}

@font-face {
font-family: 'Roboto';
src: url('../fonts/Roboto-Light.eot');
src:
local('Roboto Light'),
local('Roboto-Light'),
url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
url('../fonts/Roboto-Light.woff2') format('woff2'),
url('../fonts/Roboto-Light.woff') format('woff'),
url('../fonts/Roboto-Light.ttf') format('truetype');
font-weight: 300;
font-style: normal;
}

@font-face {
font-family: 'Roboto';
src: url('../fonts/Roboto-Italic.eot');
src:
local('Roboto Italic'),
local('Roboto-Italic'),
url('../fonts/Roboto-Italic.eot?#iefix') format('embedded-opentype'),
url('../fonts/Roboto-Italic.woff2') format('woff2'),
url('../fonts/Roboto-Italic.woff') format('woff'),
url('../fonts/Roboto-Italic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}

@font-face {
font-family: 'Roboto';
src: url('../fonts/Roboto-Medium.eot');
src:
local('Roboto Medium'),
local('Roboto-Medium'),
url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
url('../fonts/Roboto-Medium.woff2') format('woff2'),
url('../fonts/Roboto-Medium.woff') format('woff'),
url('../fonts/Roboto-Medium.ttf') format('truetype');
font-weight: 500;
font-style: normal;
}
Loading

0 comments on commit f44adb4

Please sign in to comment.