OpenDTU-old/webapp/src
Bernhard Kirchen 054a677575 DPL settings in web app: split metadata from config
users are manipulating the DPL using HTTP POST requests. often they are
requesting the current settings using HTTP GET on the respective route,
then change a particular settings, and send all the data back using HTTP
POST. if they failed to remove the metadata node from the JSON,
OpenDTU-OnBattery would not be able to process the JSON due to its size.
the web app does not submit the metadata.

to avoid problems, the metadata is now split from the configuration
data.
2024-03-23 22:13:50 +01:00
..
assets webapp: Added initial vue app 2022-04-11 21:48:12 +02:00
components Merge remote-tracking branch 'tbnobody/OpenDTU/master' into v24.3.15 2024-03-20 09:42:35 +01:00
locales Merge remote-tracking branch 'tbnobody/OpenDTU/master' into v24.3.15 2024-03-20 09:42:35 +01: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: Fix font-feature class 2024-01-19 17:20:57 +01:00
types DPL settings in web app: split metadata from config 2024-03-23 22:13:50 +01:00
utils fix count being a string 2024-01-18 20:39:43 +01:00
views DPL settings in web app: split metadata from config 2024-03-23 22:13:50 +01:00
App.vue webapp: Remove redundant main container 2024-01-18 20:39:43 +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