Pass the hope value in the button data; skeleton risk it all dialog to fill out.

This commit is contained in:
Chris Ryan 2026-01-15 23:39:44 +10:00
parent 7e4422dbf4
commit d414b464b5
7 changed files with 79 additions and 7 deletions

View file

@ -0,0 +1,18 @@
<div>
<header class="dialog-header">
<h1>{{title}}</h1>
</header>
<div class="risk-it-all-container">
<span>TODO magic here</span>
</div>
<footer class="flexrow">
<button data-action="close">
<span>{{localize "Cancel"}}</span>
</button>
<button data-action="submit" {{#if (not this.validChoices)}}disabled{{/if}}>
<span>
{{localize "DAGGERHEART.APPLICATIONS.RiskItAllDialog.submit"}}
</span>
</button>
</footer>
</div>