Skip to content

fix(feedback): 修复新建工单崩溃 + 我的工单卡片移至左列#9

Merged
reputationly merged 1 commit into
mainfrom
fix/feedback-ui
Jun 10, 2026
Merged

fix(feedback): 修复新建工单崩溃 + 我的工单卡片移至左列#9
reputationly merged 1 commit into
mainfrom
fix/feedback-ui

Conversation

@reputationly

Copy link
Copy Markdown
Owner

工单功能(PR #8)合入 main 后的两处 UI 修复。

修复

  1. 新建工单崩溃(真 bug):新建表单正文用了 Input.TextArea,但 Semi UI 的 Input 没有 .TextArea 静态成员,渲染为 undefined 组件导致整页崩溃("页面渲染出错,请刷新页面重试")。改用独立导出的 TextArea
  2. 布局:「我的工单」卡片从个人设置右列移到左列。

验证

  • vite build 通过;扫描确认无其它「静态成员访问」隐患。
  • Codex review 无回归发现。

🤖 Generated with Claude Code

- 新建工单表单正文改用 Semi UI 独立导出的 TextArea:Input 无 .TextArea
  静态成员,原 Input.TextArea 渲染为 undefined 组件导致整页崩溃
  ("页面渲染出错,请刷新页面重试")。
- 「我的工单」卡片从个人设置右列移到左列。

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@reputationly reputationly merged commit 2d662b1 into main Jun 10, 2026
1 check passed
@reputationly reputationly deleted the fix/feedback-ui branch June 10, 2026 01:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant