Add the toggle for item equipped status and inventory properties
This commit is contained in:
parent
44372d0a17
commit
f5c7e1c4bc
5 changed files with 37 additions and 9 deletions
|
|
@ -3,6 +3,11 @@
|
|||
data-item-uuid="{{uuid}}"
|
||||
>
|
||||
<div class="summary">
|
||||
<taf-toggle
|
||||
var:size="8px"
|
||||
var:padding="2px"
|
||||
{{checked equipped}}
|
||||
></taf-toggle>
|
||||
<img
|
||||
src="{{img}}"
|
||||
alt=""
|
||||
|
|
@ -21,6 +26,7 @@
|
|||
data-action="toggleExpand"
|
||||
data-expanded="{{isExpanded}}"
|
||||
{{disabled (not canExpand)}}
|
||||
aria-label="{{localize "taf.Apps.PlayerSheet.toggle-item-description"}}"
|
||||
>
|
||||
<taf-icon
|
||||
name="icons/chevron"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue