anki/ts
Damien Elmes 13519a929c rework various aspects of the test scheduler
- 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.
2021-05-16 20:23:07 +10:00
..
components Check for id when inserting dynamic elements 2021-05-07 16:50:17 +02:00
congrats Rename anki/ to lib/ for export 2021-04-23 10:02:28 +10:00
deckoptions rework various aspects of the test scheduler 2021-05-16 20:23:07 +10:00
editor disable broken svelte_check test on Windows for now 2021-05-08 12:15:49 +10:00
graphs tweak hover css to work with latest js deps 2021-05-07 17:57:28 +10:00
html-filter remove nested terneries and enable lint 2021-04-23 13:00:18 +10:00
lib remove nested terneries and enable lint 2021-04-23 13:00:18 +10:00
sass Add lefttopbtns as AddonButtons 2021-05-07 02:04:44 +02:00
svelte disable broken svelte_check test on Windows for now 2021-05-08 12:15:49 +10:00
sveltelib move isApplePlatform() into lib/shortcuts, and remove sveltelib file 2021-04-23 11:22:30 +10:00
.eslintrc.js remove nested terneries and enable lint 2021-04-23 13:00:18 +10:00
.gitignore Update eslint to 4.22.0 2021-04-22 19:19:39 +02:00
.prettierignore run prettier on some sass files 2021-04-14 18:22:33 +10:00
.prettierrc
BUILD.bazel add a hack to avoid Long.js in Jest tests 2021-04-17 17:05:48 +10:00
compile_sass.bzl Include editor-toolbar as a library in editor 2021-04-20 13:44:44 +02:00
copy.bzl include sourcemaps for pages/* in dev builds 2021-04-20 17:33:46 +10:00
esbuild.bzl move esbuild into separate repo 2021-04-15 10:53:49 +10:00
eslint.bzl
format.sh
images.d.ts define file extension in .d.ts so typescript doesn't complain 2021-03-28 16:15:28 +02:00
jest.bzl deckconfig->deckoptions 2021-04-25 19:02:30 +10:00
jest.config.js fix jest 2021-04-12 09:43:31 +10:00
licenses.json roll back bootstrap until 5.0.1 comes out 2021-05-11 13:06:03 +10:00
package.json roll back bootstrap until 5.0.1 comes out 2021-05-11 13:06:03 +10:00
prettier.bzl
protobuf-no-long.js add a hack to avoid Long.js in Jest tests 2021-04-17 17:05:48 +10:00
protobuf-shim.js switch from rollup to esbuild 2021-03-21 16:06:36 +10:00
protobuf.bzl force number in protobuf generation 2021-04-12 14:33:20 +10:00
README.md
sql_format.bzl
sql_format.ts Import createPatch in ts/sql_format directly 2021-04-22 18:43:35 +02:00
tsconfig.json Fix remaining errors in editor/*.svelte files 2021-05-07 15:10:28 +02:00
update-licenses.sh
update.sh
vendor.bzl Make mdi also use renamed pkg_from_name 2021-04-15 13:09:50 +02:00
yarn.lock roll back bootstrap until 5.0.1 comes out 2021-05-11 13:06:03 +10:00
yarn.sh Replace individual d3 libraries with encompassing d3 2021-01-30 00:00:22 +01:00

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