Re-enabled tabletop links
This commit is contained in:
@@ -97,8 +97,8 @@ export default {
|
||||
{ title: 'Home', icon: 'mdi-home', to: '/' },
|
||||
{ title: 'Characters', icon: 'mdi-account-group', to: '/character-list', requireLogin: true },
|
||||
{ title: 'Library', icon: 'mdi-library-shelves', to: '/library', requireLogin: true },
|
||||
//{title: 'Tabletops', icon: 'api', to: '/tabletops', requireLogin: true},
|
||||
//{title: 'Friends', icon: 'people', to: '/friends', requireLogin: true},
|
||||
{title: 'Tabletops', icon: 'mdi-table-furniture', to: '/tabletops', requireLogin: true},
|
||||
{title: 'Friends', icon: 'mdi-account-multiple', to: '/friends', requireLogin: true},
|
||||
{ title: 'Files', icon: 'mdi-file-multiple', to: '/my-files' },
|
||||
{ title: 'Feedback', icon: 'mdi-bug', to: '/feedback' },
|
||||
{ title: 'About', icon: 'mdi-sign-text', to: '/about' },
|
||||
|
||||
@@ -201,9 +201,7 @@ RouterFactory.configure(router => {
|
||||
meta: {
|
||||
title: 'Print Character Sheet',
|
||||
},
|
||||
},
|
||||
/* Not ready for prime time <3
|
||||
{
|
||||
}, {
|
||||
path: '/tabletops',
|
||||
name: 'tabletops',
|
||||
component: Tabletops,
|
||||
@@ -217,9 +215,7 @@ RouterFactory.configure(router => {
|
||||
rightDrawer: TabletopRightDrawer,
|
||||
},
|
||||
beforeEnter: ensureLoggedIn,
|
||||
},
|
||||
*/
|
||||
{
|
||||
}, {
|
||||
path: '/friends',
|
||||
components: {
|
||||
default: NotImplemented,
|
||||
|
||||
Reference in New Issue
Block a user