Skip to content

Commit

Permalink
ui wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bokkypoobah committed Sep 23, 2024
1 parent 3c14474 commit 74a2814
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions docs/tradeFungibles.js
Original file line number Diff line number Diff line change
Expand Up @@ -853,17 +853,12 @@ modalBuyOffer: {{ modalBuyOffer }}
<b-tabs size="sm" card v-model="settings.sellOffers.tabIndex" @input="saveSettings();" content-class="mt-0" align="left">
<b-tab no-body>
<template #title>
<span v-b-popover.hover.ds500="'View existing offers'">Offer</span>
</template>
</b-tab>
<b-tab no-body>
<template #title>
<span v-b-popover.hover.ds500="'Add offer'">Add Offer</span>
<span v-b-popover.hover.ds500="'Take offer'">Take Offer</span>
</template>
</b-tab>
<b-tab no-body>
<template #title>
<span v-b-popover.hover.ds500="'Take offer'">Take Offer</span>
<span v-b-popover.hover.ds500="'Make offer'">Make Offer</span>
</template>
</b-tab>
</b-tabs>
Expand All @@ -881,17 +876,12 @@ newSellOffers: {{ newSellOffers }}
<b-tabs size="sm" card v-model="settings.buyOffers.tabIndex" @input="saveSettings();" content-class="mt-0" align="left">
<b-tab no-body>
<template #title>
<span v-b-popover.hover.ds500="'View existing offers'">Offer</span>
</template>
</b-tab>
<b-tab no-body>
<template #title>
<span v-b-popover.hover.ds500="'Add offer'">Add Offer</span>
<span v-b-popover.hover.ds500="'Take offer'">Take Offer</span>
</template>
</b-tab>
<b-tab no-body>
<template #title>
<span v-b-popover.hover.ds500="'Take offer'">Take Offer</span>
<span v-b-popover.hover.ds500="'Make offer'">Make Offer</span>
</template>
</b-tab>
</b-tabs>
Expand Down

0 comments on commit 74a2814

Please sign in to comment.