feat: jinja template for cards
Python Lint CI / ruff (push) Successful in 27m34s
Python Lint CI / ty (push) Successful in 27m34s
Python Lint CI / ruff-format-check (push) Successful in 27m35s
Docker Build / build (push) Successful in 29m5s

This commit is contained in:
2026-07-14 16:17:14 +02:00
parent 34fadcf6f6
commit 96c51bfab9
12 changed files with 89 additions and 105 deletions
+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"