mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
* Create _input-mixins.scss * Use button-mixins on more elements * Replace <select> tag with custom Select component * Fix RevertButton causing cursor: pointer when hidden * Increase SaveButton chevron width * Hide floating component box-shadow when inactive * Rework SpinBox and move it into components * Run eslint and prettier * Remove leftover options prop * Pass disabled array to EnumSelector again * Update MapperRow.svelte * Darken QHeaderView border color Slipping this in without an extra PR. * Adjust disabled color, border and cursor * Remove redundant icon definition from stylesheets * Fix deck options initial config * Fix z-index issues in change notetype screen It might be best to handle z-index locally in each user component instead of hard-coded component values. * Give web SpinBox a horizontal design * Give QRadioButton the same treatment as QCheckBox in #2079 * Fix unused CSS selector warning with base button-mixin * Remove redundant import * Fix deck options save button * Delete input-mixins and remove unused down-arrow * Run eslint on change-notetype * Run eslint on components |
||
|---|---|---|
| .. | ||
| card-info | ||
| change-notetype | ||
| components | ||
| congrats | ||
| deck-options | ||
| domlib | ||
| editable | ||
| editor | ||
| fields | ||
| graphs | ||
| html-filter | ||
| icons | ||
| import-csv | ||
| lib | ||
| mathjax | ||
| patches | ||
| reviewer | ||
| sql_format | ||
| svelte | ||
| sveltelib | ||
| tag-editor | ||
| .eslintrc.js | ||
| .gitignore | ||
| BUILD.bazel | ||
| compile_sass.bzl | ||
| copy.bzl | ||
| esbuild.bzl | ||
| eslint.bzl | ||
| format.sh | ||
| generate_page.bzl | ||
| jest.bzl | ||
| jest.config.js | ||
| licenses.json | ||
| page.html | ||
| prettier.bzl | ||
| proto.bzl | ||
| protobuf-no-long.js | ||
| protobuf.bzl | ||
| README.md | ||
| tsconfig.json | ||
| typescript.bzl | ||
| update-licenses.sh | ||
| update.sh | ||
| vendor.bzl | ||
| 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