mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
* Do not include oldIdx in Select change event I included it due to confusion about the variable names in the Change Notetype components. * Remove redundant on:change listener from NotetypeSelector * Use Select component in Change Notetype MapperRow (again) * Remove redundant --cols and --col-size definitions Bootstrap divides rows into columns of equal width by default. * Add highlight to active DropdownItem * Remove bootstrap dropdown item styling * Fix JS error on dropdown accept action cause: When closing the dropdown, buttonRef was removed before the callback in setTimeout was run. |
||
|---|---|---|
| .. | ||
| card-info | ||
| change-notetype | ||
| components | ||
| congrats | ||
| deck-options | ||
| domlib | ||
| editable | ||
| editor | ||
| fields | ||
| graphs | ||
| html-filter | ||
| icons | ||
| import-csv | ||
| lib | ||
| mathjax | ||
| patches | ||
| reviewer | ||
| sql_format | ||
| sveltelib | ||
| tag-editor | ||
| .gitignore | ||
| bundle_svelte.mjs | ||
| bundle_ts.mjs | ||
| esbuild_jest.mjs | ||
| jest.config.js | ||
| licenses.json | ||
| page.html | ||
| README.md | ||
| transform_ts.mjs | ||
| tsconfig.json | ||
| 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