From 84aa846b87186b52a2f8632724d4f2cb70af062b Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Thu, 21 Nov 2024 16:55:58 +0100 Subject: [PATCH] feat(about): cleanup ui --- src/components/general/About.svelte | 392 ++++++++++++++-------------- 1 file changed, 189 insertions(+), 203 deletions(-) diff --git a/src/components/general/About.svelte b/src/components/general/About.svelte index 7f967ead..a025378e 100644 --- a/src/components/general/About.svelte +++ b/src/components/general/About.svelte @@ -1,210 +1,196 @@ {#if modal_open} -
{ - modal_open = false; - }} - > -
- -
+
{ + modal_open = false; + }} + > +
+ +
{/if} -
-
-

- {$_("about")} - 🧾 -

-

- Lauf für Kaya! - - {$_("by")} - ODIT.Services - -
- {$_("lfk-is-os")} -

-
-
- -
-
-

- {$_("credits")} -

-
-

{$_("oss_credit_description")}

-
-
- {#await license_promise} -

{$_("licenses-are-being-loaded")}

- {:then} - - - - - - - - - - - - {#each licenses as l} - - - - - - - - {/each} - -
{$_("dependency_name")}{$_("license")}{$_("repo_link")}{$_("installed-version")}{$_("author")}
{l.name} - {l.license || "?"}
-
- {(l.repo?.url || l.repo) - .replace("git+", "") - .replace("git://", "")} - {l.version || "?"}{l.author?.name || l.author || "?"}
- {:catch error} -
- - {$_("general_promise_error")} - {error} - -
- {/await} -
-
-

{$_("icon-image-credits")}

- -
-
-
+
+

+ {$_("about")} +

+

+ Lauf für Kaya! + + {$_("by")} + ODIT.Services + +
+ {$_("lfk-is-os")} +

+

+ {$_("credits")} +

+

{$_("oss_credit_description")}

+
+ {#await license_promise} +

{$_("licenses-are-being-loaded")}

+ {:then} + + + + + + + + + + + + {#each licenses as l} + + + + + + + + {/each} + +
{$_("dependency_name")}{$_("license")}{$_("repo_link")}{$_("installed-version")}{$_("author")}
{l.name} + + + {(l.repo?.url || l.repo) + .replace("git+", "") + .replace("git://", "")} + {l.version || "?"}{l.author?.name || l.author || "?"}
+ {:catch error} +
+ + {$_("general_promise_error")} + {error} + +
+ {/await} +
+
+

{$_("icon-image-credits")}

+ +
+