From 6782b9bd41cd2886a5363bd5d24ac4e96b8cc328 Mon Sep 17 00:00:00 2001 From: Alexis <35.alexis.pele@gmail.com> Date: Sun, 1 Sep 2024 11:23:06 +0200 Subject: [PATCH] Added light friendly calendar --- components/calendar/CalendarMenu.vue | 2 +- components/calendar/CalendarMenuSubnav.vue | 14 ++++----- components/calendar/dialog/Delete.vue | 30 +++++++++---------- components/calendar/state/monthly/DayTile.vue | 12 ++++---- components/global/sidebar/Sidebar.vue | 21 ++----------- components/ui/button/index.ts | 2 +- pages/my/index.vue | 4 +-- pages/my/worlds/[id].vue | 28 ++++++++++++++++- public/images/planet.svg | 1 + 9 files changed, 61 insertions(+), 53 deletions(-) create mode 100644 public/images/planet.svg diff --git a/components/calendar/CalendarMenu.vue b/components/calendar/CalendarMenu.vue index 008082c..a606a76 100644 --- a/components/calendar/CalendarMenu.vue +++ b/components/calendar/CalendarMenu.vue @@ -7,7 +7,7 @@ const { revealAdvancedSearch } = useCalendar()