mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
* Replace window.location in CardInfoDialog with load_sveltekit_page * Fix format * Fix ForgettingCurve's reactivity * Props' default args aren't reactive * Add global _updateCardId fn to card-info * Use _updateCardId to reactively update card-info * Fix format * Fix type * Use dummy form instead of window global for client-side nav * Fallback to window.location in case form hasn't been rendered * Use window.postMessage instead of dummy <form> |
||
|---|---|---|
| .. | ||
| editable | ||
| editor | ||
| html-filter | ||
| icons | ||
| lib | ||
| mathjax | ||
| reviewer | ||
| routes | ||
| src | ||
| tools | ||
| .gitignore | ||
| bundle_svelte.mjs | ||
| bundle_ts.mjs | ||
| licenses.json | ||
| page.html | ||
| README.md | ||
| svelte.config.js | ||
| transform_ts.mjs | ||
| tsconfig.json | ||
| tsconfig_legacy.json | ||
| vite.config.ts | ||
| 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