diff --git a/.env.development.lite b/.env.development.lite new file mode 100644 index 00000000..e62645d4 --- /dev/null +++ b/.env.development.lite @@ -0,0 +1,4 @@ +NODE_ENV=development +VUE_APP_PLATFORM=web +VUE_APP_TARGET=web +VUE_APP_LITEMODE=true \ No newline at end of file diff --git a/package.json b/package.json index 57ec2795..5b6d7fd6 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,8 @@ "build:web": "vue-cli-service build --mode production.web", "build:lite": "vue-cli-service build --mode production.lite", "build:app": "vue-cli-service build --mode production.app", - "serve": "vue-cli-service serve --mode development.web", + "serve:web": "vue-cli-service serve --mode development.web", + "serve:lite": "vue-cli-service serve --mode development.lite", "start": "npm run build:app && electron app/app.js", "dist:linux": "electron-builder --linux --config app/builder-config-x86_64.yaml", "dist:raspi": "electron-builder --linux --config app/builder-config-raspi.yaml", diff --git a/src/components/panelRight.vue b/src/components/panelRight.vue index 9057247b..5ee9ca35 100644 --- a/src/components/panelRight.vue +++ b/src/components/panelRight.vue @@ -10,7 +10,10 @@ uk-tab="swiping: false" > -
  • +
  • Connect @@ -45,7 +48,8 @@ id="connectDisplayTab" class="uk-height-1-1 uk-width-1-1" > - + +
    +
    + Lite connect +
    + + + + + +