Skip to content

fix: surface task remark in the desktop task list view - #128

Open
mvanhorn wants to merge 2 commits into
engigu:mainfrom
mvanhorn:fix/100-task-list-remark-display
Open

fix: surface task remark in the desktop task list view#128
mvanhorn wants to merge 2 commits into
engigu:mainfrom
mvanhorn:fix/100-task-list-remark-display

Conversation

@mvanhorn

Copy link
Copy Markdown
Contributor

Summary

Task remarks (备注) are now visible in the task list without consuming a new column: when task.remark is non-empty it renders as a muted truncated second line inside the existing name cell (the same treatment tags already get), and the name cell's tooltip carries the full remark text. The medium (sm to below xl) layout's task info block gets the same handling, so tablet and narrow-desktop users see it too.

Why this matters

#100 had two parts; the save bug was fixed the same day (e37deac, d187b1e) but the remark stayed invisible in the list, and you noted there is no room for a dedicated column ("列表页面展示备注展示不下了"). This surfaces the remark with zero horizontal footprint instead of the heavier column-visibility chooser the thread floated. The small-screen card layout already showed the remark; the list layouts now match. No backend changes, the task VO already returns remark.

Testing

Frontend-only change in Tasks.vue (+11/-5); empty remarks render nothing, long remarks truncate with the full text in the tooltip, and the large and medium branches were both checked.

Fixes #100

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.

[Bug] 定时任务里面的备注无法保存

1 participant