Include chapter info in continue reading button tooltip

This commit is contained in:
schroda
2025-09-18 20:37:51 +02:00
parent 5456428916
commit 80a576db63
10 changed files with 252 additions and 58 deletions

View File

@@ -47,3 +47,5 @@ export type ChapterSourceOrderInfo = Pick<ChapterType, 'sourceOrder'>;
export type ChapterScanlatorInfo = Pick<ChapterType, 'scanlator'>;
export type ChapterRealUrlInfo = Pick<ChapterType, 'realUrl'>;
export type ChapterNameInfo = Pick<ChapterType, 'name'>;