anki/ts/sass
Damien Elmes 30c7cf1fdd fade out webview when pending updates; do some reviewer updates immediately
Issues that need fixing:
- when the editor saves the note with perform_op(), if it isn't modified,
no new undo entry is created, and perform_op then returns the changes
made by the previous operation instead
- the approach of fetching the last action in a subsequent backend
method is unsound, as another queued operation may sneak in first before
we have a chance to query the result - it would be better if it were
returned in a single atomic action
- redrawing the current card while editing is likely to make sound
autoplay annoyingly, and it has an unpleasant redraw. We may be better off
fading it out instead

Side note: the editor cursor moves to the start of the field when the
note is updated in another window - it might be nicer to have it move
the cursor to the end instead.
2021-03-19 19:45:21 +10:00
..
_buttons.scss Connect icons to sticky fields values 2021-03-09 13:37:56 +01:00
_vars.scss tweak sidebar appearance 2021-02-09 16:23:44 +10:00
BUILD.bazel initial Bazel conversion 2020-11-01 14:26:58 +10:00
core.scss fade out webview when pending updates; do some reviewer updates immediately 2021-03-19 19:45:21 +10:00
scrollbar.scss Connect icons to sticky fields values 2021-03-09 13:37:56 +01:00