From 5c2845784f9a8c99138d0fa5127e568fccfa3d7d Mon Sep 17 00:00:00 2001 From: Alain Nussbaumer Date: Wed, 21 Feb 2024 14:02:47 +0100 Subject: [PATCH] [web] Prepare for the switch to Pinia --- web-src/src/components/NotificationList.vue | 3 +- web-src/src/components/SettingsCheckbox.vue | 3 +- web-src/src/components/SettingsIntfield.vue | 3 +- web-src/src/components/SettingsTextfield.vue | 3 +- web-src/src/pages/PageSearchLibrary.vue | 3 +- web-src/src/pages/PageSearchSpotify.vue | 3 +- web-src/src/store/index.js | 80 +++++++++----------- web-src/src/store/mutation_types.js | 5 -- 8 files changed, 42 insertions(+), 61 deletions(-) diff --git a/web-src/src/components/NotificationList.vue b/web-src/src/components/NotificationList.vue index 00f8160f..797305e9 100644 --- a/web-src/src/components/NotificationList.vue +++ b/web-src/src/components/NotificationList.vue @@ -17,7 +17,6 @@