Get items appearing on the sheet, still a lot to do but this is a strong step in the right direction
This commit is contained in:
parent
6b03d62234
commit
23a402f11a
9 changed files with 254 additions and 10 deletions
|
|
@ -1 +1,29 @@
|
|||
<div></div>
|
||||
<li
|
||||
class="item"
|
||||
data-item-uuid="{{uuid}}"
|
||||
>
|
||||
<div
|
||||
class="summary"
|
||||
{{#if canExpand}}
|
||||
data-action="toggleExpand"
|
||||
{{/if}}
|
||||
>
|
||||
<img
|
||||
src="{{img}}"
|
||||
alt=""
|
||||
>
|
||||
<div class="title">
|
||||
<span class="name">{{ name }}</span>
|
||||
<span class="subtitle">{{ weight }}</span>
|
||||
</div>
|
||||
<input
|
||||
type="number"
|
||||
value="{{quantity}}"
|
||||
>
|
||||
</div>
|
||||
{{#if canExpand}}
|
||||
<div class="full-details" data-expanded="{{isExpanded}}">
|
||||
{{{ description }}}
|
||||
</div>
|
||||
{{/if}}
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue