1e849316be
'card modified' covers the common case where we need to rebuild the study queue, but is also set when changing the card flags. We want to avoid a queue rebuild in that case, as it causes UI flicker, and may result in a different card being shown. Note marking doesn't trigger a queue build, but still causes flicker, and may return the user back to the front side when they were looking at the answer. I still think entity-based change tracking is the simplest in the common case, but to solve the above, I've introduced an enum describing the last operation that was taken. This currently is not trying to list out all possible operations, and just describes the ones we want to special-case. Other changes: - Fire the old 'state_did_reset' hook after an operation is performed, so legacy code can refresh itself after an operation is performed. - Fire the new `operation_did_execute` hook when mw.reset() is called, so that as the UI is updated to the use the new hook, it will still be able to refresh after legacy code calls mw.reset() - Update the deck browser, overview and review screens to listen to the new hook, instead of relying on the main window to call moveToState() - Add a 'set flag' backend action, so we can distinguish it from a normal card update. - Drop the separate added/modified entries in the change list in favour of a single entry per entity. - Add typing to mw.state - Tweak perform_op() - Convert a few more actions to use perform_op() |
||
---|---|---|
.. | ||
actions.ftl | ||
adding.ftl | ||
browsing.ftl | ||
card-stats.ftl | ||
card-template-rendering.ftl | ||
card-templates.ftl | ||
custom-study.ftl | ||
database-check.ftl | ||
deck-config.ftl | ||
decks.ftl | ||
editing.ftl | ||
empty-cards.ftl | ||
errors.ftl | ||
exporting.ftl | ||
fields.ftl | ||
findreplace.ftl | ||
importing.ftl | ||
media-check.ftl | ||
media.ftl | ||
network.ftl | ||
notetypes.ftl | ||
preferences.ftl | ||
profiles.ftl | ||
scheduling.ftl | ||
search.ftl | ||
statistics.ftl | ||
studying.ftl | ||
sync.ftl | ||
undo.ftl |