Continued migrating UI to vuetify 2

This commit is contained in:
Stefan Zermatten
2021-03-25 12:54:44 +02:00
parent 480da6fc7d
commit fe3fa56541
70 changed files with 218 additions and 208 deletions

View File

@@ -19,7 +19,7 @@
<template slot="actions">
<v-spacer />
<v-btn
flat
text
color="primary"
@click="$store.dispatch('popDialogStack', selected)"
>

View File

@@ -1,6 +1,6 @@
<template lang="html">
<div class="tabletop">
<section class="initiative-row layout row center">
<section class="initiative-row layout center">
<tabletop-creature-card
v-for="creature in creatures"
:key="creature._id"
@@ -13,7 +13,7 @@
hover
@click="addCreature"
>
<div class="flex layout row justify-center align-center">
<div class="flex layout justify-center align-center">
<v-icon>add</v-icon>
</div>
<v-card-title>

View File

@@ -5,7 +5,7 @@
dark
dense
>
<v-toolbar-side-icon @click="toggleDrawer" />
<v-app-bar-nav-icon @click="toggleDrawer" />
<v-toolbar-title>
Tabletop
</v-toolbar-title>