feat(tasks): prioritize running undone tasks by default#502
Open
Ironboxplus wants to merge 1 commit into
Open
Conversation
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.
Description / 描述
在未完成任务列表中,按任务状态优先级排序:正在运行的任务(state=1)排在最前,其次是等待中/排队中的任务(state=0,8,9),最后是已取消/出错等其他状态(state=3,5,6)。仅在
undone视图、按名称排序且未反转时生效。Motivation and Context / 背景
此更改让运行中的任务自动置顶,提升任务管理效率。
How Has This Been Tested? / 测试
done视图不受影响Checklist / 检查清单
go fmtor prettier.permissions).