Get the general layout of the untyped item details ready
This commit is contained in:
parent
df38113533
commit
3b4e2405c1
2 changed files with 56 additions and 2 deletions
|
|
@ -20,14 +20,28 @@
|
|||
<h3 class="untyped__name">
|
||||
{{item.name}}
|
||||
</h3>
|
||||
<div class="untyped__quantity">
|
||||
<div class="untyped__quantity--display">
|
||||
(x {{item.system.quantity}})
|
||||
</div>
|
||||
</div>
|
||||
{{#if (dd-set-has meta.expanded item.uuid)}}
|
||||
<hr>
|
||||
<div class="untyped__content">
|
||||
Some Description
|
||||
<div class="untyped__quantity--edit">
|
||||
<label for="">
|
||||
Quantity
|
||||
</label>
|
||||
<input
|
||||
type="number"
|
||||
value="{{item.system.quantity}}"
|
||||
>
|
||||
</div>
|
||||
<div class="untyped__usage">Usage Cost</div>
|
||||
<div class="untyped__tier">Tier</div>
|
||||
<button type="button">C</button>
|
||||
<p class="untyped__description">Description</p>
|
||||
<button type="button">E</button>
|
||||
<button type="button">D</button>
|
||||
</div>
|
||||
{{/if}}
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue