diff --git a/src/views/Wallet.vue b/src/views/Wallet.vue index 16aa16d..8b07cac 100644 --- a/src/views/Wallet.vue +++ b/src/views/Wallet.vue @@ -88,6 +88,10 @@ prepend-inner-icon="mdi-magnify" /> + + mdi-filter Market - - - - - MARKET - - AVG → NOW - mdi-information-outline - - BET - TO WIN - - VALUE - mdi-chevron-down - - - - - - No positions found. - - - {{ pos.market }} - {{ pos.avgNow }} - {{ pos.bet }} - {{ pos.toWin }} - {{ pos.value }} - - - - - - - - MARKET - SIDE - OUTCOME - PRICE - FILLED - TOTAL - EXPIRATION - ACTION - - - - - No open orders found. - - - {{ ord.market }} - - {{ ord.side }} - - {{ ord.outcome }} - {{ ord.price }} - {{ ord.filled }} - {{ ord.total }} - {{ ord.expiration }} - - Cancel - - - - - - - - - ACTIVITY - MARKET - VALUE - - - - - You haven't traded any polymarkets yet - - - - {{ h.activity }} - - {{ h.market }} - {{ h.value }} - - - + + + + + +
@@ -233,17 +409,52 @@ :balance="portfolioBalance" @success="onWithdrawSuccess" /> + + + + +
+ + mdi-close + +
+ +
+
+ {{ sellPositionItem.iconChar }} +
+
+

Sell {{ sellPositionItem.sellOutcome || 'Position' }}

+

{{ sellPositionItem.market }}

+
+
+ mdi-sack + Receive +
+
{{ sellReceiveAmount }}
+
+
+ + + Redeem + + Edit order + +
+