mirror of
https://github.com/wahyd4/links.git
synced 2026-08-08 21:04:53 +10:00
Minor update
This commit is contained in:
@@ -186,7 +186,7 @@ struct LinkRowView: View {
|
||||
.foregroundColor(.secondary)
|
||||
.lineLimit(1)
|
||||
} else if let text = link.text, !text.isEmpty {
|
||||
Text("custom_content")
|
||||
Text("custom_content - \(link.alias)")
|
||||
.font(.caption)
|
||||
.foregroundColor(.secondary)
|
||||
.italic()
|
||||
@@ -243,7 +243,7 @@ struct LinkRowView: View {
|
||||
linkViewModel.openLink(link)
|
||||
}
|
||||
}) {
|
||||
Image(systemName: link.isTemplate ? "arrow.right.circle.fill" : "arrow.up.right.circle.fill")
|
||||
Image(systemName: "arrow.up.right.circle.fill")
|
||||
.foregroundColor(.blue)
|
||||
.font(.title2)
|
||||
}
|
||||
@@ -463,7 +463,7 @@ struct MarkdownContentView: View {
|
||||
}
|
||||
}
|
||||
}
|
||||
.navigationTitle("Custom Content")
|
||||
.navigationTitle("Custom Content - \(link.alias)")
|
||||
.navigationBarTitleDisplayMode(.inline)
|
||||
.toolbar {
|
||||
ToolbarItem(placement: .navigationBarLeading) {
|
||||
|
||||
@@ -409,7 +409,7 @@ struct SearchResultRow: View {
|
||||
.foregroundColor(.secondary)
|
||||
.lineLimit(1)
|
||||
} else {
|
||||
Text("custom_content")
|
||||
Text("custom_content - \(link.alias)")
|
||||
.font(.caption)
|
||||
.foregroundColor(.secondary)
|
||||
.italic()
|
||||
|
||||
Reference in New Issue
Block a user