Files
Outpost/Outpost/Features
Puranjay Savar Mattas a0643090b3 fix(collections): show collection name in toolbar, highlight open doc
.navigationTitle set to a real value duplicated the custom toolbar
pill (macOS renders both in the same row); the previous attempt to
suppress just the native text via .windowToolbarStyle(showsTitle:
false) also suppressed the custom .navigation item itself. Empty
title sidesteps both.

Also threads the open document's id down through the sidebar tree so
its row highlights too, not just the containing collection — and
auto-expands whichever collection contains it when the document was
opened from outside the sidebar (detail pane, global search).
2026-08-14 01:16:40 +01:00
..