feat: title as menu link and updated lists history
Docker Build / build (push) Has been cancelled
TS Lint / ESLint (push) Has been cancelled
TS Lint / Oxlint (push) Has been cancelled
TS Lint / TypeScript (push) Has been cancelled

This commit is contained in:
2026-07-16 11:47:35 +02:00
parent fb48f64ed8
commit 765f3e1f8a
5 changed files with 70 additions and 41 deletions
+3 -2
View File
@@ -27,7 +27,8 @@ onMounted(() => {
<div
class="max-w-md min-w-96 bg-base-100 rounded-box shadow-md p-4"
>
<h1
<router-link
to="/"
class="text-4xl font-bold opacity-60 tracking-wide select-none"
>
<list-todo-icon
@@ -36,7 +37,7 @@ onMounted(() => {
class="inline"
/>
Tout Doux
</h1>
</router-link>
<router-view />
</div>
</div>