Add item list placeholder. (Closes #98)

This commit is contained in:
Oliver-Akins 2024-03-17 11:21:41 -06:00
parent 609b5820ba
commit 3981e95ff0
3 changed files with 12 additions and 3 deletions

View file

@ -23,6 +23,7 @@ export const partials = [
`actors/char-sheet/v2/partials/stats.v2.pc.hbs`, `actors/char-sheet/v2/partials/stats.v2.pc.hbs`,
`actors/char-sheet/v2/partials/inventory/inventory.v2.pc.hbs`, `actors/char-sheet/v2/partials/inventory/inventory.v2.pc.hbs`,
`actors/char-sheet/v2/partials/inventory/player.v2.pc.hbs`, `actors/char-sheet/v2/partials/inventory/player.v2.pc.hbs`,
`actors/char-sheet/v2/partials/inventory/item-list.v2.pc.hbs`,
`actors/char-sheet/v2/partials/inventory/storage.v2.pc.hbs`, `actors/char-sheet/v2/partials/inventory/storage.v2.pc.hbs`,
`actors/char-sheet/v2/partials/inventory/transportation.v2.pc.hbs`, `actors/char-sheet/v2/partials/inventory/transportation.v2.pc.hbs`,
]; ];

View file

@ -0,0 +1,10 @@
<div class="e-1dp panel item-list">
{{!--
Materials
Foils
--}}
<div class="foils">
<h2>Foils</h2>
<hr>
</div>
</div>

View file

@ -2,9 +2,7 @@
<div class="e-1dp panel containers-panel"> <div class="e-1dp panel containers-panel">
<h2>Containers</h2> <h2>Containers</h2>
</div> </div>
<div class="e-1dp panel item-list"> {{> dotdungeon.pc.v2.item-list }}
<h2>Item list</h2>
</div>
<div class="e-1dp panel capacity-panel"> <div class="e-1dp panel capacity-panel">
<h2>Capacity</h2> <h2>Capacity</h2>
{{!-- This will need some aria love --}} {{!-- This will need some aria love --}}