Cleanup, progress storing and settings handling
This commit is contained in:
@@ -2,7 +2,6 @@ import type { Volume } from "$lib/types";
|
||||
import { writable } from "svelte/store";
|
||||
import { db } from "$lib/catalog/db";
|
||||
import { liveQuery } from "dexie";
|
||||
|
||||
export const currentManga = writable<Volume[] | undefined>(undefined);
|
||||
export const currentVolume = writable<Volume | undefined>(undefined);
|
||||
export const catalog = liveQuery(() => db.catalog.toArray());
|
||||
Reference in New Issue
Block a user