diff options
| author | Fuwn <[email protected]> | 2023-12-30 04:29:46 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-12-30 04:29:46 -0800 |
| commit | 9cd89c28df544b580efd0d5a66b66383261bc540 (patch) | |
| tree | f184a7b86aa9463b241d570f5f892054a4cf67b8 | |
| parent | fix(settings): working limits for cache (diff) | |
| download | due.moe-9cd89c28df544b580efd0d5a66b66383261bc540.tar.xz due.moe-9cd89c28df544b580efd0d5a66b66383261bc540.zip | |
feat(settings): add cache info
| -rw-r--r-- | src/lib/Settings/Categories/Cache.svelte | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/src/lib/Settings/Categories/Cache.svelte b/src/lib/Settings/Categories/Cache.svelte index c1888c4e..ee562e0f 100644 --- a/src/lib/Settings/Categories/Cache.svelte +++ b/src/lib/Settings/Categories/Cache.svelte @@ -3,14 +3,12 @@ import SettingHint from '../SettingHint.svelte'; </script> -<!-- <a href={'#'} on:click={pruneUnresolved}>Re-cache <b>ALL</b> unresolved manga</a> +<small style="opacity: 50%;"> + All caches are stored in your browser's <code>localStorage</code>. Clearing your browser's cache + will clear these caches, too. +</small> - <br /> - - <a href={'#'} on:click={pruneAllManga}>Re-cache <b>ALL</b> manga</a> - <SettingHint lineBreak>Force a re-cache of all cached manga chapter counts</SettingHint> - - <p /> --> +<p /> <span>Re-cache media lists every</span> <input |