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(tile, :color='$vuetify.dark ? "grey darken-4" : "grey lighten-5"')
.pa-3.pt-4
.admin-header-icon: v-icon(size='80', color='grey lighten-2') transform
.headline.primary--text Editor
.subheading.grey--text Configure the content editor
v-tabs(:color='$vuetify.dark ? "primary" : "grey lighten-4"', fixed-tabs, :slider-color='$vuetify.dark ? "white" : "primary"', show-arrows)