deerflow2/frontend/src/components/workspace
肖应宇 51e795a289 feat(frontend): 优化工作区输入框与 artifacts 展示体验
改进工作区核心交互,提升输入与结果查看的一致性和可用性。

调整 prompt 输入相关组件逻辑,优化输入行为与状态反馈
更新 workspace input-box 交互细节,改善可用性与稳定性
优化 message-group 展示逻辑,增强消息区域可读性
调整 artifact-file-detail 预览相关实现,为后续 Office 文件展示做准备
补充并更新 thread-routing e2e 用例,覆盖关键路由与交互回归场景
2026-04-10 17:19:41 +08:00
..
agents feat(agent):Supports custom agent and chat experience with refactoring (#957) 2026-03-03 21:32:01 +08:00
artifacts feat(frontend): 优化工作区输入框与 artifacts 展示体验 2026-04-10 17:19:41 +08:00
chats fix: 修复新会话重复请求并更新部署脚本默认目标 2026-04-08 16:54:04 +08:00
citations ci: enforce code formatting checks for backend and frontend (#1536) 2026-03-29 15:34:38 +08:00
messages feat(frontend): 优化工作区输入框与 artifacts 展示体验 2026-04-10 17:19:41 +08:00
settings feat(03): align workspace visual layer with legacy baseline 2026-04-07 14:34:22 +08:00
agent-welcome.tsx feat(agent):Supports custom agent and chat experience with refactoring (#957) 2026-03-03 21:32:01 +08:00
code-editor.tsx feat(03): align workspace visual layer with legacy baseline 2026-04-07 14:34:22 +08:00
command-palette.tsx feat(03): align workspace visual layer with legacy baseline 2026-04-07 14:34:22 +08:00
copy-button.tsx feat: implement i18n 2026-01-20 14:06:47 +08:00
dev-todo-list.tsx feat(03): align workspace visual layer with legacy baseline 2026-04-07 14:34:22 +08:00
export-trigger.tsx fix: 收紧threadId的类型为string,删除无用isNewRoute变量,合并状态判断showInputBox至showWelcomeStyle 2026-04-07 16:08:42 +08:00
flip-display.tsx feat: re-implement message group 2026-01-18 19:56:07 +08:00
github-icon.tsx feat: implement basic web app 2026-01-15 23:40:21 +08:00
iframe-test-panel.tsx feat: skill tag的复数处理。测试复skill的数量 2026-04-09 11:37:51 +08:00
input-box.tsx feat(frontend): 优化工作区输入框与 artifacts 展示体验 2026-04-10 17:19:41 +08:00
mode-hover-guide.tsx ci: enforce code formatting checks for backend and frontend (#1536) 2026-03-29 15:34:38 +08:00
overscroll.tsx feat: implement basic web app 2026-01-15 23:40:21 +08:00
recent-chat-list.tsx dev: 从侧边栏点击直接进入对话页 2026-04-09 14:23:28 +08:00
streaming-indicator.tsx feat: implement basic web app 2026-01-15 23:40:21 +08:00
thread-title.tsx fix: 收紧threadId的类型为string,删除无用isNewRoute变量,合并状态判断showInputBox至showWelcomeStyle 2026-04-07 16:08:42 +08:00
todo-list.tsx feat(agent):Supports custom agent and chat experience with refactoring (#957) 2026-03-03 21:32:01 +08:00
token-usage-indicator.tsx feat(frontend): display token usage per conversation turn (#1229) 2026-03-24 08:59:35 +08:00
tooltip.tsx feat: adjust layout and style of tooltip 2026-01-16 19:51:14 +08:00
use-chat-mode.ts feat(03): align workspace visual layer with legacy baseline 2026-04-07 14:34:22 +08:00
welcome.tsx feat(03): align workspace visual layer with legacy baseline 2026-04-07 14:34:22 +08:00
workspace-container.tsx feat: implement i18n 2026-01-20 14:06:47 +08:00
workspace-header.tsx fix(frontend): 进入/new预创建会话并强制跳转聊天态 2026-04-09 13:31:03 +08:00
workspace-nav-chat-list.tsx feat(agent):Supports custom agent and chat experience with refactoring (#957) 2026-03-03 21:32:01 +08:00
workspace-nav-menu.tsx feat: enhance workspace navigation menu with conditional rendering and mounted state 2026-02-07 11:10:24 +08:00
workspace-sidebar.tsx feat(03): align workspace visual layer with legacy baseline 2026-04-07 14:34:22 +08:00