From 5290885fe3de8c20fef2f61500cca8cecdf2727d Mon Sep 17 00:00:00 2001 From: Canyon Robins Date: Mon, 19 May 2025 20:57:43 -0700 Subject: [PATCH] use tailwind --- webview-ui/src/components/chat/ContextCondenseRow.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/webview-ui/src/components/chat/ContextCondenseRow.tsx b/webview-ui/src/components/chat/ContextCondenseRow.tsx index a03dbe811e..6f7718786c 100644 --- a/webview-ui/src/components/chat/ContextCondenseRow.tsx +++ b/webview-ui/src/components/chat/ContextCondenseRow.tsx @@ -20,17 +20,15 @@ const ContextCondenseRow = ({ cost, prevContextTokens, newContextTokens, summary {prevContextTokens.toLocaleString()} → {newContextTokens.toLocaleString()} {t("tokens")} - 0 ? 1 : 0 }}>${cost.toFixed(2)} + 0 ? "opacity-100" : "opacity-0"}>${cost.toFixed(2)} {isExpanded && (
-

- {t("chat:contextCondense.conversationSummary")} -

-
+

{t("chat:contextCondense.conversationSummary")}

+