refactor(sidebar): streamline conversation list with completed filter and expand toggle
Replace flat/grouped view toggle with a show-completed filter dropdown, add expand/collapse-all control, extract status icon component, and simplify the sidebar header.
This commit is contained in:
@@ -834,8 +834,12 @@
|
||||
"statsLabel": "{folders} フォルダ · {convos} 会話",
|
||||
"openFolder": "フォルダを開く",
|
||||
"searchPlaceholder": "会話を検索...",
|
||||
"viewFlat": "フラット表示",
|
||||
"viewGrouped": "フォルダでグループ化",
|
||||
"showCompleted": "完了した会話を表示",
|
||||
"moreOptions": "その他のオプション",
|
||||
"statusRunningBadge": "実行中",
|
||||
"statusFailedBadge": "失敗",
|
||||
"conversationCountUnit": "{count} 件",
|
||||
"emptyFolderHint": "会話がありません",
|
||||
"noMatchingConversations": "一致する会話がありません",
|
||||
"removeFolderConfirmTitle": "このフォルダをワークスペースから削除しますか?",
|
||||
"removeFolderConfirmDescription": "\"{name}\" をワークスペースから削除しますか?関連するタブとターミナルが閉じられます。",
|
||||
|
||||
Reference in New Issue
Block a user