Anki/rslib/src/storage
Damien Elmes e122f8ae0d undo support for deck adding/removing
Work in progress - still to do:
- renames appear as 'Update Deck' - easiest way to solve it would
be to have a separate backend method for renames
- drag&drop of decks not yet undoable
- since the undo status is updated after the backend method ends,
the older checkpoint() calls need to be replaced with an
update_undo_status() at the end of the call - if we just remove the
checkpoint, then the menu doesn't get updated
2021-03-10 23:50:11 +10:00
..
card undo support for note adding 2021-03-10 11:47:53 +10:00
config undo support for config entries 2021-03-10 11:53:27 +10:00
deck undo support for deck adding/removing 2021-03-10 23:50:11 +10:00
deckconf handle duplicate keys in schema 11 deckconf 2021-03-04 11:52:15 +10:00
graves undo support for deck adding/removing 2021-03-10 23:50:11 +10:00
note initial work on undoing reviews+burying siblings 2021-03-10 11:47:53 +10:00
notetype reformat .sql files 2021-01-09 14:08:55 +10:00
revlog initial work on undoing reviews+burying siblings 2021-03-10 11:47:53 +10:00
tag initial work on undoing reviews+burying siblings 2021-03-10 11:47:53 +10:00
upgrades decks start collapsed 2021-02-02 17:14:11 +10:00
mod.rs allow normal sync tests to run offline 2021-01-12 18:47:08 +10:00
schema11.sql Add comment explaining why sfld column has type integer 2021-01-25 18:39:59 +08:00
sqlite.rs split config.rs up 2021-03-10 11:53:27 +10:00
sync.rs allow normal sync tests to run offline 2021-01-12 18:47:08 +10:00
sync_check.rs another snapshot of sync work 2020-06-01 13:57:10 +10:00