From 6d53e63d9f3fd81125d0f61e9701ecd262318875 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 8 Feb 2026 11:29:22 +0000 Subject: fix(deck): change review card limit to 80 and simplify deck detail stats Review card limit is reduced from 100 to 80 across deck list, deck detail, and study routes. Deck detail page now shows only total card count and due card count (with budget limits applied), matching the deck list and study screen numbers. https://claude.ai/code/session_01NAj4waQhwSSXV9EbgioX2j --- src/server/routes/study.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/routes/study.test.ts') diff --git a/src/server/routes/study.test.ts b/src/server/routes/study.test.ts index a58ea0d..514d966 100644 --- a/src/server/routes/study.test.ts +++ b/src/server/routes/study.test.ts @@ -198,7 +198,7 @@ describe("GET /api/decks/:deckId/study", () => { expect(mockCardRepo.findDueReviewCardsForStudy).toHaveBeenCalledWith( DECK_ID, expect.any(Date), - 100, + 80, ); }); -- cgit v1.3-1-g0d28