diff --git a/.vs/JudoWeb/v17/DocumentLayout.backup.json b/.vs/JudoWeb/v17/DocumentLayout.backup.json index 923ca22..0200bcb 100644 --- a/.vs/JudoWeb/v17/DocumentLayout.backup.json +++ b/.vs/JudoWeb/v17/DocumentLayout.backup.json @@ -14,8 +14,16 @@ "DocumentGroups": [ { "DockedWidth": 200, - "SelectedChildIndex": 0, + "SelectedChildIndex": 2, "Children": [ + { + "$type": "Bookmark", + "Name": "ST:0:0:{0174dea2-fdbe-4ef1-8f99-c0beae78880f}" + }, + { + "$type": "Bookmark", + "Name": "ST:0:0:{aa2115a1-9712-457b-9047-dbb71ca2cdd2}" + }, { "$type": "Document", "DocumentIndex": 0, @@ -24,19 +32,11 @@ "RelativeDocumentMoniker": "API\\Program.cs", "ToolTip": "D:\\Programmieren\\CSharp\\JudoWeb\\API\\Program.cs", "RelativeToolTip": "API\\Program.cs", - "ViewState": "AgIAAAAAAAAAAAAAAAAAABQAAAAXAAAAAAAAAA==", + "ViewState": "AgIAAAAAAAAAAAAAAAAAABkAAAAAAAAAAAAAAA==", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", "WhenOpened": "2025-10-05T16:26:39.39Z", "EditorCaption": "" }, - { - "$type": "Bookmark", - "Name": "ST:0:0:{0174dea2-fdbe-4ef1-8f99-c0beae78880f}" - }, - { - "$type": "Bookmark", - "Name": "ST:0:0:{aa2115a1-9712-457b-9047-dbb71ca2cdd2}" - }, { "$type": "Bookmark", "Name": "ST:0:0:{cce594b6-0c39-4442-ba28-10c64ac7e89f}" diff --git a/.vs/JudoWeb/v17/DocumentLayout.json b/.vs/JudoWeb/v17/DocumentLayout.json index 923ca22..0200bcb 100644 --- a/.vs/JudoWeb/v17/DocumentLayout.json +++ b/.vs/JudoWeb/v17/DocumentLayout.json @@ -14,8 +14,16 @@ "DocumentGroups": [ { "DockedWidth": 200, - "SelectedChildIndex": 0, + "SelectedChildIndex": 2, "Children": [ + { + "$type": "Bookmark", + "Name": "ST:0:0:{0174dea2-fdbe-4ef1-8f99-c0beae78880f}" + }, + { + "$type": "Bookmark", + "Name": "ST:0:0:{aa2115a1-9712-457b-9047-dbb71ca2cdd2}" + }, { "$type": "Document", "DocumentIndex": 0, @@ -24,19 +32,11 @@ "RelativeDocumentMoniker": "API\\Program.cs", "ToolTip": "D:\\Programmieren\\CSharp\\JudoWeb\\API\\Program.cs", "RelativeToolTip": "API\\Program.cs", - "ViewState": "AgIAAAAAAAAAAAAAAAAAABQAAAAXAAAAAAAAAA==", + "ViewState": "AgIAAAAAAAAAAAAAAAAAABkAAAAAAAAAAAAAAA==", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", "WhenOpened": "2025-10-05T16:26:39.39Z", "EditorCaption": "" }, - { - "$type": "Bookmark", - "Name": "ST:0:0:{0174dea2-fdbe-4ef1-8f99-c0beae78880f}" - }, - { - "$type": "Bookmark", - "Name": "ST:0:0:{aa2115a1-9712-457b-9047-dbb71ca2cdd2}" - }, { "$type": "Bookmark", "Name": "ST:0:0:{cce594b6-0c39-4442-ba28-10c64ac7e89f}" diff --git a/GUI/public/static/images/startPage.png b/GUI/public/static/images/startPage.png new file mode 100644 index 0000000..002f53a Binary files /dev/null and b/GUI/public/static/images/startPage.png differ diff --git a/GUI/public/static/images/whatsJudo/hold.jpg b/GUI/public/static/images/whatsJudo/hold.jpg new file mode 100644 index 0000000..51f2076 Binary files /dev/null and b/GUI/public/static/images/whatsJudo/hold.jpg differ diff --git a/GUI/public/static/images/whatsJudo/stabil.jpg b/GUI/public/static/images/whatsJudo/stabil.jpg new file mode 100644 index 0000000..6dddd5a Binary files /dev/null and b/GUI/public/static/images/whatsJudo/stabil.jpg differ diff --git a/GUI/public/static/images/whatsJudo/throw.jpg b/GUI/public/static/images/whatsJudo/throw.jpg new file mode 100644 index 0000000..fcbc2fc Binary files /dev/null and b/GUI/public/static/images/whatsJudo/throw.jpg differ diff --git a/GUI/src/Layout.vue b/GUI/src/Layout.vue index 5c3c245..8fbcf6a 100644 --- a/GUI/src/Layout.vue +++ b/GUI/src/Layout.vue @@ -19,7 +19,11 @@ function toggleDrawer() { } onMounted(() => { - theme.change(localStorage.getItem('theme') || 'light'); + theme.change( + localStorage.getItem('theme') || window.matchMedia('(prefers-color-scheme: dark)').matches + ? 'dark' + : 'light', + ); showDrawer.value = localStorage.getItem('drawer')?.startsWith('Y') || false; }); @@ -40,7 +44,9 @@ onMounted(() => { - Judoteam - Stadtlohn + Judoteam - Stadtlohn