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:
parent
802125c60b
commit
81dde0acce
48 changed files with 2366 additions and 1152 deletions
web-frontend/modules/database
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue