Add unread counts to Sidebar

This commit is contained in:
Maurice Parker
2020-06-29 16:58:10 -05:00
parent 29b5f426fd
commit 61ad0fbfa4
7 changed files with 99 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ struct SceneNavigationView: View {
NavigationView {
#if os(macOS)
RegularSidebarContainerView()
.frame(minWidth: 100, idealWidth: 150, maxWidth: 200, maxHeight: .infinity)
.frame(minWidth: 100, idealWidth: 150, maxHeight: .infinity)
#else
if horizontalSizeClass == .compact {
CompactSidebarContainerView()