mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 07:36:26 +01:00
Fixed up Summary. Fixed multiclass/subclass blocking on selection
This commit is contained in:
parent
57334b0a63
commit
6d075ec44e
7 changed files with 320 additions and 82 deletions
|
|
@ -5,11 +5,11 @@
|
|||
>
|
||||
<div class="section-container">
|
||||
<div class="tiers-container">
|
||||
{{#each this.levelup.tiers as |tier key|}}
|
||||
<fieldset class="tier-container {{#if (not tier.active)}}inactive{{/if}}">
|
||||
<legend>{{tier.name}}</legend>
|
||||
{{#each this.levelup.tierCheckboxGroups as |tier key|}}
|
||||
<fieldset class="tier-container {{#if (not tier.tierActive)}}inactive{{/if}}">
|
||||
<legend>{{tier.tierName}}</legend>
|
||||
|
||||
{{#each tier.tierCheckboxGroups}}
|
||||
{{#each tier.groups}}
|
||||
<div class="checkbox-group-container">
|
||||
<div class="checkboxes-container">
|
||||
{{#each this.checkboxGroups}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue