mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2026-09-26 14:45:44 +00:00
ux on item editor
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
<!-- price of augments -->
|
||||
<item-quick-price
|
||||
:item-img="selectedCatalyst?.icon"
|
||||
:show-img="selectedCatalyst !== undefined"
|
||||
:price="totalPrice"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -96,7 +96,7 @@
|
||||
<extraction-value :item="item" :first-result="groupedResults.at(0)" />
|
||||
|
||||
<!-- ADDED AUGMENTS COST -->
|
||||
<div
|
||||
<!-- <div
|
||||
v-if="addedAugments && addedAugments.length"
|
||||
class="p-2 border-2 border-gray-600 rounded mt-2 flex items-center"
|
||||
>
|
||||
@@ -110,7 +110,7 @@
|
||||
"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
<ui-error-box v-else>
|
||||
|
||||
Reference in New Issue
Block a user