mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 16:02:23 -04:00
![]() When learning cards become due while queue counts are cached, they were incorrectly shown as 'buried' in the deck overview. This happened because the counts() method only updated the learning cutoff when all counts were zero, missing newly due learning cards. - Modified counts() to also check for newly due learning cards - Added has_newly_due_learning_cards() to detect timing changes - Added test case to prevent regression Fixes issue where learning cards appear buried after exiting reviewer and waiting for next learning step, resolved by restarting Anki. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
---|---|---|
.. | ||
benches | ||
i18n | ||
io | ||
linkchecker | ||
process | ||
proto | ||
proto_gen | ||
src | ||
sync | ||
tests/support | ||
.gitignore | ||
bench.sh | ||
build.rs | ||
Cargo.toml | ||
README.md | ||
rust_interface.rs |
Anki's Rust code.