feat: add quick task completion action

This commit is contained in:
2026-04-13 10:28:33 +02:00
parent bfcf2b6930
commit 42d4f8ec8e
2 changed files with 9 additions and 3 deletions

View File

@@ -129,7 +129,8 @@
{{ quick_task_form.effort() }}
</div>
<div class="dialog-actions">
{{ quick_task_form.submit(class_='button') }}
<button type="submit" class="button" name="quick_action" value="save">Aufgabe speichern</button>
<button type="submit" class="button button--secondary" name="quick_action" value="complete">Aufgabe als erledigt speichern</button>
<button type="button" class="button button--ghost" id="quickTaskClose">Abbrechen</button>
</div>
</form>