mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
[Feature] 789 - spotlight order (#1222)
* order spotlight requests * add spotlight requests section to combat tracker
This commit is contained in:
parent
45b9b52314
commit
d4f80b6fa1
4 changed files with 28 additions and 4 deletions
|
|
@ -1,4 +1,7 @@
|
|||
<div class="combat-tracker">
|
||||
{{#if (gt this.spotlightRequests.length 0)}}
|
||||
{{> 'systems/daggerheart/templates/ui/combatTracker/combatTrackerSection.hbs' this title=(localize "DAGGERHEART.GENERAL.SpotlightRequests.plural") turns=this.spotlightRequests}}
|
||||
{{/if}}
|
||||
{{#if (gt this.characters.length 0)}}
|
||||
{{> 'systems/daggerheart/templates/ui/combatTracker/combatTrackerSection.hbs' this title=(localize "DAGGERHEART.GENERAL.Character.plural") turns=this.characters}}
|
||||
{{/if}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue