Refactor stats, add derived catalog stores, improve timer

This commit is contained in:
ZXY101
2024-02-05 15:39:22 +02:00
parent 2e28843a07
commit 1c92a749be
8 changed files with 162 additions and 46 deletions

View File

@@ -49,6 +49,7 @@ export type Settings = {
mobile: boolean;
backgroundColor: string;
swipeThreshold: number;
showTimer: boolean;
fontSize: FontSize;
zoomDefault: ZoomModes;
volumeDefaults: VolumeDefaults;
@@ -71,6 +72,7 @@ const defaultSettings: Settings = {
mobile: false,
backgroundColor: '#030712',
swipeThreshold: 50,
showTimer: false,
fontSize: 'auto',
zoomDefault: 'zoomFitToScreen',
volumeDefaults: {