Conversation
Contributor
There was a problem hiding this comment.
嗨,我已经审查了你的改动,看起来很棒!
帮我变得更有用!请在每条评论上点 👍 或 👎,我会根据你的反馈来改进后续的评审。
Original comment in English
Hey - I've reviewed your changes and they look great!
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR removes the task import/export UI and related plumbing in preparation for a future rewrite.
Changes:
- Removed task import/export flows from
TaskList(context menu entries, dialogs, selection/preview logic, and Tauri/web download handling). - Deleted the now-unused
TaskTransferPreviewcomponent. - Removed import/export-related i18n strings across all supported locales and updated the delete-confirm hint copy accordingly.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/i18n/locales/zh-TW.ts | Removes import/export-related task list strings; updates delete-confirm hint text. |
| src/i18n/locales/zh-CN.ts | Removes import/export-related task list strings; updates delete-confirm hint text. |
| src/i18n/locales/ko-KR.ts | Removes import/export-related task list strings; updates delete-confirm hint text. |
| src/i18n/locales/ja-JP.ts | Removes import/export-related task list strings; updates delete-confirm hint text. |
| src/i18n/locales/en-US.ts | Removes import/export-related task list strings; updates delete-confirm hint text. |
| src/components/TaskTransferPreview.tsx | Deletes the task transfer preview component (no longer referenced). |
| src/components/TaskList.tsx | Removes import/export actions, dialogs, and related state/helpers from the task list. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary by Sourcery
从 UI 以及其支持逻辑中移除现有的任务列表导入/导出功能,为未来的重写做准备。
Enhancements:
Chores:
Original summary in English
Summary by Sourcery
Remove the existing task list import/export functionality from the UI and supporting logic in preparation for a future rewrite.
Enhancements:
Chores: