mirror of
https://github.com/ankitects/anki.git
synced 2026-01-16 07:19:01 -05:00
* Add percentage to FSRS spinner This commit add a percentage option in SpinBox and SpinBoxFloatRow, set to False by default. If it's true, a percent symbol is added at the end of the line before the increase/decrease button. While the value is represented as a percentage without decimal places, the internal representation is not changed. Which mean that a multiplier must used to compute the string value, indicate to the input field the min, max and step, and when updating the result. * Remove unsightly percentage sign, and update historical retention too https://github.com/ankitects/anki/pull/3679#issuecomment-2579636981 --------- Co-authored-by: Damien Elmes <gpg@ankiweb.net> |
||
|---|---|---|
| .. | ||
| Absolute.svelte | ||
| BackendProgressIndicator.svelte | ||
| Badge.svelte | ||
| ButtonGroup.svelte | ||
| ButtonGroupItem.svelte | ||
| ButtonToolbar.svelte | ||
| CheckBox.svelte | ||
| Col.svelte | ||
| Collapsible.svelte | ||
| ConfigInput.svelte | ||
| Container.svelte | ||
| context-keys.ts | ||
| DropdownDivider.svelte | ||
| DropdownItem.svelte | ||
| DynamicallySlottable.svelte | ||
| EnumSelector.svelte | ||
| EnumSelectorRow.svelte | ||
| ErrorPage.svelte | ||
| FloatingArrow.svelte | ||
| helpers.ts | ||
| HelpModal.svelte | ||
| HelpSection.svelte | ||
| Icon.svelte | ||
| IconButton.svelte | ||
| IconConstrain.svelte | ||
| icons.ts | ||
| Item.svelte | ||
| Label.svelte | ||
| LabelButton.svelte | ||
| Popover.svelte | ||
| Portal.svelte | ||
| RenderChildren.svelte | ||
| resizable.ts | ||
| RevertButton.svelte | ||
| Row.svelte | ||
| ScrollArea.svelte | ||
| Select.svelte | ||
| SelectOption.svelte | ||
| SettingTitle.svelte | ||
| Shortcut.svelte | ||
| Spacer.svelte | ||
| SpinBox.svelte | ||
| StickyContainer.svelte | ||
| Switch.svelte | ||
| SwitchRow.svelte | ||
| TitledContainer.svelte | ||
| types.ts | ||
| VirtualTable.svelte | ||
| WithContext.svelte | ||
| WithFloating.svelte | ||
| WithOverlay.svelte | ||
| WithState.svelte | ||
| WithTooltip.svelte | ||