NetNewsWire/Multiplatform/Shared/Sidebar
Stuart Breckenridge 673f0ce718
Handles single and multiple sync failures
If a single sync failure is encountered a sheet is presented which allows the user to update their credentials.

If multiple sync failures are encountered an alert is shown listing the accounts which encountered errors. On iOS, this alert can take the user into Settings, but there is no obvious way to programatically pesent macOS preferences.
2020-07-25 16:40:04 +08:00
..
SidebarContainerView.swift
SidebarContextMenu.swift Minor changes for #2287 2020-07-22 21:47:40 +08:00
SidebarExpandedContainers.swift
SidebarItem.swift
SidebarItemView.swift Merge pull request #2293 from stuartbreckenridge/feature/sidebar-context-menus 2020-07-22 16:50:53 -05:00
SidebarListStyleModifier.swift
SidebarModel.swift Rewrite Sidebar select next unread in Combine 2020-07-23 16:27:54 -05:00
SidebarStyleModifier.swift
SidebarToolbarModel.swift Handles single and multiple sync failures 2020-07-25 16:40:04 +08:00
SidebarToolbarModifier.swift Make toolbar placement more explicit to fix problems that appeared in Xcode 12 Beta 3 2020-07-22 21:01:02 -05:00
SidebarView.swift Handles single and multiple sync failures 2020-07-25 16:40:04 +08:00
UnreadCountView.swift