Anki/rslib/src/config
Damien Elmes 73d9391f64 update undo skipping; exclude deck/tag expand/collapse
Instead of calling a method inside the transaction body, routines
can now pass Op::SkipUndo if they wish the changes to be discarded
at the end of the transaction. The advantage of doing it this way is
that the list of changes can still be returned, allowing the sync
indicator to update immediately.

Closes #1252
2021-06-25 09:16:15 +10:00
..
bool.rs update undo skipping; exclude deck/tag expand/collapse 2021-06-25 09:16:15 +10:00
deck.rs make config prefix removal undoable 2021-04-29 19:16:02 +10:00
mod.rs update undo skipping; exclude deck/tag expand/collapse 2021-06-25 09:16:15 +10:00
notetype.rs expose the ability to get/set aux notetype/template keys 2021-05-25 22:13:53 +10:00
schema11.rs default to the v2 scheduler in new collections 2021-05-06 19:09:28 +10:00
string.rs update undo skipping; exclude deck/tag expand/collapse 2021-06-25 09:16:15 +10:00
undo.rs fix clippy lints for latest Rust 2021-06-21 13:09:36 +10:00