feat: refactor participant card DTOs and labels

This commit is contained in:
Björn Fromme
2026-04-11 18:28:32 +02:00
parent f22ceae41c
commit 1b0e479e49
10 changed files with 299 additions and 139 deletions
@@ -48,7 +48,13 @@
<div class="text-gray-600" {{ qa_attribute('participant-room-name', index) }}>
{{ cardData.roomName }}
<br>
{{ cardData.price }}
{% if cardData.price.showDash %}
-
{% elseif cardData.isCanceled %}
{{ cardData.price.amount|format_currency('EUR') }} Stornokosten
{% else %}
{{ cardData.price.amount|format_currency('EUR') }}
{% endif %}
</div>
{% endif %}
</div>