Skip to content

Conversation

@igor-semenov
Copy link
Contributor

The Today counter was not decreasing when tasks were deleted because the item_deleted signal was emitted before the item was removed from the Store's _items collection. This caused the counter recalculation to include the deleted item.

Fixed by moving the item_deleted signal emission to after the item removal from the collection.

🤖 Generated with Claude Code

Issue: #1604

@alainm23 alainm23 merged commit 2eb8bea into alainm23:master Jul 15, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants