[WIP] Added initial tavern updates (#8845)

* Added initial tavern updates

* Translations and styles

* Fixed locales and lint
This commit is contained in:
Keith Holliday
2017-07-06 09:38:52 -06:00
committed by GitHub
parent 3c71748a1b
commit 1c3a12f37d
5 changed files with 463 additions and 192 deletions

View File

@@ -35,7 +35,7 @@ const InboxConversationPage = () => import(/* webpackChunkName: "inbox" */ './co
// Guilds
const GuildIndex = () => import(/* webpackChunkName: "guilds" */ './components/guilds/index');
// const TavernPage = () => import(/* webpackChunkName: "guilds" */ './components/guilds/tavern');
const TavernPage = () => import(/* webpackChunkName: "guilds" */ './components/guilds/tavern');
const MyGuilds = () => import(/* webpackChunkName: "guilds" */ './components/guilds/myGuilds');
const GuildsDiscoveryPage = () => import(/* webpackChunkName: "guilds" */ './components/guilds/discovery');
const GuildPage = () => import(/* webpackChunkName: "guilds" */ './components/guilds/guild');
@@ -73,7 +73,7 @@ const router = new VueRouter({
path: '/guilds',
component: GuildIndex,
children: [
{ name: 'tavern', path: 'tavern', component: GuildPage },
{ name: 'tavern', path: 'tavern', component: TavernPage },
{
name: 'myGuilds',
path: 'myGuilds',