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
+4 -4
View File
@@ -1315,10 +1315,10 @@
"copied": "Copied to clipboard",
"copyFailed": "Copy failed",
"actions": {
"sendToAllSessions": "Send to All Sessions"
"sendToAllSessions": "Send to All Servers"
},
"notifications": {
"sentToAllSessions": "Command sent to {count} sessions.",
"sentToAllSessions": "Command sent to {count} servers.",
"noActiveSshSessions": "No active SSH sessions to send command to."
}
},
@@ -1356,10 +1356,10 @@
"clickToEditTag": "Click to edit tag name"
},
"actions": {
"sendToAllSessions": "Send to All Sessions"
"sendToAllSessions": "Send to All Servers"
},
"notifications": {
"sentToAllSessions": "Command sent to {count} sessions.",
"sentToAllSessions": "Command sent to {count} servers.",
"noActiveSshSessions": "No active SSH sessions to send command to."
}
},