Misc template cleanup / consistency

This commit is contained in:
Oliver-Akins 2024-03-25 21:34:23 -06:00
parent 36976e5123
commit c7bafee6b6
6 changed files with 5 additions and 7 deletions

View file

@ -1,4 +1,4 @@
<div class="tab inventory-page" data-group="page" data-tab="inventory"> <div class="tab inventory-page" data-group="page" data-tab="inventory">
{{> dotdungeon.pc.v2.storage }} {{> dotdungeon.pc.v2.storage }}
{{> dotdungeon.pc.v2.player }} {{> dotdungeon.pc.v2.player }}
</div> </div>

View file

@ -20,7 +20,6 @@
<div aria-hidden="true" class="icon icon--16"> <div aria-hidden="true" class="icon icon--16">
{{{ @root.icons.create }}} {{{ @root.icons.create }}}
</div> </div>
</button> </button>
</div> </div>
<hr> <hr>
@ -34,4 +33,4 @@
</section> </section>
{{/if}} {{/if}}
{{/each}} {{/each}}
</div> </div>

View file

@ -32,7 +32,6 @@
type="checkbox" type="checkbox"
{{checked item.system.used}} {{checked item.system.used}}
id="{{meta.idp}}-{{item.uuid}}-used" id="{{meta.idp}}-{{item.uuid}}-used"
value="{{item.system.used}}"
data-embedded-id="{{item.uuid}}" data-embedded-id="{{item.uuid}}"
data-embedded-update="system.used" data-embedded-update="system.used"
data-embedded-update-on="change" data-embedded-update-on="change"

View file

@ -90,4 +90,4 @@
</label> </label>
{{/each}} {{/each}}
</div> </div>
</div> </div>

View file

@ -1 +1 @@
<div class="tab" data-group="inventory" data-tab="storage">Storage</div> <div class="tab" data-group="inventory" data-tab="storage">Storage</div>

View file

@ -60,4 +60,4 @@
{{/if}} {{/if}}
</div> </div>
{{/each}} {{/each}}
</div> </div>