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/lib/Settings/Attributions.svelte | 78 ++++++------- src/lib/Settings/Categories/Cache.svelte | 34 ++++++ src/lib/Settings/Categories/Calculation.svelte | 61 ++++++++++ src/lib/Settings/Categories/Debug.svelte | 17 +++ src/lib/Settings/Categories/Display.svelte | 150 +++++++++++++++++++++++++ src/lib/Settings/Category.svelte | 15 +++ 6 files changed, 314 insertions(+), 41 deletions(-) create mode 100644 src/lib/Settings/Categories/Cache.svelte create mode 100644 src/lib/Settings/Categories/Calculation.svelte create mode 100644 src/lib/Settings/Categories/Debug.svelte create mode 100644 src/lib/Settings/Categories/Display.svelte create mode 100644 src/lib/Settings/Category.svelte (limited to 'src/lib') diff --git a/src/lib/Settings/Attributions.svelte b/src/lib/Settings/Attributions.svelte index cdb752cc..ac51cf2b 100644 --- a/src/lib/Settings/Attributions.svelte +++ b/src/lib/Settings/Attributions.svelte @@ -1,60 +1,56 @@ -
- Attributions - - + -

+

-

    -
  1. - due.moe - does not host or directly link to any less-than-legal anime or manga material and/or distribution - platforms. -
  2. -
  3. - due.moe - is not affiliated with any of the above or below sites and services. -
  4. -
  5. -

    - At the moment, due.moe only ever contains outbound links to the following sites - and services: -

    +
      +
    1. + due.moe + does not host or directly link to any less-than-legal anime or manga material and/or distribution + platforms. +
    2. +
    3. + due.moe + is not affiliated with any of the above or below sites and services. +
    4. +
    5. +

      + At the moment, due.moe only ever contains outbound links to the following sites + and services: +

      - -
    6. -
    -
+ + +