From 1131f9b59b9291d6f6abe1d51b16a157adcdb815 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Bj=C3=A4reholt?= Date: Thu, 19 Oct 2023 14:46:01 +0200 Subject: [PATCH] feat: server-side settings (#493) --- src/App.vue | 16 ++-- src/components/SelectableVisualization.vue | 2 + src/main.js | 14 ++- src/queries.ts | 4 +- src/stores/activity.ts | 1 - src/stores/settings.ts | 103 +++++++++++++-------- src/util/awclient.ts | 6 +- src/views/settings/Settings.vue | 2 - 8 files changed, 90 insertions(+), 58 deletions(-) diff --git a/src/App.vue b/src/App.vue index 0cca5afc..90dcc399 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@