feat(favorites): add button and local store choice

This commit is contained in:
Julien Froidefond
2025-02-13 22:28:32 +01:00
parent d3e355b0e1
commit 65e62f5800
9 changed files with 319 additions and 77 deletions

View File

@@ -3,4 +3,5 @@ export const STORAGE_KEYS = {
CREDENTIALS: "komgaCredentials",
USER: "stripUser",
TTL_CONFIG: "ttlConfig",
FAVORITES: "stripstream_favorites",
} as const;