73eec1d35a
* Fix wrong import * Fix text centering * Update CONTRIBUTORS * Add ellipsis prop to LabelButton; fix buttons * Revert 6911fbfa6 * Create a prop to toggle ellipsis in LabelButton.svelte Thanks to @hikaru-y: using "white-space: nowrap;" and "overflow: hidden;" together even when "text-overflow: ellipsis" is not needed can be problematic. This fixes the text centering on deck options's SaveButton. * Toggle ellipsis in NotetypeSelector.svelte's leftmost LabelButton Without it, the button can expand indefinitely depending on the previous Note Type's name. Co-Authored-By: Hikaru Y. <hkrysg@gmail.com> Co-authored-by: Hikaru Y. <hkrysg@gmail.com> |
||
---|---|---|
.. | ||
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