bd88c6d352
* 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 | ||
.clang-format | ||
.top_level | ||
README.md |
Protobuf files defining the interface the frontend and backend components use to talk to each other, and how Anki stores some of the data inside its SQLite database. These files are used to generate Rust, Python and TypeScript bindings.