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