From 18966402760ec1347c9b63fc6f8ab6afea514a7b Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 30 Dec 2023 04:12:22 -0800 Subject: refactor(settings): modular categories --- src/routes/settings/+page.svelte | 287 ++------------------------------------- 1 file changed, 14 insertions(+), 273 deletions(-) (limited to 'src/routes/settings') diff --git a/src/routes/settings/+page.svelte b/src/routes/settings/+page.svelte index 3281d7d3..196e3839 100644 --- a/src/routes/settings/+page.svelte +++ b/src/routes/settings/+page.svelte @@ -1,13 +1,15 @@ @@ -63,9 +33,7 @@ {#if data.user === undefined} Please log in to modify settings. {:else} -
- RSS Feeds - + @@ -80,241 +48,14 @@ Click to copy AniList notifications RSS feed URL and token Do not share this link with anyone! -
- -

- -

- Display - - - - - - - - - - - - - - - - - - Display titles in format -
- {#if $settings.displayTitleFormat} - - {/if} - - - - Minimises and moves navigation to the top-left corner of the screen, visible only on hover. - Intended for use on desktop devices. - - - -
- - - - May cause - rate-limiting - depending on how much releasing manga are on your lists - - - -
- - - - By default, anime will be sorted by the number of days left until the next episode airs. - - - -
- - - Display Helper - Let them remind you. It's for your own benefit. - -

- - - Outbound Links - - This option is in full respect to anime outbound links. If LiveChart.me or AnimeSchedule is - chosen, manga links will default to AniList. - -

- -

- -

- Calculation - - - - Round down to the nearest whole number. (e.g., 50/50.6 would not be due) - - - -
- - - - 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) - -
- - Disabling this option speeds up refresh times for manga lists. -
-
- -
- - - - Enabling this setting will disable light novel chapter counts and may cause inaccuracy in - unresolved manga and light novel chapter counts - - - - {#if !$settings.calculateGuessingDisabled} -
- - - Informed chapter estimation method - - - No chapter count estimation method will be 100% accurate. Since estimated media requires - scores derived from user submitted progress, high (or low) false-reports skew the data. - - {/if} -
- -

- -

- Cache - - - - Re-cache ALL media lists every - - minutes - -
- - Re-cache ALL manga chapter counts every - - minutes - - Low values may cause - rate-limiting - depending on the amount of releasing manga are on your lists - -
- -

- -

+ + + + + Debug {env.PUBLIC_GIT_SHORT_SHA} - Reset ALL settings - - Resets all settings present on this page to their default values - - -

- - localStorage.clear()}>Clear localStorage - - Doesn't break anything, but resets all settings and clears all cached media lists. Recommended - after updates - -

- -

- -

- -
+ + + {/if} -- cgit v1.2.3