Anki/rslib/src/storage
Damien Elmes d382b33585 rework filtered deck screen & search errors
- Filtered deck creation now happens as an atomic operation, and is
undoable.
- The logic for initial search text, normalizing searches and so on
has been pushed into the backend.
- Use protobuf to pass the filtered deck to the updated dialog, so
we don't need to deal with untyped JSON.
- Change the "revise your search?" prompt to be a simple info box -
user has access to cancel and build buttons, and doesn't need a separate
prompt. Tweak the wording so the 'show excluded' button should be more
obvious.
- Filtered decks have a time appended to them instead of a number,
primarily because it's easier to implement. No objections going back to
the old behaviour if someone wants to contribute a clean patch.
The standard de-duplication will happen if two decks are created in the
same minute with the same name.
- Tweak the default sort order, and start with two searches. The UI
will still hide the second search by default, but by starting with two,
the frontend doesn't need logic for creating the starting text.
- Search errors now have their own error type, instead of using
InvalidInput, as that was intended mainly for bad API calls. The markdown
conversion is done when the error is converted from the backend, allowing
errors to printed as a string without any special handling by the calling
code.

TODO: when building a new filtered deck, update_active() is clobbering
the undo log when the overview is refreshed
2021-03-24 22:04:35 +10:00
..
card rework filtered deck screen & search errors 2021-03-24 22:04:35 +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 add indexes to graves table to speed up undo 2021-03-12 18:59:24 +10:00
note Add get_note_without_fields() from storage 2021-03-20 11:59:45 +01: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 speed up tag drag&drop and finish tag tidyup 2021-03-19 19:45:21 +10:00
upgrades add indexes to graves table to speed up undo 2021-03-12 18:59:24 +10:00
mod.rs support undo of filtered deck build/empty 2021-03-24 12:56:06 +10:00
schema11.sql Add comment explaining why sfld column has type integer 2021-01-25 18:39:59 +08:00
sqlite.rs move collection mtime bump into backend 2021-03-19 19:45:21 +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