diff options
| author | nsfisis <54318333+nsfisis@users.noreply.github.com> | 2026-02-13 20:23:31 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-13 20:23:31 +0900 |
| commit | ce6bbcea37d014b9575299d2d079fda7ccb5628d (patch) | |
| tree | 1fe3a43f1c7ab469bb0154a1495028cc42b414a0 /src/client/atoms/decks.ts | |
| parent | 9a52e7ad3b2d46c523caf079794fdb7757375b91 (diff) | |
| parent | 1afb825860cd293b8065d51746f4b23e4e8dab5d (diff) | |
| download | kioku-ce6bbcea37d014b9575299d2d079fda7ccb5628d.tar.gz kioku-ce6bbcea37d014b9575299d2d079fda7ccb5628d.tar.zst kioku-ce6bbcea37d014b9575299d2d079fda7ccb5628d.zip | |
Merge pull request #15 from nsfisis/claude/remove-card-limit-10fVw
Remove newCardsPerDay limit and simplify card study logic
Diffstat (limited to 'src/client/atoms/decks.ts')
| -rw-r--r-- | src/client/atoms/decks.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/atoms/decks.ts b/src/client/atoms/decks.ts index 5a624cf..5a4d44e 100644 --- a/src/client/atoms/decks.ts +++ b/src/client/atoms/decks.ts @@ -6,7 +6,6 @@ export interface Deck { id: string; name: string; description: string | null; - newCardsPerDay: number; dueCardCount: number; createdAt: string; updatedAt: string; |
