enhance card items

This commit is contained in:
moliloo 2025-05-29 01:31:47 -03:00
parent b31d19a772
commit bd0a01ff47
33 changed files with 727 additions and 534 deletions

View file

@ -0,0 +1,9 @@
<header class='item-card-header'>
<img class='profile' src='{{source.img}}' data-action='editImage' data-edit='img' />
<div class='item-info'>
<h1 class='item-name'><input type='text' name='name' value='{{source.name}}' /></h1>
<div class='item-description'>
<h3>{{localize 'TYPES.Item.community'}}</h3>
</div>
</div>
</header>