mirror of
https://codeberg.org/secana/Forji.git
synced 2026-06-16 05:13:55 -07:00
feat: improve settings page
This commit is contained in:
parent
96d1805a48
commit
108482c05a
1 changed files with 4 additions and 4 deletions
|
|
@ -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)",
|
||||
|
|
|
|||
Loading…
Reference in a new issue