-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUGFIX: Task tracking #255
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
linked to #254 |
00a69c6
to
459db7d
Compare
While I was fixing a ts-ignore, I found that track logic didn't really act the way it should even still. So now toggleInProgressState is used by flag and not by hoping the task is in the right state when we toggle.
please test this to see if you find the behavior is still not what we want it to be. I guess I didn't get it reproduce when I originally submitted the PR. So we just pass inProgress by flag now, seems like the way to go. Matches some of the other state management that this point anyways. Cheers, -Nate |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and LGTM!
BUGFIX: Task tracking
By tracking a task, you could no longer not track it without resorting to a double-click.
Untrack is now in place for a task that is already being tracked.