diff --git a/ts/components/ButtonToolbar.svelte b/ts/components/ButtonToolbar.svelte index cfa9478a9..bbdf968ad 100644 --- a/ts/components/ButtonToolbar.svelte +++ b/ts/components/ButtonToolbar.svelte @@ -5,7 +5,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html - - {tr.schedulingMaximumInterval()} - + + + {tr.schedulingMaximumInterval()} + + - - {tr.schedulingStartingEase()} - + + + {tr.schedulingStartingEase()} + + - - {tr.schedulingEasyBonus()} - + + + {tr.schedulingEasyBonus()} + + - - {tr.schedulingIntervalModifier()} - + + + {tr.schedulingIntervalModifier()} + + - - {tr.schedulingHardInterval()} - + + + {tr.schedulingHardInterval()} + + - - {tr.schedulingNewInterval()} - + + + {tr.schedulingNewInterval()} + + diff --git a/ts/deckoptions/AudioOptions.svelte b/ts/deckoptions/AudioOptions.svelte index c48d0caef..ffa9db060 100644 --- a/ts/deckoptions/AudioOptions.svelte +++ b/ts/deckoptions/AudioOptions.svelte @@ -5,6 +5,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html - - {tr.deckConfigDisableAutoplay()} - + + + {tr.deckConfigDisableAutoplay()} + + - - {tr.schedulingAlwaysIncludeQuestionSideWhenReplaying()} - + + + {tr.schedulingAlwaysIncludeQuestionSideWhenReplaying()} + + diff --git a/ts/deckoptions/BuryOptions.svelte b/ts/deckoptions/BuryOptions.svelte index ce18650c9..794b11396 100644 --- a/ts/deckoptions/BuryOptions.svelte +++ b/ts/deckoptions/BuryOptions.svelte @@ -5,6 +5,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html - - {tr.deckConfigBuryNewSiblings()} - + + + {tr.deckConfigBuryNewSiblings()} + + - - {tr.deckConfigBuryReviewSiblings()} - + + + {tr.deckConfigBuryReviewSiblings()} + + diff --git a/ts/deckoptions/ConfigSelector.svelte b/ts/deckoptions/ConfigSelector.svelte index 4927f1067..693697536 100644 --- a/ts/deckoptions/ConfigSelector.svelte +++ b/ts/deckoptions/ConfigSelector.svelte @@ -12,7 +12,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html import TextInputModal from "./TextInputModal.svelte"; import StickyBar from "components/StickyBar.svelte"; import ButtonToolbar from "components/ButtonToolbar.svelte"; - import SectionItem from "components/SectionItem.svelte"; + import Item from "components/Item.svelte"; import ButtonGroup from "components/ButtonGroup.svelte"; import ButtonGroupItem from "components/ButtonGroupItem.svelte"; @@ -89,30 +89,30 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html - + - {#each $configList as entry} - - {configLabel(entry)} - - {/each} + {#each $configList as entry} + + {configLabel(entry)} + + {/each} - + - + - + diff --git a/ts/deckoptions/DailyLimits.svelte b/ts/deckoptions/DailyLimits.svelte index 3c768be55..c9e765ad4 100644 --- a/ts/deckoptions/DailyLimits.svelte +++ b/ts/deckoptions/DailyLimits.svelte @@ -5,7 +5,7 @@ - + - + - + - + diff --git a/ts/deckoptions/DeckOptionsPage.svelte b/ts/deckoptions/DeckOptionsPage.svelte index 29aa27774..40bb6215e 100644 --- a/ts/deckoptions/DeckOptionsPage.svelte +++ b/ts/deckoptions/DeckOptionsPage.svelte @@ -5,7 +5,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html - - {tr.deckConfigNewGatherPriority()} - + + + {tr.deckConfigNewGatherPriority()} + + - - {tr.deckConfigNewCardSortOrder()} - + + + {tr.deckConfigNewCardSortOrder()} + + - - {tr.deckConfigNewReviewPriority()} - + + + {tr.deckConfigNewReviewPriority()} + + - - {tr.deckConfigInterdayStepPriority()} - + + + {tr.deckConfigInterdayStepPriority()} + + - - {tr.deckConfigReviewSortOrder()} - + + + {tr.deckConfigReviewSortOrder()} + + > diff --git a/ts/deckoptions/LapseOptions.svelte b/ts/deckoptions/LapseOptions.svelte index 1342a68a1..f3c5d0872 100644 --- a/ts/deckoptions/LapseOptions.svelte +++ b/ts/deckoptions/LapseOptions.svelte @@ -5,6 +5,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html - - {tr.deckConfigRelearningSteps()} - + + + {tr.deckConfigRelearningSteps()} + + - - {tr.schedulingMinimumInterval()} - + + + {tr.schedulingMinimumInterval()} + - + + - - {tr.schedulingLeechThreshold()} - + + + {tr.schedulingLeechThreshold()} + + - - {tr.schedulingLeechAction()} - + + + {tr.schedulingLeechAction()} + + diff --git a/ts/deckoptions/NewOptions.svelte b/ts/deckoptions/NewOptions.svelte index bd70f8cef..b52a11d04 100644 --- a/ts/deckoptions/NewOptions.svelte +++ b/ts/deckoptions/NewOptions.svelte @@ -5,6 +5,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html - - {tr.deckConfigLearningSteps()} - + + + {tr.deckConfigLearningSteps()} + + - - {tr.schedulingGraduatingInterval()} - + + + {tr.schedulingGraduatingInterval()} + - + + - - {tr.schedulingEasyInterval()} - + + + {tr.schedulingEasyInterval()} + - + + - - {tr.deckConfigNewInsertionOrder()} - + + + {tr.deckConfigNewInsertionOrder()} + + diff --git a/ts/deckoptions/TimerOptions.svelte b/ts/deckoptions/TimerOptions.svelte index 7721af3aa..ced87ba96 100644 --- a/ts/deckoptions/TimerOptions.svelte +++ b/ts/deckoptions/TimerOptions.svelte @@ -5,6 +5,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html - - {tr.deckConfigMaximumAnswerSecs()} - + + + {tr.deckConfigMaximumAnswerSecs()} + + - - {tr.schedulingShowAnswerTimer()} - + + + {tr.schedulingShowAnswerTimer()} + + diff --git a/ts/editor/EditorToolbar.svelte b/ts/editor/EditorToolbar.svelte index a330f5052..8056001e7 100644 --- a/ts/editor/EditorToolbar.svelte +++ b/ts/editor/EditorToolbar.svelte @@ -33,7 +33,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html import { isApplePlatform } from "lib/platform"; import StickyBar from "components/StickyBar.svelte"; import ButtonToolbar from "components/ButtonToolbar.svelte"; - import SectionItem from "components/SectionItem.svelte"; + import Item from "components/Item.svelte"; import NoteTypeButtons from "./NoteTypeButtons.svelte"; import FormatInlineButtons from "./FormatInlineButtons.svelte"; @@ -54,24 +54,24 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html - + - + - + - + - + - + - + - + - + - + diff --git a/ts/editor/FormatBlockButtons.svelte b/ts/editor/FormatBlockButtons.svelte index cacb7abf8..6a0e231fd 100644 --- a/ts/editor/FormatBlockButtons.svelte +++ b/ts/editor/FormatBlockButtons.svelte @@ -10,7 +10,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html import ButtonGroupItem from "components/ButtonGroupItem.svelte"; import IconButton from "components/IconButton.svelte"; import ButtonDropdown from "components/ButtonDropdown.svelte"; - import SectionItem from "components/SectionItem.svelte"; + import Item from "components/Item.svelte"; import WithDropdownMenu from "components/WithDropdownMenu.svelte"; import OnlyEditable from "./OnlyEditable.svelte"; import CommandIconButton from "./CommandIconButton.svelte"; @@ -71,7 +71,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html - + - + - + @@ -137,7 +137,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html - +