mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-01 15:03:57 +08:00
feat(terminal-dashboard): improve UX for pane/session management
- Add confirmation dialog when closing pane with active session - Add explicit "Close Session" button to terminate backend PTY - Handle "session not found" scenario with user-friendly message - Add i18n keys for new UI elements (en/zh)
This commit is contained in:
@@ -143,6 +143,8 @@
|
||||
"pane": {
|
||||
"selectSession": "选择会话",
|
||||
"selectSessionHint": "从下拉菜单中选择终端会话",
|
||||
"sessionNotFound": "会话已不存在",
|
||||
"sessionNotFoundHint": "该会话可能已关闭或服务器已重启,请选择其他会话。",
|
||||
"splitHorizontal": "向右分割",
|
||||
"splitVertical": "向下分割",
|
||||
"clearTerminal": "清屏",
|
||||
|
||||
Reference in New Issue
Block a user