NetNewsWire/Multiplatform/Shared/Sidebar
Stuart Breckenridge 06826a23bb
Partially fixes #566
• Adds a preference to show alerts to confirm deletion of feeds (default is true) and this is configurable in Settings / Preferences

• Supports single (iOS/macOS) and multiple selection (macOS) for deletion

• Until folders are selectable (future beta, hopefully), selecting them for deletion is disabled.
2020-08-15 09:37:18 +08:00
..
SidebarContainerView.swift Removes @ViewBuilder from `var body` 2020-08-12 21:04:56 +08:00
SidebarContextMenu.swift Partially fixes #566 2020-08-15 09:37:18 +08:00
SidebarExpandedContainers.swift Fix bug that caused currently selected item to not be found on next unread 2020-07-26 16:00:00 -05:00
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 Partially fixes #566 2020-08-15 09:37:18 +08:00
SidebarStyleModifier.swift
SidebarToolbarModel.swift Remove action sheet var on sidebar toolbar model 2020-07-27 13:41:23 +05:30
SidebarToolbarModifier.swift Reduces reliance on presentationMode to dismiss 2020-08-14 00:04:39 +08:00
SidebarView.swift Partially fixes #566 2020-08-15 09:37:18 +08:00
UnreadCountView.swift