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:
@@ -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."
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user