wrap Transition around various views

This commit is contained in:
lightling 2024-05-17 17:08:37 -04:00
parent 10cada1f51
commit 936c61f0ba
5 changed files with 70 additions and 64 deletions

View file

@ -166,6 +166,7 @@ onMounted(async () => {
<template lang="pug">
.template.gallery-list
Transition
.navigation(
v-if='ready'
)

View file

@ -63,6 +63,7 @@ onMounted(async () => {
<template lang="pug">
.template.gallery-view
Transition
.view-wrapper(
v-if='ready'
)

View file

@ -26,6 +26,7 @@ onMounted(async () => {
<template lang="pug">
.template.markdown
Transition
EmbedableContent(
v-if='content'
:content='content'

View file

@ -64,6 +64,7 @@ onMounted(async () => {
<template lang="pug">
.template.project-list
Transition
.projects(
v-if='ready'
)
@ -78,6 +79,7 @@ onMounted(async () => {
:viewPath='projectViewPath'
:isInternal='true'
)
Transition
FilterPanel(
v-if='ready && !!config.tags'
:tags='config.tags'

View file

@ -45,6 +45,7 @@ onMounted(async () => {
<template lang="pug">
.template.project-view
Transition
article(
v-if='ready'
)