WIP - UI cahnges to bottom bar

This commit is contained in:
Francisco Gaona
2026-01-08 00:21:12 +01:00
parent 8ad3fac1b0
commit c9a3e00a94
4 changed files with 326 additions and 53 deletions

View File

@@ -1,11 +1,13 @@
<script setup lang="ts">
import { Toaster } from 'vue-sonner'
import BottomDrawer from '@/components/BottomDrawer.vue'
</script>
<template>
<div>
<Toaster position="top-right" :duration="4000" richColors />
<NuxtPage />
<BottomDrawer />
</div>
</template>