Did you try hiding the navigation bars on both the primary and secondary split views?
@main
struct TheApp: App {
var body: some Scene {
DocumentGroup(newDocument: Document()) { file in
NavigationView {
Navigator(document: file.$document)
.navigationBarHidden(true)
Content(document: file.$document)
.navigationBarHidden(true)
}
}
}
}
Post
Replies
Boosts
Views
Activity
If you click your username or profile picture in the dropdown, it'll take you straight to your profile page! (Instead of clicking Edit Profile)
eskimo—
I filed a feedback to allow sorting posts in both the browse and search sections:
FB7743054 (Allow changing the sort order for browsing posts and viewing search results)