-
Notifications
You must be signed in to change notification settings - Fork 13
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
Delete Task does not delete tasks #170
Comments
@NVLudwig deleting the task was fixed with the changes in the PR I made #188 Issues left to be fixed:
|
@agneszitte-nventive we don't currently have support in navigation for displaying a toast (but it is a good idea). |
@NVLudwig / @nickrandolph I think we can keep this idea aside for the toast for now. We need to finish/fix/stabilize some other important parts of the app. We can revisit the idea later on when we have time for improving the app. Let me know if it's okay with you |
Yup it's ok, I still can't delete tasks today... |
Thanks @NVLudwig for the feedback ! |
This PR should address the issue with deleting tasks (and other places message dialog is used): #268 |
Deleting task is fixed with #268 |
...it deletes every task in the list now... |
Ok I will double-check that @NVLudwig (cc @nickrandolph) |
@nickrandolph heads up that I did some tests and also asked other devs to test on their side and I cannot reproduce @NVLudwig issue (deletes every task in the list at the same time). So I did some tests with @NVLudwig and normally it's a cache issue on his side and he wasn't using the latest version. @nickrandolph the only last thing to fix for this issue is the fact that the task details tab should close after deleting the task. So I will assign this issue to you also since you will work on that. |
@agneszitte-nventive I'm closing this issue as the remaining work is tracked in #280 |
Current behavior
Pressing the delete task, gives a pressed state but nothing after, and no change is applied to the list
Expected behavior
Task should be deleted and list updated. If in Task details at the time of deleting it user should navigate back to previous view (false in Desktop mode, If details is in a pane, pane should close). (Bonus points for displaying a Toast reading "Task Deleted"
How to reproduce it (as minimally and precisely as possible)
Go to any task detail and presse the delete button at the bottom of the screen
Environment
Mac
OS Chrome Version 100.0.4896.75 (Official Build) (x86_64)
Private window
Nuget Package:
Package Version(s):
Affected platform(s):
Visual Studio:
Relevant plugins:
Anything else we need to know?
The text was updated successfully, but these errors were encountered: