feat: jinja template for cards
This commit is contained in:
@@ -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!"
|
||||
|
||||
@@ -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!"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user