feat: add dynamic dialog max width to ModalDialog component
Some checks failed
Chore App Build, Test, and Push Docker Images / build-and-push (push) Has been cancelled

This commit is contained in:
2026-05-01 18:49:40 -04:00
parent 4ac83dcf17
commit a68a86a6a6
2 changed files with 3 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
:imageUrl="reward.image_url"
:title="reward.name"
:subtitle="reward.points_needed === 0 ? 'Reward Ready!' : reward.points_needed + ' more points'"
dialogMaxWidth="760px"
@backdrop-click="$emit('cancel')"
>
<div class="modal-message">