deerflow2/frontend/src/components/workspace
MT-Mint 269408b66f feat(table): 表格下载支持 CSV 和 Markdown 双格式下拉选择
重构下载功能,将单一下载按钮改为 DropdownMenu 下拉菜单,新增 CSV 导出和 escapeCsvCell 辅助函数,downloadTextFile 支持自定义 MIME 类型。
2026-06-12 11:39:02 +08:00
..
agents feat(agent):Supports custom agent and chat experience with refactoring (#957) 2026-03-03 21:32:01 +08:00
artifacts feat(artifact): artifact markdown 表格复用 CopyButton 2026-06-11 09:50:22 +08:00
chats fix(backend): 修复 replace 标记泄漏到展示层 2026-04-24 18:37:30 +08:00
citations ci: enforce code formatting checks for backend and frontend (#1536) 2026-03-29 15:34:38 +08:00
messages feat(table): 表格下载支持 CSV 和 Markdown 双格式下拉选择 2026-06-12 11:39:02 +08:00
settings refactor(workspace): 将颜色 token 重命名为语义化命名 2026-04-24 18:37:30 +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 refactor(chat): 品牌化聊天页面布局和图标,移除 sxwz 硬编码偏移 2026-06-12 11:38:59 +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 fix: 修复剪贴板没有统一使用copyToClipboard的问题 2026-04-14 09:49:17 +08:00
dev-todo-list.tsx refactor(workspace): 将颜色 token 重命名为语义化命名 2026-04-24 18:37:30 +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 refactor(workspace): 将颜色 token 重命名为语义化命名 2026-04-24 18:37:30 +08:00
input-box-submit.test.ts fix(workspace): 优化欢迎建议布局并完善输入框提交判断 2026-06-01 17:55:03 +08:00
input-box-submit.ts fix(workspace): 优化欢迎建议布局并完善输入框提交判断 2026-06-01 17:55:03 +08:00
input-box.tsx feat(input): 附件引用弹窗新增搜索过滤框 2026-06-11 09:50:29 +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 fix: 修复剪贴板没有统一使用copyToClipboard的问题 2026-04-14 09:49:17 +08:00
streaming-indicator.tsx refactor(workspace): 将颜色 token 重命名为语义化命名 2026-04-24 18:37:30 +08:00
thread-memory-panel.tsx test(e2e): 添加 E2E 测试基础设施和线程记忆测试 2026-06-11 17:51:15 +08:00
thread-title.tsx fix: 收紧threadId的类型为string,删除无用isNewRoute变量,合并状态判断showInputBox至showWelcomeStyle 2026-04-07 16:08:42 +08:00
todo-list.tsx refactor(workspace): 将颜色 token 重命名为语义化命名 2026-04-24 18:37:30 +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 Revert "feat(frontend): 增强建议快捷skill工具多层提示交互并更新计划状态" 2026-04-19 11:38:35 +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(brand): workspace 组件接入品牌文案和 Logo 切换 2026-06-10 17:51:46 +08:00
workspace-container.tsx feat: implement i18n 2026-01-20 14:06:47 +08:00
workspace-header.tsx chore: 推进版本,v3.3.1 2026-06-11 17:56:11 +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 fix(08): 用主题色替换留存的 white/black 工具颜色, 2026-04-23 10:31:09 +08:00