Compare commits
2 Commits
d4663a9afc
...
5324787f23
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5324787f23 | ||
|
|
bb626bf6b5 |
@@ -112,7 +112,7 @@ export default defineConfig((/* ctx */) => {
|
|||||||
//directives: [],
|
//directives: [],
|
||||||
|
|
||||||
// Quasar plugins
|
// Quasar plugins
|
||||||
plugins: ['Notify', 'Dialog'],
|
plugins: ['Cookies', 'Notify', 'Dialog'],
|
||||||
},
|
},
|
||||||
|
|
||||||
// animations: 'all', // --- includes all animations
|
// animations: 'all', // --- includes all animations
|
||||||
|
|||||||
@@ -145,7 +145,7 @@ FridayShort: Vi
|
|||||||
Saturday: Sábado
|
Saturday: Sábado
|
||||||
SaturdayShort: Sá
|
SaturdayShort: Sá
|
||||||
Sunday: Domingo
|
Sunday: Domingo
|
||||||
Sunday: Do
|
SundayShort: Do
|
||||||
currentPassword: Contraseña actual
|
currentPassword: Contraseña actual
|
||||||
addFirstUser: Añadir primer usuario administrador
|
addFirstUser: Añadir primer usuario administrador
|
||||||
report: Informe
|
report: Informe
|
||||||
|
|||||||
@@ -66,7 +66,7 @@
|
|||||||
<q-item v-if="!autorized" to="/login" exact clickable v-ripple @click="closeDrawer">
|
<q-item v-if="!autorized" to="/login" exact clickable v-ripple @click="closeDrawer">
|
||||||
<q-item-section>{{ $t('login') }}</q-item-section>
|
<q-item-section>{{ $t('login') }}</q-item-section>
|
||||||
</q-item>
|
</q-item>
|
||||||
<!-- <q-item
|
<q-item
|
||||||
v-if="autorized || user.isPermittedTo('members', 'read')"
|
v-if="autorized || user.isPermittedTo('members', 'read')"
|
||||||
to="/report"
|
to="/report"
|
||||||
exact
|
exact
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
@click="closeDrawer"
|
@click="closeDrawer"
|
||||||
>
|
>
|
||||||
<q-item-section> {{ $t('report') }}</q-item-section>
|
<q-item-section> {{ $t('report') }}</q-item-section>
|
||||||
</q-item> -->
|
</q-item>
|
||||||
<q-item v-if="autorized" to="/stats" exact clickable v-ripple @click="closeDrawer">
|
<q-item v-if="autorized" to="/stats" exact clickable v-ripple @click="closeDrawer">
|
||||||
<q-item-section> {{ $t('stats') }}</q-item-section>
|
<q-item-section> {{ $t('stats') }}</q-item-section>
|
||||||
</q-item>
|
</q-item>
|
||||||
|
|||||||
Reference in New Issue
Block a user