From 08ae68b767b289de46fe7e2cf560dc7d4babcacb Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 9 Feb 2026 16:34:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9A=E9=92=B1=E5=8C=85?= =?UTF-8?q?=E6=89=8B=E6=9C=BA=E7=AB=AF=E5=85=BC=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Wallet.vue | 1162 ++++++++++++++++++++++++++++++++++++++---- 1 file changed, 1069 insertions(+), 93 deletions(-) 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 + +
+