First draft of function that handles seeing previous / next events

This commit is contained in:
Alexis
2024-05-03 23:47:10 +02:00
parent 8a9f38069a
commit e9429ac557
4 changed files with 147 additions and 9 deletions

View File

@@ -1,4 +1,5 @@
<script lang="ts" setup>
import { computed, type ComputedRef } from 'vue'
import { useCalendar } from '@/stores/CalendarStore'
import { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from '@/components/ui/tooltip'
@@ -9,7 +10,6 @@ import {
PhCaretRight
} from '@phosphor-icons/vue'
import Button from '../ui/button/Button.vue'
import { computed, type ComputedRef } from 'vue'
interface DirectionLabels {
pastFar: string