ezl / todo

0 stars 0 forks source link

fix bug: make it possible to see items without tags #95

Closed ezl closed 2 years ago

ezl commented 2 years ago

https://www.loom.com/share/e53b9edcdfe14cbda16db15384383851

yassinya commented 2 years ago

I see two behaviors:

  1. Tasks without tags not showing up when one or more tags are selected. Correct me if I am wrong @ezl , I believe that this is the expected behavior when filtering items by tags. They are not showing up because they don’t have one or all of the selected tags.

  2. Tasks not showing up if there are no tags selected (Not the expected behavior) Unselecting all the tags (turning filtering off) should have displayed all the tasks regardless of whether they have a tag or not. This a bug

yassinya commented 2 years ago

@ezl I found what’s causing tasks that don’t have a tag to not appear (even when no visible tags are selected/active)

When you:

This will hide that tag while it is in SELECTED state, this means the filter is still considered active.

I’ll update it later today, it should not consider hidden tags when filtering