mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-30 05:04:21 +00:00
5e resurrection
This commit is contained in:
parent
07b671b99d
commit
2948b2cd64
6 changed files with 24 additions and 18 deletions
|
|
@ -100,16 +100,6 @@
|
|||
</v-list-item-title>
|
||||
</v-list-item-content>
|
||||
</v-list-item>
|
||||
<v-list-item v-if="$site.themeConfig.discordHDNO" link :href="$site.themeConfig.discordHDNO" target="_blank">
|
||||
<v-list-item-icon>
|
||||
<v-icon>mdi-discord</v-icon>
|
||||
</v-list-item-icon>
|
||||
<v-list-item-content>
|
||||
<v-list-item-title>
|
||||
Discord Communautaire
|
||||
</v-list-item-title>
|
||||
</v-list-item-content>
|
||||
</v-list-item>
|
||||
<v-list-item v-if="$site.themeConfig.discord" link :href="$site.themeConfig.discord" target="_blank">
|
||||
<v-list-item-icon>
|
||||
<v-icon>mdi-discord</v-icon>
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
</v-container>
|
||||
|
||||
<v-btn v-show="$vuetify.breakpoint.lgAndUp && $store.state.hasRightDrawer" color="primary" @click.stop="setRightDrawer" :class="rightDrawerButtonCSS()" small top right fixed fab>
|
||||
<v-btn v-show="$vuetify.breakpoint.lgAndUp && $store.state.hasRightDrawer" color="primary" @click.stop="setRightDrawer" class="d-print-none" :class="rightDrawerButtonCSS()" small top right fixed fab>
|
||||
<v-icon v-if="$store.state.rightDrawer">mdi-chevron-right</v-icon>
|
||||
<v-icon v-else left>mdi-chevron-left</v-icon>
|
||||
</v-btn>
|
||||
|
|
|
|||
|
|
@ -121,9 +121,19 @@
|
|||
</template>
|
||||
|
||||
<template v-slot:item.isInEncounter="{ item }">
|
||||
<v-btn dense icon @click.stop="addCreatureInEncounter(item)">
|
||||
<v-icon>mdi-sword-cross</v-icon>
|
||||
</v-btn>
|
||||
<v-tooltip top>
|
||||
<template v-slot:activator="{ on, attrs }">
|
||||
<v-btn
|
||||
dense
|
||||
icon
|
||||
@click.stop="addCreatureInEncounter(item)"
|
||||
v-bind="attrs"
|
||||
v-on="on">
|
||||
<v-icon>mdi-sword-cross</v-icon>
|
||||
</v-btn>
|
||||
</template>
|
||||
<span>Ajouter au calculateur de rencontre</span>
|
||||
</v-tooltip>
|
||||
</template>
|
||||
|
||||
</v-data-table>
|
||||
|
|
|
|||
|
|
@ -85,4 +85,8 @@
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
main.content {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue