1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-30 07:10:03 +00:00

Resolve "Publicly shared Gallery View"

This commit is contained in:
Alexander Haller 2022-07-27 11:19:29 +00:00 committed by Nigel Gott
parent 802125c60b
commit 81dde0acce
48 changed files with 2366 additions and 1152 deletions
web-frontend/modules/database

View file

@ -48,7 +48,12 @@ export const routes = [
{
name: 'database-public-grid-view',
path: '/public/grid/:slug',
component: path.resolve(__dirname, 'pages/publicGridView.vue'),
component: path.resolve(__dirname, 'pages/publicView.vue'),
},
{
name: 'database-public-gallery-view',
path: '/public/gallery/:slug',
component: path.resolve(__dirname, 'pages/publicView.vue'),
},
{
name: 'database-public-view-auth',