mirror of
https://github.com/ankitects/anki.git
synced 2025-11-16 01:27:12 -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 |
||
|---|---|---|
| .. | ||
| _vendor | ||
| foreign_data | ||
| importing | ||
| scheduler | ||
| _backend.py | ||
| _legacy.py | ||
| _rsbridge.pyi | ||
| browser.py | ||
| cards.py | ||
| collection.py | ||
| config.py | ||
| consts.py | ||
| db.py | ||
| dbproxy.py | ||
| decks.py | ||
| errors.py | ||
| exporting.py | ||
| find.py | ||
| hooks.py | ||
| httpclient.py | ||
| lang.py | ||
| latex.py | ||
| media.py | ||
| models.py | ||
| notes.py | ||
| py.typed | ||
| rsbackend.py | ||
| sound.py | ||
| stats.py | ||
| statsbg.py | ||
| stdmodels.py | ||
| storage.py | ||
| sync.py | ||
| syncserver.py | ||
| tags.py | ||
| template.py | ||
| types.py | ||
| utils.py | ||