Re-enabled tabletop links

This commit is contained in:
Stefan Zermatten
2023-06-27 16:25:35 +02:00
parent 23af519691
commit 0899343717
2 changed files with 4 additions and 8 deletions

View File

@@ -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' },

View File

@@ -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,