Anki/rslib/src/backend
Damien Elmes 41c5a25dc8 simplify errors
- use a flat enum instead of oneof messages, most of which were empty
- tidy up the Python side
2021-04-03 16:06:46 +10:00
..
scheduler ID -> Id in protobuf and Python 2021-03-27 21:38:20 +10:00
search Add note interval column 2021-03-30 23:44:35 +02:00
sync move sync/network errors into separate file 2021-04-01 17:02:54 +10:00
adding.rs Simplify note adding and the deck/notetype choosers 2021-03-10 11:53:27 +10:00
card.rs use mixed case for abbreviations in Rust code 2021-03-27 19:53:33 +10:00
cardrendering.rs use mixed case for abbreviations in Rust code 2021-03-27 19:53:33 +10:00
collection.rs use perform_op() for undo() 2021-04-03 14:38:49 +10:00
config.rs rename BrowserCardState 2021-03-29 17:12:45 +10:00
dbproxy.rs crate::err -> crate::error 2021-04-01 16:07:13 +10:00
deckconfig.rs undoable ops now return changes directly; add new *_ops.py files 2021-03-19 19:45:21 +10:00
decks.rs move filtered deck labels to backend 2021-04-01 23:53:38 +10:00
error.rs simplify errors 2021-04-03 16:06:46 +10:00
generic.rs switch NoteType to Notetype 2021-03-27 22:03:19 +10:00
i18n.rs update to latest Fluent 2021-03-27 13:24:11 +10:00
media.rs undoable ops now return changes directly; add new *_ops.py files 2021-03-19 19:45:21 +10:00
mod.rs simplify errors 2021-04-03 16:06:46 +10:00
notes.rs switch NoteType to Notetype 2021-03-27 22:03:19 +10:00
notetypes.rs switch NoteType to Notetype 2021-03-27 22:03:19 +10:00
ops.rs use perform_op() for undo() 2021-04-03 14:38:49 +10:00
progress.rs i18n->tr in rslib/ to match Python/TS code 2021-03-27 12:09:51 +10:00
stats.rs fix more issues uncovered by the latest clippy 2021-03-27 20:25:34 +10:00
tags.rs ID -> Id in protobuf and Python 2021-03-27 21:38:20 +10:00