From 64b939e6ac0b196d18ee183a37a40b0bf7927a80 Mon Sep 17 00:00:00 2001 From: Natsuu Date: Wed, 14 Jan 2026 03:41:18 +0000 Subject: refactor: split App.svelte into components --- ui/src/components/SettingsView.svelte | 125 ++++++++++++++++++++++++++++++++++ 1 file changed, 125 insertions(+) create mode 100644 ui/src/components/SettingsView.svelte (limited to 'ui/src/components/SettingsView.svelte') diff --git a/ui/src/components/SettingsView.svelte b/ui/src/components/SettingsView.svelte new file mode 100644 index 0000000..f09be4e --- /dev/null +++ b/ui/src/components/SettingsView.svelte @@ -0,0 +1,125 @@ + + +
+

Settings

+ +
+ +
+ +
+ + +
+ + {#if settingsState.javaInstallations.length > 0} +
+

Detected Java Installations:

+ {#each settingsState.javaInstallations as java} + + {/each} +
+ {/if} + +

+ The command or path to the Java Runtime Environment. Click "Auto Detect" to find installed Java versions. +

+
+ + +
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+ +
+
+ + +
+
+ + +
+
+
+ +
+ +
+
+
-- cgit v1.2.3-70-g09d2