Fixes and enhancements, from issue list

This commit is contained in:
2026-03-27 21:21:17 +01:00
parent f1dda301d7
commit c22c3d713b
25 changed files with 531 additions and 111 deletions

View File

@@ -48,6 +48,14 @@
</div>
</div><!-- /party-treasury -->
<!-- Slots -->
<div class="party-slots">
<span class="party-slots-label">{{localize "OATHHAMMER.Label.Slots"}}</span>
<span class="party-slots-current">{{currentSlots}}</span>
<span class="party-slots-sep">/</span>
<input class="party-slots-max" type="number" name="system.maxSlots" value="{{system.maxSlots}}" min="0" {{#if isPlayMode}}disabled{{/if}} />
</div>
</div><!-- /party-header-body -->
</div>
</fieldset>