More dialog stuff

This commit is contained in:
Chris Ryan 2026-01-16 21:16:38 +10:00
parent 6ea09551fe
commit 18bea6420c
3 changed files with 14 additions and 5 deletions

View file

@ -6,12 +6,18 @@
<span>Remaining points to use here.</span>
</div>
<div class="risk-it-all-container">
<div class="two-columns even">
<span>{{currentHitPointsLabel}}</span>
<span>New HP field editor, initial value is current hit points</span>
<div>
<span>New Hit Points Value</span>
<input type="text" data-dtype="Number" name="newHitPoints" value="{{newHitPoints}}" />
</div>
<span>{{currentStressLabel}}</span>
<span>New Stress field editor, initial value is current hit points</span>
<div>
<span>New Stress Value</span>
<input type="text" data-dtype="Number" name="newStress" value="{{newStress}}" />
</div>
</div>
</div>
<footer class="flexrow">