feat: soft-delete for teamer accounts

addresses #869dv9br3
This commit is contained in:
Björn Fromme
2026-08-11 12:26:13 +02:00
parent 388ecf9603
commit d654ce77fb
45 changed files with 1151 additions and 7 deletions
@@ -0,0 +1,6 @@
{% if teamer is not null and teamer.deleted %}
<span class="inline-block py-1 px-2 text-xs bg-gray-500 text-white"
title="Account gelöscht am {{ teamer.deletedAt | date('d.m.Y') }}">
gelöscht
</span>
{% endif %}