Skip to content

fix: 🐛 [App Feedback] under Status column, the Completed text shows splitted... - #194

Closed
yhay81 wants to merge 1 commit into
zerx-lab:mainfrom
yhay81:agent/issue-188
Closed

fix: 🐛 [App Feedback] under Status column, the Completed text shows splitted...#194
yhay81 wants to merge 1 commit into
zerx-lab:mainfrom
yhay81:agent/issue-188

Conversation

@yhay81

@yhay81 yhay81 commented Jul 27, 2026

Copy link
Copy Markdown

Fixes #188.

Summary

🐛 [App Feedback] under Status column, the Completed text shows splitted apart in seprate lines

Validation

  • Mechanical gate: +4/-2, tests passed
  • Adversarial review: approved

🤖 AI-authored PR, operated by @yhay81.

@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@zerx-lab

Copy link
Copy Markdown
Owner

感谢贡献!这个修复的意图是对的,但 main 上的任务列表列宽体系已重构为列注册表(lib/src/widgets/task_columns.dart 的 kTaskColumns,表头/行/宽度预算共用单一事实源),本 PR 修改的硬编码列宽代码已不存在,产生冲突无法直接合并。

现状说明:

  • 换行问题(Completed 被拆成两行)已在重构中修复:状态单元格带 maxLines: 1 + TextOverflow.ellipsis;
  • 本 PR 的状态列 60→80 加宽仍有价值(新单元格含状态图标,英文 Completed 在 60px 下会被省略),已在新体系中等价落地。

故关闭本 PR,修复效果等价保留。

@zerx-lab zerx-lab closed this Jul 30, 2026
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.

🐛 [App Feedback] under Status column, the Completed text shows splitted apart in seprate lines

3 participants