You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When add a task (first position) or deleting the first task, the task menu should properly reflect "can move to top" capability (and similar).
To Reproduce
Steps to reproduce the behavior:
Create a first task "T1"
Open its menu, "move to top" shouldn't be displayed
Create a second task "T2"
Open its menu, "move to top" shouldn't be displayed
Open "T1" task's menu, "move to top" should now be displayed ❌
Alternative scenario:
Create 2 tasks like in first scenario
Delete "T2" (being the first task in the list)
Open "T1" task's menu, "move to top" shouldn't be displayed anymore ❌
Expected behavior
"move to top" menu visibility should reflect new tasks positions.
Screenshots
If applicable, add screenshots to help explain your problem.
Note
This fails despite implementation of task position recomputation in "delete task" #136