From 8e68a2f44b195202313437e6944252726a0f51f1 Mon Sep 17 00:00:00 2001 From: Alexis <35.alexis.pele@gmail.com> Date: Wed, 3 Apr 2024 20:49:12 +0200 Subject: [PATCH] Refactored jump today button --- src/components/calendar/CalendarJumpToday.vue | 27 ++++++++++++ src/components/calendar/CalendarMenu.vue | 42 +++---------------- src/components/calendar/CalendarTile.vue | 2 +- src/stores/calendar.ts | 18 +++++++- 4 files changed, 50 insertions(+), 39 deletions(-) create mode 100644 src/components/calendar/CalendarJumpToday.vue diff --git a/src/components/calendar/CalendarJumpToday.vue b/src/components/calendar/CalendarJumpToday.vue new file mode 100644 index 0000000..15537d0 --- /dev/null +++ b/src/components/calendar/CalendarJumpToday.vue @@ -0,0 +1,27 @@ + + + diff --git a/src/components/calendar/CalendarMenu.vue b/src/components/calendar/CalendarMenu.vue index 1012f2e..03e6f21 100644 --- a/src/components/calendar/CalendarMenu.vue +++ b/src/components/calendar/CalendarMenu.vue @@ -1,5 +1,4 @@