diff --git a/src/components/calendar/Calendar.vue b/src/components/calendar/Calendar.vue index 1636137..dd739ea 100644 --- a/src/components/calendar/Calendar.vue +++ b/src/components/calendar/Calendar.vue @@ -1,28 +1,30 @@ diff --git a/src/components/calendar/state/Year.vue b/src/components/calendar/state/Year.vue deleted file mode 100644 index b5256a2..0000000 --- a/src/components/calendar/state/Year.vue +++ /dev/null @@ -1,3 +0,0 @@ - diff --git a/src/components/calendar/state/Century.vue b/src/components/calendar/state/centennially/Layout.vue similarity index 100% rename from src/components/calendar/state/Century.vue rename to src/components/calendar/state/centennially/Layout.vue diff --git a/src/components/calendar/state/Decade.vue b/src/components/calendar/state/decennially/Layout.vue similarity index 100% rename from src/components/calendar/state/Decade.vue rename to src/components/calendar/state/decennially/Layout.vue diff --git a/src/components/calendar/CalendarTile.vue b/src/components/calendar/state/monthly/DayTile.vue similarity index 97% rename from src/components/calendar/CalendarTile.vue rename to src/components/calendar/state/monthly/DayTile.vue index 3d3a184..f1c3a4e 100644 --- a/src/components/calendar/CalendarTile.vue +++ b/src/components/calendar/state/monthly/DayTile.vue @@ -7,7 +7,7 @@ import { storeToRefs } from 'pinia' import { computed, ref, type ComputedRef } from 'vue' import { Popover, PopoverContent, PopoverTrigger } from '@/components/ui/popover' -import CalendarEventButton from './CalendarEvent.vue' +import CalendarEventButton from '../../CalendarEvent.vue' import type { CalendarEvent } from '@/models/Events' const props = defineProps<{ @@ -107,8 +107,8 @@ const eventsNotDisplayed = computed( - {{ date.day }} + {{ date.day }} +