anki/ts/reviewer
RumovZ 31b7464c67
Add card meta for persisting custom scheduling state (#2040)
* Add card meta for persisting custom scheduling state

* Rename meta -> custom_data

* Enforce limits on size of custom data

Large values will slow down table scans of the cards table, and it's
easier to be strict now and possibly relax things in the future than
the opposite.

* Pack card states and customData into a single message

+ default customData to empty if it can't be parsed

Co-authored-by: Damien Elmes <gpg@ankiweb.net>
2022-09-02 11:22:49 +10:00
..
answering.ts Add card meta for persisting custom scheduling state (#2040) 2022-09-02 11:22:49 +10:00
BUILD.bazel pass ts deps into most Svelte packages; remove redundant deps 2021-10-18 12:44:31 +10:00
css.ts Preload external css files to prevent flash of unstyled content (#1558) 2021-12-16 21:47:10 +10:00
images.ts Use trailingComma: all setting in .prettierrc (#1435) 2021-10-19 09:06:00 +10:00
index_wrapper.ts Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
index.ts Fix JS drop event not firing in the reviewer (#1906) 2022-06-10 23:33:53 +10:00
reviewer_extras.ts fix reviewer_extras 2022-02-14 18:46:50 +10:00
reviewer.scss Wrap type answer output in code tag; remove extra div 2022-07-22 20:37:56 +10:00
tsconfig.json yarn upgrade --latest 2021-10-01 12:52:53 +10:00