#45 feat: clean catalog view on mobile devices

This commit is contained in:
mono
2026-07-11 18:56:45 -05:00
parent 92483a110a
commit 3029e6d4b9
4 changed files with 177 additions and 84 deletions

View File

@@ -1,7 +1,13 @@
<template>
<v-dialog v-model="show" max-width="400">
<v-card>
<v-card-title class="headline">Iniciar sesión</v-card-title>
<v-card-title class="headline d-flex align-center">
Iniciar sesión
<v-spacer />
<v-btn icon size="small" variant="text" @click="show = false">
<v-icon>mdi-close</v-icon>
</v-btn>
</v-card-title>
<v-card-text>
<v-form ref="form" @submit.prevent="onSubmit">
<v-text-field