mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 14:29:10 -05:00
* Feat/support load balance and easy days in FSRS simulator * format * consider LoadBalancerEnabled * use fsrs::PostSchedulingFn * add load balance and easy days to compute_optimal_retention * move simulator to a pop-over * fix incorrect simulationNumber when error 500 * Feat: Save to Preset Options * update tabs when update newPerDay & reviewsPerDay * don't reset deckSize & daysToSimulate when save options * fix missing easy days * plan to support review priority * Fix graph line rendering with non-scaling stroke * simplify review priority function with helper wrapper * fallback to default ReviewPriority for Added & ReverseAdded * Update ts/routes/deck-options/SimulatorModal.svelte Co-authored-by: Luc Mcgrady <lucmcgrady@gmail.com> * Wrap review priority function in Arc for thread-safe sharing * more granularity for R sorting * Add graph smoothing option to FSRS simulator * Improve graph resize handling in FSRS simulator * simplify review priority calculation * Add review order selection to FSRS simulator modal * Refactor review priority function using macro for conciseness * Add copyright and license header to SimulatorModal.svelte * cargo clippy * ./ninja fix:eslint * update fsrs-rs * Update FSRS dependencies and refactor load balancing functions - Update fsrs-rs dependency to latest commit - Modify retention and simulator modules to use Arc instead of Box - Update function signatures and imports in simulator module - Simplify review card order handling with direct enum usage * resolve reviewed changes * replace .unwrap() with ? * move simulating into SimulatorModal * add (crate) to interval_to_weekday * Update FsrsOptions.svelte * format --------- Co-authored-by: Luc Mcgrady <lucmcgrady@gmail.com> |
||
|---|---|---|
| .. | ||
| ankidroid | ||
| ankihub | ||
| backend | ||
| card | ||
| card_rendering | ||
| collection | ||
| config | ||
| deckconfig | ||
| decks | ||
| error | ||
| i18n | ||
| image_occlusion | ||
| import_export | ||
| media | ||
| notes | ||
| notetype | ||
| revlog | ||
| scheduler | ||
| search | ||
| stats | ||
| storage | ||
| sync | ||
| tags | ||
| undo | ||
| adding.rs | ||
| browser_table.rs | ||
| cloze.rs | ||
| dbcheck.rs | ||
| findreplace.rs | ||
| latex.rs | ||
| lib.rs | ||
| links.rs | ||
| log.rs | ||
| markdown.rs | ||
| ops.rs | ||
| preferences.rs | ||
| prelude.rs | ||
| progress.rs | ||
| serde.rs | ||
| services.rs | ||
| template.rs | ||
| template_filters.rs | ||
| tests.rs | ||
| text.rs | ||
| timestamp.rs | ||
| typeanswer.rs | ||
| types.rs | ||
| version.rs | ||