Extract reader bookmark button

This commit is contained in:
schroda
2025-02-17 03:51:07 +01:00
parent ca7fba0757
commit 95fa09a94a
4 changed files with 45 additions and 28 deletions

View File

@@ -9,6 +9,8 @@
import { TranslationKey } from '@/Base.types.ts';
import { ChapterListOptions, ChapterSortMode } from '@/modules/chapter/Chapter.types.ts';
export const FALLBACK_CHAPTER = { id: -1, name: '', realUrl: '', isBookmarked: false };
export const DEFAULT_CHAPTER_OPTIONS: ChapterListOptions = {
active: false,
unread: undefined,