mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 07:36:26 +01:00
update attachment tab with comments
This commit is contained in:
parent
666b37b6c1
commit
a9e584d619
2 changed files with 6 additions and 4 deletions
|
|
@ -950,6 +950,9 @@
|
|||
"stress": {
|
||||
"name": "Stress"
|
||||
}
|
||||
},
|
||||
"Attachments": {
|
||||
"attachHint": "Drop items here to attach them"
|
||||
}
|
||||
},
|
||||
"GENERAL": {
|
||||
|
|
|
|||
|
|
@ -15,16 +15,15 @@
|
|||
<div class="item-name">{{item.name}}</div>
|
||||
</div>
|
||||
<div class="controls">
|
||||
<i class="fa-solid fa-trash remove-attachment" data-action="removeAttachment" data-uuid="{{item.uuid}}"></i>
|
||||
<a data-action="removeAttachment" data-uuid="{{item.uuid}}"><i class="fa-solid fa-trash remove-attachment"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
{{/each}}
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
<div class="drop-area" data-drop-type="Item">
|
||||
<i class="fa-solid fa-plus"></i>
|
||||
<span>Drop items here to attach them</span>
|
||||
<div class="drop-area" data-drop-type="Item" style="width: 100%;">
|
||||
<span>{{localize "DAGGERHEART.EFFECTS.Attachments.attachHint"}}</span>
|
||||
</div>
|
||||
</fieldset>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue