From 73dad145a8c89b7656a87f52138621344e07a2f9 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 4 Jan 2024 10:04:50 -0800 Subject: refactor(settings): easier descriptions --- src/lib/Settings/Categories/Cache.svelte | 10 ++-------- src/lib/Settings/Categories/Calculation.svelte | 20 ++++++++++++-------- src/lib/Settings/Categories/Debug.svelte | 4 ++-- src/lib/Settings/Categories/Display.svelte | 14 +++++++------- src/routes/settings/+page.svelte | 7 ++++++- 5 files changed, 29 insertions(+), 26 deletions(-) diff --git a/src/lib/Settings/Categories/Cache.svelte b/src/lib/Settings/Categories/Cache.svelte index a933251f..9affabc5 100644 --- a/src/lib/Settings/Categories/Cache.svelte +++ b/src/lib/Settings/Categories/Cache.svelte @@ -1,11 +1,10 @@ - All caches are stored in your browser's localStorage. Clearing your browser's cache - will clear these caches, too. + All caches are stored in your browser's localStorage. Clearing your + due.moe's site data will clear these caches too.

@@ -39,8 +38,3 @@ minutes ($settings.cacheMangaMinutes > 1440 && ($settings.cacheMangaMinutes = 1440))} /> minutes - - Low values may cause - rate-limiting - depending on the amount of releasing manga are on your lists - diff --git a/src/lib/Settings/Categories/Calculation.svelte b/src/lib/Settings/Categories/Calculation.svelte index f0c75d75..9f7947c0 100644 --- a/src/lib/Settings/Categories/Calculation.svelte +++ b/src/lib/Settings/Categories/Calculation.svelte @@ -10,7 +10,7 @@ text="Round down chapters (recommended)" > - Round down to the nearest whole number. (e.g., 50/50.6 would not be due) + Round chapters down to the nearest whole number. (e.g., 50/50.6 would not be due) @@ -21,9 +21,11 @@ text="Hide out-of-date volume warning" > - Keeping this enabled displays a warning message when there is a mismatch between chapter - progress and the number of volumes you have completed for a given title. (e.g. you are on Vol. 5 - Ch. 50, but only have 3 volumes tracked when you should have 4) + Out-of-date volume warnings display an alert when there is a mismatch between the chapter + progress and number of volumes you have completed for a given title. +
+ For example, an alert would be shown if you have tracked up to Vol. 5 Ch. 50, but only have 3 volumes + saved when you should have 4.
@@ -35,11 +37,13 @@ - Enabling this setting will disable light novel chapter counts and may cause inaccuracy in - unresolved manga and light novel chapter counts + Smart chapter count calculation uses statistical methods to estimate the number of chapters + available for a given title based on user submitted progress.
Having this setting enabled + will disable light novel chapter counts and will disable smart chapter count calculation for + titles which you have higher progress than officially known.
@@ -52,7 +56,7 @@ - Informed chapter estimation method + Smart chapter count calculation method No chapter count estimation method will be 100% accurate. Since estimated media requires scores diff --git a/src/lib/Settings/Categories/Debug.svelte b/src/lib/Settings/Categories/Debug.svelte index 8a0b9899..6b9ae37e 100644 --- a/src/lib/Settings/Categories/Debug.svelte +++ b/src/lib/Settings/Categories/Debug.svelte @@ -12,6 +12,6 @@ - Doesn't break anything, but resets all settings and clears all cached media lists. Recommended - after updates + Resets all of your settings to their default values and clears both media lists and manga chapter + caches diff --git a/src/lib/Settings/Categories/Display.svelte b/src/lib/Settings/Categories/Display.svelte index 69db187d..9d707491 100644 --- a/src/lib/Settings/Categories/Display.svelte +++ b/src/lib/Settings/Categories/Display.svelte @@ -40,8 +40,8 @@ - Unresolved media is media where either the next episode's release date is unknown or the chapter - count could not be resolved + Media where either the next episode's release date is unknown or the chapter count could not be + resolved is considered unresolved.

@@ -96,8 +96,8 @@ Media title format - Minimises and moves navigation bar to the top-left corner of the screen, visible only on when - hovered over. This is intended for use on devices with a cursor. + Minimises and moves navigation bar to the top-left corner of the screen, visible only when + hovered over.
Intended for use on devices with a cursor.
@@ -105,9 +105,9 @@ Media title format - May cause + May potentially cause rate-limiting - depending on how much releasing manga are on your lists + depending on the number of releasing manga on your lists @@ -118,7 +118,7 @@ Media title format text="Sort anime by difference between last watched and next episode" > - By default, anime will be sorted by the number of days left until the next episode airs. + By default, anime are sorted by the number of days left until the next episode airs. diff --git a/src/routes/settings/+page.svelte b/src/routes/settings/+page.svelte index 76e04bcc..d727957f 100644 --- a/src/routes/settings/+page.svelte +++ b/src/routes/settings/+page.svelte @@ -47,7 +47,12 @@ Copy to clipboard Your AniList notifications RSS feed URL - Do not share this link with anyone! + + This RSS feed will return the + currently logged in AniList profile's notifications for remote consumption. +
+ Do not share this link with anyone! +
-- cgit v1.2.3