mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
* Ensure state mutator runs after card is rendered * Ensure ease buttons only show when states are ready * Pass context into states mutator * Revert queuing of state mutator hook Now that context data is exposed users shouldn't rely on the question having been rendered anymore. * Use callbacks instead of signals and timeout ... to track whether the states mutator ran or failed. * Make mutator async * Remove State enum * Reduce requests and compute seed on backend |
||
|---|---|---|
| .. | ||
| anki | ||
| rsbridge | ||
| tests | ||
| tools | ||
| .gitignore | ||
| README.md | ||
Anki's Python library code is in anki/.
The Rust/Python extension module is in rsbridge/; it references the library defined in ../rslib.