OpenDTU-old/webapp/src
Bernhard Kirchen b7214161b8
live view: remove disabled -OnBattery-specifc views from DOM (#372)
instead of hiding views, we can also avoid adding them to the DOM. this
has a couple of advantages:

* no HTTP request for data is sent and no websocket connection is
  established for disabled features.
* JavaScript that causes errors due to incomplete or incompatible data
  of features that are disabled anyways do not trigger the browser
  debugger.
2023-08-10 13:39:21 +02:00
..
assets webapp: Added initial vue app 2022-04-11 21:48:12 +02:00
components fix #362 system Info checks git head, instead of build branch (#374) 2023-08-09 17:45:54 +02:00
locales fix #362 system Info checks git head, instead of build branch (#374) 2023-08-09 17:45:54 +02:00
plugins webapp: Fix lint error 2022-12-25 12:01:04 +01:00
router Fix vedirect polling (#291) 2023-07-04 12:04:38 +02:00
scss webapp: Use scss instead of css 2022-11-02 20:39:18 +01:00
types fix #362 system Info checks git head, instead of build branch (#374) 2023-08-09 17:45:54 +02:00
utils Feature: Show error in webapp if pin_mapping.json contains syntax errors 2023-07-22 15:51:16 +02:00
views live view: remove disabled -OnBattery-specifc views from DOM (#372) 2023-08-10 13:39:21 +02:00
App.vue webapp: use modern component format 2022-12-20 19:26:28 +01:00
emitter.d.ts webapp: ESLint fixes 2022-12-08 22:20:40 +01:00
main.ts webapp: use unplugin-vue-i18n to reduce bundle size 2023-02-20 19:15:36 +01:00