diff --git a/src/lib/components/AddConnectionModal.svelte b/src/lib/components/AddConnectionModal.svelte index 428e174..b7fd335 100644 --- a/src/lib/components/AddConnectionModal.svelte +++ b/src/lib/components/AddConnectionModal.svelte @@ -126,7 +126,7 @@
-
+
{#if edit} {$i18n.t('Edit Connection')} @@ -153,7 +153,7 @@
-
+
-
{$i18n.t('Release Notes')}
+
{$i18n.t('Release Notes')}
-
+
v{WEBUI_VERSION}
-
+
{#if changelog} {#each Object.keys(changelog) as version}
-
+
v{version} - {changelog[version].date}
-
+
{#each Object.keys(changelog[version]).filter((section) => section !== 'date') as section}
@@ -111,7 +111,7 @@ await updateUserSettings(localStorage.token, { ui: $settings }); show = false; }} - class="px-3.5 py-1.5 text-sm font-medium bg-black hover:bg-gray-900 text-white dark:bg-white dark:text-black dark:hover:bg-gray-100 transition rounded-full" + class="px-3.5 py-1.5 text-sm font-medium bg-black hover:bg-gray-900 text-white dark:bg-white dark:text-black transition rounded-full" > {$i18n.t("Okay, Let's Go!")} diff --git a/src/lib/components/NotificationToast.svelte b/src/lib/components/NotificationToast.svelte index 0d3f69a..c623b72 100644 --- a/src/lib/components/NotificationToast.svelte +++ b/src/lib/components/NotificationToast.svelte @@ -31,7 +31,7 @@