Commit Graph

1006 Commits

Author SHA1 Message Date
yinjianm a2ac4047d9 feat(frontend): 支持批量编辑和管理已保存登录凭证
为连接表单补充已保存登录凭证的校验与提交流程,
允许新增、批量新增、测试连接时优先使用凭证

在连接列表中新增登录凭证管理入口,并支持批量编辑
时按连接类型筛选和应用已保存凭证

补充中英日文案,并修复 SSH 密钥选择器的绑定兼容性
2026-03-26 00:23:02 +08:00
yinjianm 1081c73254 feat(connection): 支持已保存登录凭证并重构首页仪表盘
新增登录凭证管理接口、数据表与前端选择器,连接创建、
编辑和测试现已支持复用已保存凭证

重构首页为管理驾驶舱,增加统计卡片、趋势与分布图、
活跃连接排行,并通过 summary 聚合数据统一驱动
2026-03-26 00:17:35 +08:00
yinjianm 1f52ff6e0a feat(workspace): 支持多行命令输入并新增仪表盘接口
将底部命令输入框改为支持自动增高的多行 textarea,
并把发送快捷键调整为 Ctrl+Shift+Enter,同时更新多语言提示文案

新增 dashboard summary 后端接口与聚合类型定义,
为首页管理驾驶舱改造提供统一数据入口,并同步知识库方案记录
2026-03-25 23:57:17 +08:00
yinjianm 9e49fcea61 feat(frontend): 增强连接树悬停操作与拖拽占位反馈
为连接管理页左侧标签树增加悬停工具按钮,
补充分隔标题行与节点拖拽目标高亮提示。

同时同步多语言文案与 helloagents 归档记录,
为后续真实重排交互预留可见反馈入口
2026-03-25 23:37:33 +08:00
yinjianm a6935a9c12 feat(frontend): 增强连接树搜索与资源管理器布局
为连接管理页左侧标签树新增独立搜索能力,支持命中节点、
祖先链路过滤与自动展开,提升大规模连接下的检索效率。

同步优化树头部为资源管理器式布局,并强化节点计数高亮;
补充中英日文案,同时归档并更新 helloagents 记录。
2026-03-25 23:27:00 +08:00
yinjianm 1662b2b9e8 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.
2026-03-25 23:19:53 +08:00
yinjianm 7af8812e26 feat(workspace): enhance status cards and terminal groups
add memory and disk monitoring cards with richer server metrics
and localized labels in the workspace status panel

group ssh terminal tabs by server with per-group add actions to
make multi-terminal relationships clearer

sync helloagents archive and module documentation for the
completed workspace updates
2026-03-25 22:58:27 +08:00
yinjianm d730d06c5e feat(workspace): 增强连接管理与终端状态展示
- 为连接管理页补充多级标签树、列头排序和行级更多菜单
- 支持同一 SSH 连接打开多个终端并显示终端序号
- 补充状态监控的内存与磁盘详情字段

---
 feat(workspace): enhance connection management and terminal status visibility

- add multi-level tag tree, sortable columns, and row-level more menu
- support multiple terminals per SSH connection with terminal indices
- extend status monitor with memory and disk detail fields
2026-03-25 22:25:37 +08:00
yinjianm 6553739c08 feat(frontend): redesign connections management view
Upgrade the connections page to a two-pane management console
with a scope tree, search toolbar, type filters, and a denser
results list while keeping existing connect, edit, test, and
batch actions available.

Also archive the completed ANSI terminal effects follow-up and
sync frontend/backend knowledge base records for the new default
terminal text effect behavior.
2026-03-25 21:50:26 +08:00
yinjianm 7e430cb983 fix(frontend): preserve ansi colors in terminal effects
Limit stroke and shadow effects to default-foreground terminal text so
ANSI-colored output keeps its intended visual meaning.

Also enable terminal text stroke and shadow by default in frontend and
backend fallbacks, and align the dark preset and default xterm theme
with the new green night palette.
2026-03-25 06:20:33 +08:00
yinjianm d74e84c87b fix(frontend): restore terminal tab scroll position
preserve xterm viewport intent when switching terminal tabs so
bottom-pinned sessions stay pinned and manually scrolled sessions
keep their history position

unify viewport restoration across activation, fit, and resize
paths to avoid losing scroll state after terminal reflow
2026-03-25 05:54:43 +08:00
yinjianm 654295e0c8 fix(frontend): align quick commands theme buttons
Replace remaining hardcoded button and hover colors in
QuickCommandsView with existing theme utility classes.

This keeps add, empty-state, and item action buttons visually
consistent across themes without changing quick command behavior.
2026-03-25 05:42:02 +08:00
yinjianm d8a99e55b8 Revert "feat(frontend): unify ui with slate control center"
This reverts commit 91aa6e83ca.
2026-03-25 05:21:34 +08:00
yinjianm b9a4917467 Revert "feat(frontend): redesign connections and workspace ui"
This reverts commit 191962b854.
2026-03-25 05:21:27 +08:00
yinjianm 191962b854 feat(frontend): redesign connections and workspace ui
refresh the connections view into a control center card layout
with summary stats, bulk actions, and faster access to test and
connect filtered SSH entries

polish workspace chrome with glass panel containers and update
the terminal tab bar styling and scrolling behavior

fix the top nav underline so it only tracks active nav links and
stays aligned after window resizing
2026-03-25 05:10:01 +08:00
yinjianm 91aa6e83ca feat(frontend): unify ui with slate control center
add shared page and auth shells to standardize the main
application layout and authentication entry experience

refresh dashboard, settings, login, setup, notifications,
proxies, and audit logs with a consistent Element Plus based
control-center presentation

modernize workspace side panels and status monitor while
keeping the three-column layout, and fix the terminal hover
cursor to show a text caret
2026-03-25 04:50:08 +08:00
yinjianm 10df92ffa3 fix(workspace): refine workbench defaults and cursor
Add Quick Commands as the default Workbench tab and update
the default three-column layout proportions to better match
the intended workspace design.

Also fix terminal hover cursor behavior and add locale and
docs updates for the new default interaction.
2026-03-25 04:18:26 +08:00
yinjianm f2f9c754f8 feat(workspace): add workbench layout and traffic totals
Rework the default /workspace layout into a three-column view
with a left-side Workbench, centered terminal, and right-side
status monitor.

Add a new Workbench pane that groups file manager, command
history, and editor into tabs while preserving panel state.
Extend server status data to expose cumulative network upload
and download totals since boot, and show them in the monitor.

Include a lightweight migration for the old default layout and
update related locale strings, pane metadata, and knowledge
base records.
2026-03-25 03:58:45 +08:00
dependabot[bot] c39c370627 build(deps): bump multer from 2.0.0 to 2.0.1 in /packages/backend
Bumps [multer](https://github.com/expressjs/multer) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/expressjs/multer/releases)
- [Changelog](https://github.com/expressjs/multer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/expressjs/multer/compare/v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: multer
  dependency-version: 2.0.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-05 02:39:53 +00:00
Baobhan Sith 90aa26b04f Update RemoteDesktopModal.vue 2025-06-05 09:49:56 +08:00
Baobhan Sith c5155c74c8 Update package.json 2025-06-05 09:44:49 +08:00
Baobhan Sith 44eafe730a feat: 添加复制路径菜单项 2025-06-05 09:34:38 +08:00
Baobhan Sith 91992e694e update 2025-06-04 18:34:17 +08:00
Baobhan Sith 61230a3b6e 添加部分缺失的i18n文本 2025-06-04 18:28:48 +08:00
Baobhan Sith 79c09f15cc Merge pull request #72 from Heavrnl/feature/codemirror
Feature/codemirror
2025-06-04 18:21:54 +08:00
Baobhan Sith 373ba1778c Update FileEditorOverlay.vue 2025-06-04 18:18:54 +08:00
Baobhan Sith d3b21f376b feat: 添加搜索框 2025-06-04 18:00:51 +08:00
Baobhan Sith b4442cd4b4 feat: 添加对更多类型的文件的代码高亮支持 2025-06-04 17:29:01 +08:00
Baobhan Sith dc776f2da5 Update CodeMirrorMobileEditor.vue 2025-06-04 17:15:44 +08:00
Baobhan Sith 79b94e479f feat: 添加代码高亮功能 2025-06-04 17:14:24 +08:00
Baobhan Sith 39808e5abb feat: 完成移动端集成CodeMirror 2025-06-04 12:54:38 +08:00
Baobhan Sith d31c468e37 Update CodeMirrorMobileEditor.vue 2025-06-04 12:40:54 +08:00
Baobhan Sith 065e3a0272 update 2025-06-04 12:36:07 +08:00
dependabot[bot] 96a00e4be4 build(deps): bump tar-fs from 2.1.2 to 2.1.3 in /packages/backend
Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 2.1.2 to 2.1.3.
- [Commits](https://github.com/mafintosh/tar-fs/commits)

---
updated-dependencies:
- dependency-name: tar-fs
  dependency-version: 2.1.3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-04 03:10:50 +00:00
Baobhan Sith 9f5342d1e4 Update QuickCommandsView.vue 2025-06-04 10:39:55 +08:00
Baobhan Sith 87f660cd61 style: 统一样式 2025-06-04 10:38:43 +08:00
Baobhan Sith 092442b37c fix: 修复私钥密码不导出的问题
#66
2025-06-04 10:25:10 +08:00
Baobhan Sith 046ff894e0 Update connection.ts 2025-06-04 10:08:54 +08:00
Baobhan Sith 9af9efc0a4 Update package.json 2025-06-04 10:01:13 +08:00
Baobhan Sith a81fb6fdaf feat: Docker管理器添加进入容器和查看日志功能按钮
#49
2025-06-04 09:55:31 +08:00
Baobhan Sith 4d22bcb3c9 Update appearance.service.ts 2025-06-04 09:24:16 +08:00
Baobhan Sith c277abdde6 update 2025-06-04 09:15:31 +08:00
Baobhan Sith 27fa1caa1f 调整代码结构 2025-06-01 15:35:42 +08:00
Baobhan Sith 33422a215c 整理代码结构 2025-06-01 15:31:06 +08:00
Baobhan Sith 3d16613194 Delete 静态冰蓝玻璃.html 2025-05-30 13:03:49 +08:00
Baobhan Sith 807a48a7dd feat: 为快捷指令添加变量功能
#57
2025-05-30 09:25:46 +08:00
Baobhan Sith e2d6dcb937 fix: 修复移动端终端字号加载异常的问题
#57
2025-05-29 18:37:26 +08:00
Baobhan Sith ef33726a11 fix: 修复移动端终端字号加载异常的问题
#53
2025-05-29 18:28:12 +08:00
Baobhan Sith c44f1606d6 fix: 修复移动端ssh会话标签切换异常且自定义背景不显示的问题 2025-05-29 18:15:37 +08:00
Baobhan Sith 564d7e775c Update appearance.repository.ts 2025-05-28 21:22:16 +08:00