Polish mobile shopping rows and stabilize backup archives

This commit is contained in:
2026-04-16 15:31:52 +02:00
parent 5e9beb1d98
commit 43fdd7081c
3 changed files with 81 additions and 10 deletions
+4 -1
View File
@@ -131,7 +131,10 @@
<div class="shopping-entry-actions">
<form method="post" action="{{ url_for('main.shopping_check', entry_id=entry.id) }}">
{{ csrf_input() }}
<button type="submit">Eingekauft</button>
<button type="submit" class="shopping-entry-check-button">
<span class="shopping-entry-check-mark" aria-hidden="true"></span>
<span class="shopping-entry-check-label">Eingekauft</span>
</button>
</form>
</div>
{% if entry.can_edit %}