13519a929c
- Daily limits are no longer inherited - each deck limits its own cards, and the selected deck enforces a maximum limit. - Fetching of review cards now uses a single query, and sorts in advance. In collections with a large number of overdue cards and decks, this is faster than iterating over each deck in turn. - Include interday learning count in review count & review limit, and allow them to be buried. - Warn when parent review limit is lower than child deck in deck options. - Cap the new card limit to the review limit. - Add option to control whether new card fetching short-circuits. |
||
---|---|---|
.. | ||
components | ||
congrats | ||
deckoptions | ||
editor | ||
graphs | ||
html-filter | ||
lib | ||
sass | ||
svelte | ||
sveltelib | ||
.eslintrc.js | ||
.gitignore | ||
.prettierignore | ||
.prettierrc | ||
BUILD.bazel | ||
compile_sass.bzl | ||
copy.bzl | ||
esbuild.bzl | ||
eslint.bzl | ||
format.sh | ||
images.d.ts | ||
jest.bzl | ||
jest.config.js | ||
licenses.json | ||
package.json | ||
prettier.bzl | ||
protobuf-no-long.js | ||
protobuf-shim.js | ||
protobuf.bzl | ||
README.md | ||
sql_format.bzl | ||
sql_format.ts | ||
tsconfig.json | ||
update-licenses.sh | ||
update.sh | ||
vendor.bzl | ||
yarn.lock | ||
yarn.sh |
Anki's TypeScript and Sass dependencies. Some TS/JS code is also stored separately in ../qt/aqt/data/web/.
To update all dependencies:
./update.sh
To add a new dev dependency, use something like:
./add.sh -D @rollup/plugin-alias