anki/ts/deck-options
Michael Eliachevitch 2491b93ea6
More sensible lower FSRS progress indicator precision (#2684)
It's very helpful having a sub-permille precision in a progress
indicator, percent-precision or at most a tenth of a percent should be
sufficient for any indicator.

But in particular the compute-retention progress has 10 steps, i.e. the progress
increases in 10%-intervals (10%, 20%, ...), it *cannot* have sub-decimal
progress-percentages, see 2d5b19b494/src/optimal_retention.rs (L365-L368). So there integer percents should be
enough, everything else is misleading.

The compute-weights progress is currently (as of beta-2) not showing up at all.
Maybe if the bug is fixed it can show sub-percent percentages, so for know I changed that
to 0.1% precision. But I think integer percentages should be fine here as well,
so upon request I can fix that.

Also see my comment on this problem in https://forums.ankiweb.net/t/anki-23-10-beta/34912/39.
2023-09-26 14:01:05 +10:00
..
Addons.svelte Remove untranslated 'see old deck options' notice 2022-11-03 12:05:19 +10:00
AdvancedOptions.svelte Convert FSRS to a global option 2023-09-23 14:41:55 +10:00
AudioOptions.svelte Merging Notetypes on Import (#2612) 2023-09-09 09:00:55 +10:00
BuryOptions.svelte Merging Notetypes on Import (#2612) 2023-09-09 09:00:55 +10:00
CardStateCustomizer.svelte Integrate FSRS into Anki (#2654) 2023-09-16 16:09:26 +10:00
choices.ts Expose deck-then-random option in UI 2023-09-25 11:12:28 +10:00
ConfigSelector.svelte Fix deck options selector not updating the current entry sometimes (#2387) 2023-02-20 22:02:46 +10:00
DailyLimits.svelte Merging Notetypes on Import (#2612) 2023-09-09 09:00:55 +10:00
deck-options-base.scss Add scss formatter 2023-07-03 09:44:38 +10:00
DeckOptionsPage.svelte Integrate FSRS into Anki (#2654) 2023-09-16 16:09:26 +10:00
DisplayOrder.svelte Use FSRS difficulty when sorting by ease 2023-09-23 16:20:36 +10:00
FsrsOptions.svelte More sensible lower FSRS progress indicator precision (#2684) 2023-09-26 14:01:05 +10:00
HtmlAddon.svelte
icons.ts Merging Notetypes on Import (#2612) 2023-09-09 09:00:55 +10:00
index.ts Merging Notetypes on Import (#2612) 2023-09-09 09:00:55 +10:00
LapseOptions.svelte Convert FSRS to a global option 2023-09-23 14:41:55 +10:00
lib.test.ts deckconfig.proto -> deck_config.proto 2023-07-03 13:44:54 +10:00
lib.ts UI tweaks 2023-09-25 15:54:18 +10:00
NewOptions.svelte Convert FSRS to a global option 2023-09-23 14:41:55 +10:00
SaveButton.svelte Experiment with disabling prettier whitespace sensitivity 2023-06-01 11:11:26 +10:00
SpinBoxFloatRow.svelte Merging Notetypes on Import (#2612) 2023-09-09 09:00:55 +10:00
SpinBoxRow.svelte Merging Notetypes on Import (#2612) 2023-09-09 09:00:55 +10:00
steps.test.ts
steps.ts Move away from Bazel (#2202) 2022-11-27 15:24:20 +10:00
StepsInput.svelte Refactor Select component | Fix CSV import issue (#2227) 2022-12-01 19:24:26 +10:00
StepsInputRow.svelte Merging Notetypes on Import (#2612) 2023-09-09 09:00:55 +10:00
TabbedValue.svelte Address a11y warning for TabbedValue (#2582) 2023-07-18 22:49:02 +10:00
TextInputModal.svelte Experiment with disabling prettier whitespace sensitivity 2023-06-01 11:11:26 +10:00
TimerOptions.svelte Merging Notetypes on Import (#2612) 2023-09-09 09:00:55 +10:00
tsconfig.json Move away from Bazel (#2202) 2022-11-27 15:24:20 +10:00
Warning.svelte Re-enable formatting for .svelte files 2022-11-28 09:17:39 +10:00
WeightsInput.svelte Integrate FSRS into Anki (#2654) 2023-09-16 16:09:26 +10:00
WeightsInputRow.svelte Merging Notetypes on Import (#2612) 2023-09-09 09:00:55 +10:00