UniveralList

This commit is contained in:
2026-05-26 06:29:06 +00:00
parent e0a3dea68a
commit 3c4cf657c3
13 changed files with 350 additions and 258 deletions

View File

@@ -72,13 +72,13 @@ const { title } = Astro.props;
))}
</nav>
<ToastContainer client:only="preact" />
<ToastContainer client:only="preact" transition:persist />
<header>
<AuthStatus client:only="preact" />
<AuthStatus client:only="preact" transition:persist />
</header>
<main>
<main transition:animate="fade" >
<slot />
</main>