From 2607e8cc6cd2c97fb8a650d6f779d859b9bc944b Mon Sep 17 00:00:00 2001 From: robhyrk Date: Fri, 7 Nov 2025 18:31:28 -0500 Subject: [PATCH 1/2] style: update trade result ,odal --- components/markets/TradeResult.tsx | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/components/markets/TradeResult.tsx b/components/markets/TradeResult.tsx index aeb52369b..1e13bd5d9 100644 --- a/components/markets/TradeResult.tsx +++ b/components/markets/TradeResult.tsx @@ -62,13 +62,19 @@ const TradeResult = ({ : `${twitterBaseUrl}I'm using %40ZeitgeistPM to bet on "${marketQuestion}" %0A%0ACheck out the market here%3A%0A&url=${marketUrl}`; return ( -
-
You've just {type === "buy" ? "bought" : "sold"}
-
{amount?.toFixed(2)}
-
- {tokenName} Predictions - for -
+
+
+ You've just {type === "buy" ? "bought" : "sold"} +
+
+ {amount?.toFixed(2)} +
+
+ + {tokenName} + {" "} + Predictions for +
{baseTokenAmount?.toFixed(2)} {baseToken}
@@ -76,12 +82,15 @@ const TradeResult = ({ target="_blank" rel="noopener noreferrer" href={tweetUrl} - className="mb-4" + className="mb-4 transition-all hover:opacity-80" > -
From a8dc181e57ad39a0c7ace92182a00bdecc13d30f Mon Sep 17 00:00:00 2001 From: robhyrk Date: Fri, 7 Nov 2025 18:37:42 -0500 Subject: [PATCH 2/2] update gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a31a42060..fc54a4c3f 100644 --- a/.gitignore +++ b/.gitignore @@ -49,4 +49,7 @@ yarn-error.log* /zeitgeist-sdk CLAUDE.md /.claude -/.cursor \ No newline at end of file +/.cursor +.cursor/ +.serena/ +DESIGN_SYSTEM.md \ No newline at end of file