Add item list placeholder. (Closes #98)
This commit is contained in:
parent
609b5820ba
commit
3981e95ff0
3 changed files with 12 additions and 3 deletions
|
|
@ -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`,
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
<div class="e-1dp panel item-list">
|
||||||
|
{{!--
|
||||||
|
Materials
|
||||||
|
Foils
|
||||||
|
--}}
|
||||||
|
<div class="foils">
|
||||||
|
<h2>Foils</h2>
|
||||||
|
<hr>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
@ -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 --}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue