feat: admin rendering UI + module configuration UI + UI fixes

This commit is contained in:
Nicolas Giard
2018-09-08 20:57:37 -04:00
parent 92d0925d51
commit 0b93544677
22 changed files with 212 additions and 62 deletions

View File

@@ -1,6 +1,7 @@
<template lang='pug'>
v-card
v-card(flat, :color='$vuetify.dark ? "grey darken-4" : "grey lighten-5"').pa-3.pt-4
.admin-header-icon: v-icon(size='80', color='grey lighten-2') people
.headline.blue--text.text--darken-2 Edit Group
.subheading.grey--text {{name}}
v-btn(color='primary', fab, absolute, bottom, right, small, to='/groups'): v-icon arrow_upward