From b10cdef20b09bbcb430c0310ec40b702ed1c1b30 Mon Sep 17 00:00:00 2001 From: RumovZ Date: Thu, 14 Jul 2022 21:34:29 +0200 Subject: [PATCH] Revert "Add deck and day limits mock to deck options" This reverts commit 0775814989e8cb486483d06727b1af266bb4513a. --- ftl/core/deck-config.ftl | 4 --- ts/deck-options/DailyLimits.svelte | 44 ------------------------------ 2 files changed, 48 deletions(-) diff --git a/ftl/core/deck-config.ftl b/ftl/core/deck-config.ftl index d5f187b63..f42cf7900 100644 --- a/ftl/core/deck-config.ftl +++ b/ftl/core/deck-config.ftl @@ -35,10 +35,6 @@ deck-config-limit-new-bound-by-reviews = deck-config-limit-interday-bound-by-reviews = The review limit also affects interday learning cards. When applying the limit, interday learning cards are fetched first, then reviews, and finally new cards. -deck-config-deck-review-limit = Deck-specific reviews / day -deck-config-deck-new-limit = Deck-specific new / day -deck-config-today-review-limit = Deck-specific reviews / day for today -deck-config-today-new-limit = Deck-specific new / day for today ## New Cards section diff --git a/ts/deck-options/DailyLimits.svelte b/ts/deck-options/DailyLimits.svelte index 1e5b1de35..2a6892543 100644 --- a/ts/deck-options/DailyLimits.svelte +++ b/ts/deck-options/DailyLimits.svelte @@ -70,49 +70,5 @@ - - - - {tr.deckConfigDeckNewLimit()} - - - - - - {tr.deckConfigDeckReviewLimit()} - - - - - - {tr.deckConfigTodayNewLimit()} - - - - - - {tr.deckConfigTodayReviewLimit()} - -