mirror of
https://github.com/ankitects/anki.git
synced 2026-04-02 07:09:03 -04:00
* Fixed overlapping ranges when all history is selected and days calcolation to prevent overlapping labels * fix statistics calendar and review grapgh range labeling * update graph so that the tooltip day label uses integer day boundaries * fix(import): support variable field count with notetype column (#4421) * update graph so that the tooltip day label uses integer day boundaries and removed earlier fix which didnt work * Fixed overlapping ranges when all history is selected and days calcolation to prevent overlapping labels * fix statistics calendar and review graph range labeling and removed earlier changes * reverted changes in time.ts * reverted changes in calendar.ts * oldest bin width modified to match other bins in reviews.ts * modified youngest bar in reviews to include today aswell * Fix reviews graph: correct Year range to 365 days * fixed formating for ninja testing * bin labels and totals correct for year, review * fixed structure for ninja checks * reverted changes made to unrelated files * reviewed code and simplified functions in review.ts * changed xMax, so today is included in month and 3months * removed a whitespace * reverted unneccessary changes to xMax * simplified code in time.ts and review.rs and pass bin boundaries directly to time.ts * fixed labels for bins, and made sure year is 365 days * fixed even bin sizes (0-4 days and 360-364 days) for year review graph * ninja check fix, let -> const and removed empty line * added comments to review.ts * bin merging logic removed, since totals are correctly calculated anyways * corrections from ninja check * Update ts/routes/graphs/reviews.ts Co-authored-by: user1823 <92206575+user1823@users.noreply.github.com> * Update ts/routes/graphs/reviews.ts Co-authored-by: user1823 <92206575+user1823@users.noreply.github.com> * adjusted last bin labeling with xmin * suggested changes to minimize difference from main * small review changes --------- Co-authored-by: junlu592 <junlu592@liu.student.se> Co-authored-by: user1823 <92206575+user1823@users.noreply.github.com>
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