mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-04-11 16:19:27 -07:00
feat: refactor immersion tracker queries and session word tracking
Add comprehensive query helpers for session deletion with word aggregate refresh, known-words-per-session timeline, anime-level word summaries, and trends dashboard aggregation. Track yomitanLookupCount in session metrics and support bulk session operations.
This commit is contained in:
@@ -47,6 +47,7 @@ export function finalizeSessionRecord(
|
||||
cards_mined = ?,
|
||||
lookup_count = ?,
|
||||
lookup_hits = ?,
|
||||
yomitan_lookup_count = ?,
|
||||
pause_count = ?,
|
||||
pause_ms = ?,
|
||||
seek_forward_count = ?,
|
||||
@@ -66,6 +67,7 @@ export function finalizeSessionRecord(
|
||||
sessionState.cardsMined,
|
||||
sessionState.lookupCount,
|
||||
sessionState.lookupHits,
|
||||
sessionState.yomitanLookupCount,
|
||||
sessionState.pauseCount,
|
||||
sessionState.pauseMs,
|
||||
sessionState.seekForwardCount,
|
||||
|
||||
Reference in New Issue
Block a user