From eacd3eb11c8494460266335dc1fa5a35ae0b290e Mon Sep 17 00:00:00 2001 From: MaMe82 Date: Thu, 2 Aug 2018 18:20:11 +0200 Subject: [PATCH] Added HID jobe event handling to ViewModel of webclient --- dist/www/index.html | 83 +++++++++++++++++++ web_client/hvueCompHIDJob.go | 8 +- web_client/hvueCompHIDJobs.go | 6 +- web_client/hvueCompHIDScript.go | 1 + .../{jsTypeDefs.go => jsDataHandling.go} | 42 ++++++++-- web_client/main.go | 34 -------- web_client/mvuexGlobalState.go | 3 +- 7 files changed, 128 insertions(+), 49 deletions(-) rename web_client/{jsTypeDefs.go => jsDataHandling.go} (87%) diff --git a/dist/www/index.html b/dist/www/index.html index 11163e4..426ceb8 100644 --- a/dist/www/index.html +++ b/dist/www/index.html @@ -17,6 +17,89 @@