feat: Schedule bookings

This commit is contained in:
2026-04-21 16:12:04 -04:00
parent 108c042921
commit 5b4955f07e
9 changed files with 1636 additions and 4 deletions

View File

@@ -44,6 +44,10 @@
<IonIcon slot="start" :icon="layersOutline" />
<IonLabel>Templates</IonLabel>
</IonItem>
<IonItem button router-link="/admin/reservations" router-direction="root" @click="closeMenu">
<IonIcon slot="start" :icon="bookmarkOutline" />
<IonLabel>Manage Bookings</IonLabel>
</IonItem>
</template>
<!-- Admin only -->
@@ -87,7 +91,7 @@ import {
import {
homeOutline, calendarOutline, boatOutline, personOutline,
bookOutline, calendarNumberOutline, peopleOutline, constructOutline, logOutOutline,
layersOutline, settingsOutline,
layersOutline, settingsOutline, bookmarkOutline,
} from 'ionicons/icons'
import { useAuthStore } from '~/stores/auth'