add entry detail page

This commit is contained in:
Tilman Behrend 2025-09-21 17:47:28 +02:00
parent 4ab0ca00ad
commit 5402f98d05
10 changed files with 1116 additions and 72 deletions

View file

@ -48,6 +48,12 @@ const routes = [
component: () => import('pages/TagSelector.vue'),
meta: { hideFooter: true }
},
{
path: 'entry/:id',
name: 'entry-detail',
component: () => import('pages/EntryDetailPage.vue'),
meta: { hideFooter: true }
},
],
},