Commit Graph

210 Commits

Author SHA1 Message Date
Eugene Serb
1e5a4b51b6 - build and deploy production. 2022-08-11 15:43:21 +03:00
Eugene Serb
6ebfe1f08d - fixes. 2022-08-11 15:36:06 +03:00
Eugene Serb
29befb7129 - build and deploy production. 2022-08-11 14:16:57 +03:00
Eugene Serb
10bffbb044 - updated sitemaps.
- added eslint ignore in MPatterns loadPatterns action.
2022-08-11 14:15:11 +03:00
Eugene Serb
34e3db0d02 - added interface IPatternUnit and his implementation PatternUnit.
- deleted createPatternUnit-function in AppCustom and AppManual, used now class PatternUnit to create.
- deleted consoles in AppManual.
- updated dependencies.
2022-08-11 13:59:33 +03:00
Eugene Serb
d340a6e81d - added vibrate-function that is delegate playEffect in Vibrator and IVibrator.
- old-vibrate-function now is loop-function.
- added token readonly in IGamepad.
- updated dependencies.
2022-08-10 17:46:21 +03:00
Eugene Serb
4a0b8cd480 - added new app section manual for use through gamepad with button press.
- rename old manual-file to custom, that need to use app through form.
- added custom redirect file.
- updated meta keywords.
- updated sitemaps.
- updated dependencies.
- updated var names.
- clean template in app-custom.
2022-08-10 16:59:32 +03:00
Eugene Serb
064ccc3475
Merge pull request #9 from eugene-serb/dev
Dev
2022-08-09 18:27:07 +03:00
Eugene Serb
dd856936cc - optimize IVibrator and Vibrator by delete unused this.patterns and add const offsetTime in vibrate.
- added in all models readonly token.
- rebuild and deploy
2022-08-09 18:20:26 +03:00
Eugene Serb
81ab823b6a - updated README.
- updated sitemaps.
- rebuild production.
2022-08-09 17:12:42 +03:00
Eugene Serb
0bf1b656d7 - Rebuild and deploy the new production. 2022-08-09 14:18:05 +03:00
Eugene Serb
699b58ce16 - Added test fix for vibrate-func.
- Changed order of the patterns.
2022-08-09 14:16:15 +03:00
Eugene Serb
504a5750de - review and clean code 2022-08-09 12:25:49 +03:00
Eugene Serb
a77f66c652 - Build and deploy the new production. 2022-08-08 22:52:00 +03:00
Eugene Serb
eb4688729f - Fixed error with unused-vars.
- Updated dependencies.
2022-08-08 22:51:05 +03:00
Eugene Serb
7612b4b4c5 - Decomposited gamepad-list in AppDiagnostic to gamepads-items in DiagnosticItem.
- Made condition to show AppDiagnostic.
2022-08-08 22:29:58 +03:00
Eugene Serb
d0cdbda70a - Added IGamepadButton interface.
- Modified IGamepad interface by buttons and axes.
- Modified IVibrator and Vibrator to use update function.
- Added AppDiagnostic component, view, route and redirect.
- Changed faq-link to gamepad-master to wavelovers-diagnostic.
2022-08-08 22:09:56 +03:00
Eugene Serb
7894b381f9 - Rebuild and deploy production 2022-08-08 14:02:32 +03:00
Eugene Serb
c8655e3101 - Updated styles version date 2022-08-08 14:01:07 +03:00
Eugene Serb
0b7b6e738b - Added static manual-redirect cause this app has not SSR 2022-08-08 14:00:20 +03:00
Eugene Serb
8f5afdf9eb - Deploy production 2022-08-08 12:46:19 +03:00
Eugene Serb
828197e6db - Added style rule content-type to gamepad-list, pattern-list and, message-item.
- Deleted style-rules for background in gamepad-list, pattern-list and, message-item.
- Did buttons in manual in row always.
- Rename type combined to complex.
2022-08-08 12:32:57 +03:00
Eugene Serb
ce76a6845f - Build and deploy the new production version 2022-08-08 11:26:54 +03:00
Eugene Serb
5d95ea20b4 - Updated sitemaps. 2022-08-08 11:24:49 +03:00
Eugene Serb
ef4be5364a -- Updated styles for buttons in manual-app.
-- Cleaned code.
2022-08-08 11:23:55 +03:00
Eugene Serb
6a1ad071fc - Updated manual-form styles 2022-08-07 23:10:17 +03:00
Eugene Serb
512afa553b - Added page-not-found-404 view.
- Modified pattern-item component template and styles. Show now pattern type. Changed sizes.
- Modified patterns order.
- Made lazy-loads in vue-router.
- Made catch-all redirect for 404.
- Fixes in input-range.
- Cleaned code.
2022-08-07 22:36:48 +03:00
Eugene Serb
ebe813e7d3 - Added component and view for manual configuring and playing patterns.
- Added component NavigationList for routing over vue-router views.
- Rename component WaveloversApp, now is a AppPatterns.
- Rename HomeView, now is a PatternView.
- Modified function vibrate in MGamepads and change function in index vuex.
- Root component App now has mounted and unmounted event listeners for gamepads adding and deleteting functions.
- Fixed CSS rules for inputs and input[type=range].
- Added new rules for input[type=range].
2022-08-07 21:29:22 +03:00
Eugene Serb
c5631603ac Updated README 2022-08-06 22:35:46 +03:00
Eugene Serb
8ca5c8ede4 Used now Vue, Vuex, Vue Router, TS, JS, HTML, CSS, SCSS, ESLint, Babel. Added route home for WaveloversApp in Vue-Router. Updated sitemaps, README. 2022-08-06 22:31:46 +03:00
Eugene Serb
b32114153f
Merge pull request #8 from eugene-serb/dev
Dev
2022-08-06 00:15:03 +03:00
Eugene Serb
d3cdd92890 Decomposited vuex-store to patterns and gamepads modules. Describe interfaces for vuex-states. Updated sitemaps. Rebuild production. 2022-08-06 00:06:30 +03:00
Eugene Serb
06f4c26226 Recoded with Vuex, also TS, JS, VueJS, HTML, CSS, SCSS, ESLint, Babel. Decomposited logic to vuex-store from vue-app views. Fixed delete-gamepad method. Added unmounted hooks deletions of event-listeners. Local improvements. Updated dependencies. Rebuild prod. 2022-08-05 18:56:49 +03:00
Eugene Serb
15fd2d5b5d Updated change method 2022-08-05 13:23:10 +03:00
Eugene Serb
96d192cbfe Updated message, patterns, vibrate method in model. 2022-08-05 13:03:37 +03:00
Eugene Serb
8408684473 Updated dependencies and sitemaps 2022-08-05 11:43:37 +03:00
Eugene Serb
651849899f Updated dependencies, sitemaps 2022-08-01 19:26:41 +03:00
Eugene Serb
7b9aa53c55 Fixed canonical 2022-07-30 21:18:22 +03:00
Eugene Serb
d51bb89835 Updated package, dependencies, meta and sitemaps. 2022-07-26 17:07:59 +03:00
Eugene Serb
bfba11d78c Changed font-size in dl-dd-dt 2022-07-25 14:53:56 +03:00
Eugene Serb
7e58fe037a Updated CSS 2022-07-25 13:59:41 +03:00
Eugene Serb
72d01cbb85 Build prod 2022-07-25 13:48:06 +03:00
Eugene Serb
2181f2480c Add css styles for <dl>, <dd> and <dt>. Changed tags on faq from span to <dl> etc. Deleted css classes .faq-asq and .faq-reply, deleted donation-alerts, updated sitemaps. 2022-07-25 13:47:24 +03:00
Eugene Serb
45e85e4c64 Did Wavelovers for web multipage, cause Github Pages has no support SSR. Deleted vue-router and components, modules and others related. 2022-07-25 11:15:14 +03:00
Eugene Serb
46c0e3a60e Clean and fix 2022-07-24 18:56:41 +03:00
Eugene Serb
b5f56a2d08 Added styles.css from root-rep, updated 404.md and meta in index.html 2022-07-24 17:30:59 +03:00
Eugene Serb
a9e089e043 Updated CSS, dependencies, sitemaps 2022-07-23 23:01:23 +03:00
Eugene Serb
f9b425483b
Merge pull request #7 from eugene-serb/dev
Dev
2022-07-22 20:32:11 +03:00
Eugene Serb
a34c80d22c Returned router-link to navigate over SPA 2022-07-22 20:25:12 +03:00
Eugene Serb
55b4ecc61c Returned HTMLs 2022-07-22 20:12:53 +03:00