feat: jinja template for cards

This commit is contained in:
2026-07-14 16:18:01 +02:00
parent 34fadcf6f6
commit f229b42dbc
12 changed files with 89 additions and 105 deletions
+2 -1
View File
@@ -74,7 +74,8 @@
},
"not_found": "Looks like there's nothing here...",
"not_found_button": "Go back to familiar territory",
"home": "A shareable task list with auto resetting items.<br/>Create your list below.",
"home": "A shareable task list with auto resetting items.",
"call_to_action": "Create your list below:",
"home_button": "Let's go !",
"share_button": "Share my list",
"share_text": "Check my list on Tout Doux!"
+2 -1
View File
@@ -74,7 +74,8 @@
},
"not_found": "On dirait qu'il n'y a rien ici...",
"not_found_button": "Retour en terrain connu",
"home": "Une liste de tâches avec réinitialisation automatique des éléments.<br/>Créez ta liste ci-dessous.",
"home": "Une liste de tâches avec réinitialisation automatique des éléments.",
"call_to_action": "Créez ta liste ci-dessous :",
"home_button": "C'est parti !",
"share_button": "Partager ma liste",
"share_text": "Regarde ma liste sur Tout Doux!"
+1 -2
View File
@@ -30,8 +30,7 @@ onBeforeRouteUpdate(updateTitle);
<div class="p-4">
<div
class="mb-4 italic text-xl font-extralight"
v-html="$t('home')"
></div>
>{{ $t('home') }}<br/>{{ $t('call_to_action') }}</div>
<div class="flex gap-2 mb-4">
<input
v-model="listNameInput"