feat(frontend): polish connection tree and terminal groups

Add explorer-style tree search in the connections view with
match-path expansion, clearer count highlighting, and a refined
sidebar header layout.

Improve terminal tab grouping by keeping new sessions appended
within their server group, highlighting the active group, and
deduplicating broadcast actions to send commands once per server.
This commit is contained in:
yinjianm
2026-03-25 23:19:53 +08:00
parent 385e916c54
commit 1662b2b9e8
15 changed files with 563 additions and 83 deletions
+5 -5
View File
@@ -60,10 +60,10 @@
"loading": "ロード中...",
"searchPlaceholder": "履歴を検索...",
"actions": {
"sendToAllSessions": "すべてのセッションに送信"
"sendToAllSessions": "すべてのサーバーに送信"
},
"notifications": {
"sentToAllSessions": "コマンドは {count} 個のセッションに送信されました。",
"sentToAllSessions": "コマンドは {count} 台のサーバーに送信されました。",
"noActiveSshSessions": "コマンドを送信するアクティブな SSH セッションはありません。"
}
},
@@ -730,13 +730,13 @@
"sortByUsage": "使用頻度",
"usageCount": "使用回数",
"actions": {
"sendToAllSessions": "すべてのセッションに送信"
"sendToAllSessions": "すべてのサーバーに送信"
},
"notifications": {
"sentToAllSessions": "コマンドは {count} 個のセッションに送信されました。",
"sentToAllSessions": "コマンドは {count} 台のサーバーに送信されました。",
"noActiveSshSessions": "コマンドを送信するアクティブな SSH セッションはありません。"
}
},
},
"remoteDesktopModal": {
"errors": {
"clientError": "クライアントエラー",