Skip to content

Commit e7fff36

Browse files
committed
simplify chat summary UI
1 parent 74725f9 commit e7fff36

File tree

18 files changed

+1
-21
lines changed

18 files changed

+1
-21
lines changed

webview-ui/src/components/chat/ContextCondenseRow.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@ export const ContextCondenseRow = ({ cost, prevContextTokens, newContextTokens,
2727

2828
{isExpanded && (
2929
<div className="mt-2 ml-0 p-4 bg-vscode-editor-background rounded text-vscode-foreground text-sm">
30-
<h3 className="font-bold mb-5 -mt-1 ml-2">{t("chat:contextCondense.conversationSummary")}</h3>
31-
<div className="-ml-6">
32-
<Markdown markdown={summary} />
33-
</div>
30+
<Markdown markdown={summary} />
3431
</div>
3532
)}
3633
</div>

webview-ui/src/i18n/locales/ca/chat.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@
201201
},
202202
"contextCondense": {
203203
"title": "Context condensat",
204-
"conversationSummary": "Resum de la conversa",
205204
"tokens": "tokens"
206205
},
207206
"followUpSuggest": {

webview-ui/src/i18n/locales/de/chat.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@
201201
},
202202
"contextCondense": {
203203
"title": "Kontext komprimiert",
204-
"conversationSummary": "Gesprächszusammenfassung",
205204
"tokens": "Tokens"
206205
},
207206
"followUpSuggest": {

webview-ui/src/i18n/locales/en/chat.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@
132132
},
133133
"contextCondense": {
134134
"title": "Context Condensed",
135-
"conversationSummary": "Conversation Summary",
136135
"tokens": "tokens"
137136
},
138137
"instructions": {

webview-ui/src/i18n/locales/es/chat.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@
201201
},
202202
"contextCondense": {
203203
"title": "Contexto condensado",
204-
"conversationSummary": "Resumen de la conversación",
205204
"tokens": "tokens"
206205
},
207206
"followUpSuggest": {

webview-ui/src/i18n/locales/fr/chat.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@
201201
},
202202
"contextCondense": {
203203
"title": "Contexte condensé",
204-
"conversationSummary": "Résumé de la conversation",
205204
"tokens": "tokens"
206205
},
207206
"followUpSuggest": {

webview-ui/src/i18n/locales/hi/chat.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@
201201
},
202202
"contextCondense": {
203203
"title": "संदर्भ संक्षिप्त किया गया",
204-
"conversationSummary": "वार्तालाप का सारांश",
205204
"tokens": "टोकन"
206205
},
207206
"followUpSuggest": {

webview-ui/src/i18n/locales/it/chat.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@
201201
},
202202
"contextCondense": {
203203
"title": "Contesto condensato",
204-
"conversationSummary": "Riepilogo della conversazione",
205204
"tokens": "token"
206205
},
207206
"followUpSuggest": {

webview-ui/src/i18n/locales/ja/chat.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@
200200
},
201201
"contextCondense": {
202202
"title": "コンテキスト要約",
203-
"conversationSummary": "会話の要約",
204203
"tokens": "トークン"
205204
},
206205
"followUpSuggest": {

webview-ui/src/i18n/locales/ko/chat.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@
201201
},
202202
"contextCondense": {
203203
"title": "컨텍스트 요약됨",
204-
"conversationSummary": "대화 요약",
205204
"tokens": "토큰"
206205
},
207206
"followUpSuggest": {

0 commit comments

Comments
 (0)