diff --git a/src/components/PluginManager.svelte b/src/components/PluginManager.svelte index 36fc8f60..e8fbe5be 100644 --- a/src/components/PluginManager.svelte +++ b/src/components/PluginManager.svelte @@ -237,10 +237,12 @@ /> - -

{$t("plugin_manager.title")}

+ + +

{$t("plugin_manager.title")}

+
-

{$t("plugin_manager.installed")}

+

{$t("plugin_manager.installed")}

{#each installed.sort((a, b) => diff --git a/src/components/Popup.svelte b/src/components/Popup.svelte index ddb772e7..9a51f208 100644 --- a/src/components/Popup.svelte +++ b/src/components/Popup.svelte @@ -21,11 +21,26 @@ {#if show} {/if} diff --git a/src/components/ProfileManager.svelte b/src/components/ProfileManager.svelte index 9511ac17..1f8fa4ab 100644 --- a/src/components/ProfileManager.svelte +++ b/src/components/ProfileManager.svelte @@ -220,8 +220,10 @@ /> - -

{device.name}

+ + +

{device.name}

+
- -

{device.name}

- {$t("profile_manager.application_profiles.hint.1")} - {$t("profile_manager.application_profiles.hint.2")} + + +

{device.name}

+ {$t("profile_manager.application_profiles.hint.1")} + {$t("profile_manager.application_profiles.hint.2")} +
{#each Object.entries(applicationProfiles).sort( (a, b) => (a[0] == "opendeck_default" ? -1 : b[0] == "opendeck_default" ? 1 : a[0].localeCompare(b[0])), ) as [appName, devices]} diff --git a/src/components/SettingsView.svelte b/src/components/SettingsView.svelte index 9b8a2d03..455be3f6 100644 --- a/src/components/SettingsView.svelte +++ b/src/components/SettingsView.svelte @@ -64,10 +64,13 @@ /> - -

{$t("settings.button")}

+ + +

{$t("settings.button")}

+
+ {#if $settings} -
+