Anki/ts/routes/card-info
Jarrett Ye 59969f62f5
polish graphs of simulator, true retention table and forgetting curve (#3448)
* polish graphs of simulator and forgetting curve

* True Retention: decrease precision of percentages

* apply uniform sampling rate to forgetting curve

* don't display time, only date when maxDays >= 365

* don't floor the totalDaysSinceLastReview

* correct cramming condition

* improve code-style

* polish ticks & tooltip of simulator

* remove unused import

* fix minor error of daysSinceFirstLearn

* filter out revlog entries from before the reset

https://forums.ankiweb.net/t/anki-24-10-beta/49989/63?u=l.m.sherlock

* use Math.ceil for windowSize

* fill currentColor for legend text

* remove mix-blend-mode: multiply

* tune the position of legend
2024-10-01 00:22:30 +10:00
..
[cardId] Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
card-info-base.scss Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
CardInfo.svelte Feat/forgetting curve in card info (#3437) 2024-09-27 19:32:40 +10:00
CardInfoPlaceholder.svelte Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
CardStats.svelte Update to Svelte 5 (#3292) 2024-09-25 18:49:07 +10:00
forgetting-curve.ts polish graphs of simulator, true retention table and forgetting curve (#3448) 2024-10-01 00:22:30 +10:00
ForgettingCurve.svelte polish graphs of simulator, true retention table and forgetting curve (#3448) 2024-10-01 00:22:30 +10:00
index.ts Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
Revlog.svelte polish graphs of simulator, true retention table and forgetting curve (#3448) 2024-10-01 00:22:30 +10:00