fix(stats): address PR 19 review follow-ups

This commit is contained in:
2026-03-17 23:56:42 -07:00
parent a69254f976
commit e694963426
6 changed files with 322 additions and 2 deletions

View File

@@ -486,6 +486,10 @@ export function registerIpcHandlers(deps: IpcServiceDeps, ipc: IpcMainRegistrar
activeDays: 0,
totalEpisodesWatched: 0,
totalAnimeCompleted: 0,
totalLookupCount: 0,
totalLookupHits: 0,
newWordsToday: 0,
newWordsThisWeek: 0,
},
};
}