From 108482c05a54b2b35d349689a1e9e027fccae5a2 Mon Sep 17 00:00:00 2001 From: Stefan Hausotte Date: Sat, 28 Feb 2026 21:20:04 +0100 Subject: [PATCH] feat: improve settings page --- Forji/Forji/Views/HomeView.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Forji/Forji/Views/HomeView.swift b/Forji/Forji/Views/HomeView.swift index 2a69621..ac7c0a5 100644 --- a/Forji/Forji/Views/HomeView.swift +++ b/Forji/Forji/Views/HomeView.swift @@ -130,6 +130,8 @@ struct SettingsTabView: View { } Section("About") { + LabeledContent("Copyright", value: "Stefan Hausotte") + VStack(alignment: .leading, spacing: 8) { Text("License") .font(.subheadline) @@ -141,8 +143,6 @@ struct SettingsTabView: View { } .padding(.vertical, 4) - LabeledContent("Copyright", value: "Stefan Hausotte") - VStack(alignment: .leading, spacing: 8) { Text("Logo") .font(.subheadline) @@ -154,11 +154,11 @@ struct SettingsTabView: View { .padding(.vertical, 4) VStack(alignment: .leading, spacing: 8) { - Text("Libraries") + Text("Used Libraries") .font(.subheadline) .foregroundStyle(.secondary) VStack(alignment: .leading, spacing: 4) { - Text("ForgejoKit (MIT)") + Link("ForgejoKit (MIT)", destination: URL(string: "https://codeberg.org/secana/ForgejoKit")!) Link("Textual (MIT)", destination: URL(string: "https://github.com/gonzalezreal/textual")!) Link( "HighlightSwift (MIT)",