Improve display of results
This commit is contained in:
@@ -69,6 +69,7 @@ struct LocalizedPageContentView: View {
|
||||
let linkingPosts = content.posts.filter { $0.linkedPage == page }
|
||||
TextWithPopup(
|
||||
symbol: .ipadAndArrowForward,
|
||||
title: "Post linking to page",
|
||||
text: "\(linkingPosts.count) linking posts",
|
||||
items: linkingPosts.map { $0.title(in: language) })
|
||||
}.foregroundStyle(.secondary)
|
||||
|
Reference in New Issue
Block a user