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
{{ message }}
This repository was archived by the owner on Jun 8, 2021. It is now read-only.
I have recently discovered that I have lots of duplicates in my shopping list. When I want to add new item to list I just type it's name and press enter. List of completed task in shopping list is too long browse through and reopen existing. Apparently sometimes I type whole name and press enter and sometimes I partly enter word and use suggestion above keyboard. Using suggestion adds trailing space and unfortunately TaskList considers "Bread" and "Bread " as different tasks.
Also different character case might lead do duplicates. IMHO task names should be compared in "ignore case" mode.
I have recently discovered that I have lots of duplicates in my shopping list. When I want to add new item to list I just type it's name and press enter. List of completed task in shopping list is too long browse through and reopen existing. Apparently sometimes I type whole name and press enter and sometimes I partly enter word and use suggestion above keyboard. Using suggestion adds trailing space and unfortunately TaskList considers "Bread" and "Bread " as different tasks.
Also different character case might lead do duplicates. IMHO task names should be compared in "ignore case" mode.