From 88145867ae1da6bd9d2662f1855a7dd2c871dd5d Mon Sep 17 00:00:00 2001 From: sedum Date: Sun, 27 Nov 2022 03:38:05 +0100 Subject: [PATCH 01/38] feat/add_user_theme_view_controls: yarn add cookie-universal-nuxt , to allow users to choose the lightness of the theme and the compactness of the view on events --- components/Event.vue | 11 +++++--- components/ThemeView.vue | 54 ++++++++++++++++++++++++++++++++++++++++ layouts/default.vue | 7 +++++- nuxt.config.js | 6 +++-- package.json | 1 + pages/index.vue | 19 ++++++++++---- yarn.lock | 23 +++++++++++++++-- 7 files changed, 108 insertions(+), 13 deletions(-) create mode 100644 components/ThemeView.vue diff --git a/components/Event.vue b/components/Event.vue index 905e34fb..72b7f211 100644 --- a/components/Event.vue +++ b/components/Event.vue @@ -1,7 +1,7 @@