Description of the bug
when working with lists in the mobile app, there is some buggy behaviour when trying to check things off. I think at least part of the issue is the grey “checked” animation, it works well on desktop but not mobile.
As a result we can see checkmarks coming done/undone randomly.
Tangentially, i find myself often accidentally getting into edit mode when “missing” the checkmark, that one is not a bug but a UX/UI issue.
Thanks for the report! This anomaly should only occur if you mark checklist items as done in very quick succession after each other. And in actually fact this isn’t just a mobile bug but “a bug” with any checklist in display mode – since we debounce the requests sent to the API to avoid merge edit conflicts.
Definitely not ideal though and we will see what we can do to improve this