Merge branch 'feature-tabletop' into develop

This commit is contained in:
ThaumRystra
2023-12-18 18:35:56 +02:00
41 changed files with 3233 additions and 275 deletions

View File

@@ -202,9 +202,7 @@ RouterFactory.configure(router => {
meta: {
title: 'Print Character Sheet',
},
},
/* Not ready for prime time <3
{
}, {
path: '/tabletops',
name: 'tabletops',
component: Tabletops,
@@ -218,9 +216,7 @@ RouterFactory.configure(router => {
rightDrawer: TabletopRightDrawer,
},
beforeEnter: ensureLoggedIn,
},
*/
{
}, {
path: '/friends',
components: {
default: NotImplemented,