Get the item list styles finished, and start working on the weight summary / carry capacity for the tab

This commit is contained in:
Oliver 2026-03-19 00:23:01 -06:00
parent 96eccc62f2
commit 704ff4672a
8 changed files with 94 additions and 25 deletions

View file

@ -3,14 +3,23 @@
data-group="primary"
data-tab="items"
>
Total Weight: {{totalWeight}}
<hr>
<section>
Total Weight: {{totalWeight}}
/
<input
type="number"
name="system.carryCapacity"
value="{{system.carryCapacity}}"
>
({{ carryCapacityPercent }}%)
</section>
{{#each itemGroups as | group |}}
<section>
<div class="header">
<span class="name">
<div class="item-list-header">
<div class="grow">
{{ group.name }}
</span>
</div>
<span class="weight">
{{ group.weight }}
</span>