Backspace can unselect all tags now
I reset my branch, since with my recent PR #480 I accidentally had all my recent changes combined in one PR, which was not my intention. Also I now added things to the GUI to properly reflect the new feature.
Ok now only one test failed, the linting one. Did I do something wrong with the code formatting or so?
Thanks! I forgot about this PR. I fixed the formatting and merged.
In the future, you can run black . on the repo to fix formatting.
Cool thanks for the info and thanks for merging. I recently found a bug, though. When pressing Backspace now the filtered tags do not get re-shown in the list. I have to investigate - just wanted to note this down. If I can find a solution I simply will probably come up with another PR. Thanks for merging and thanks for checking my code. (=
I cannot reproduce the bug, and also don't see how that could be happening. For good measure I did #497 so ._tag_bars_dict is also reset.
I finally found some time testing + updating. For now I also cannot reproduce it. Maybe it was some hiccup or so. Thanks again for merging! (=