diff --git a/ts/deckoptions/CheckBox.svelte b/ts/deckoptions/CheckBox.svelte index 20dec648c..beb5df786 100644 --- a/ts/deckoptions/CheckBox.svelte +++ b/ts/deckoptions/CheckBox.svelte @@ -3,26 +3,12 @@ Copyright: Ankitects Pty Ltd and contributors License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html --> - -
- - {#if tooltip} - - {/if} -
-
- - + + diff --git a/ts/deckoptions/ConfigEntry.svelte b/ts/deckoptions/ConfigEntry.svelte index 3c46bc90e..eb807ae01 100644 --- a/ts/deckoptions/ConfigEntry.svelte +++ b/ts/deckoptions/ConfigEntry.svelte @@ -3,41 +3,18 @@ Copyright: Ankitects Pty Ltd and contributors License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html --> -
+
- {label}{#if renderedTooltip}{/if} +
-
- - +
+
-
- -{#each warnings as warning} - {#if warning} -
-
- {warning} -
-
- {/if} -{/each} +
diff --git a/ts/deckoptions/DailyLimits.svelte b/ts/deckoptions/DailyLimits.svelte index 16c7cbed9..358e45be9 100644 --- a/ts/deckoptions/DailyLimits.svelte +++ b/ts/deckoptions/DailyLimits.svelte @@ -3,8 +3,12 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html --> - + + + {tr.schedulingNewCardsday()} + + + + + - + + + + + {tr.schedulingMaximumReviewsday()} + + + + + + + diff --git a/ts/deckoptions/EnumSelector.svelte b/ts/deckoptions/EnumSelector.svelte index 75fd0224b..d6b3f921e 100644 --- a/ts/deckoptions/EnumSelector.svelte +++ b/ts/deckoptions/EnumSelector.svelte @@ -3,19 +3,16 @@ Copyright: Ankitects Pty Ltd and contributors License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html --> - - - + + diff --git a/ts/deckoptions/NewOptions.svelte b/ts/deckoptions/NewOptions.svelte index 2c6697202..7388c4c96 100644 --- a/ts/deckoptions/NewOptions.svelte +++ b/ts/deckoptions/NewOptions.svelte @@ -4,7 +4,11 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html --> - ($config.learnSteps = evt.detail.value)} - /> + + + {tr.deckConfigLearningSteps()} + + + ($config.learnSteps = evt.detail.value)} + /> + + - + + + {tr.schedulingGraduatingInterval()} + + + + + - + - + + + {tr.schedulingEasyInterval()} + + + + + + + + + + + {tr.deckConfigNewInsertionOrder()} + + + + + diff --git a/ts/deckoptions/RevertButton.svelte b/ts/deckoptions/RevertButton.svelte index 2988f1290..8b1d307c6 100644 --- a/ts/deckoptions/RevertButton.svelte +++ b/ts/deckoptions/RevertButton.svelte @@ -48,16 +48,15 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html } -{#if modified} - - {@html revertIcon} - -{/if} + + {@html revertIcon} +