feat: improve stats dashboard and annotation settings

This commit is contained in:
2026-03-15 21:18:35 -07:00
parent 650e95cdc3
commit 04682a02cc
75 changed files with 3420 additions and 619 deletions

View File

@@ -58,6 +58,7 @@ export interface VocabularyEntry {
pos2: string | null;
pos3: string | null;
frequency: number;
frequencyRank: number | null;
firstSeen: number;
lastSeen: number;
}
@@ -164,6 +165,7 @@ export interface AnimeDetailData {
titleRomaji: string | null;
titleEnglish: string | null;
titleNative: string | null;
description: string | null;
totalSessions: number;
totalActiveMs: number;
totalCards: number;