This website requires JavaScript.
Explore
Help
Sign In
renun
/
NetNewsWire
Watch
1
Star
0
Fork
0
You've already forked NetNewsWire
mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced
2025-08-12 06:26:36 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
5dea55855f7d16fdab7218bb278834993f1b5e7e
NetNewsWire
/
Mac
/
MainWindow
/
Sidebar
T
History
Brent Simmons
86631b20eb
Fix a couple bugs with combined refresh/sync progress that gets reported in status bar.
2024-12-08 18:38:34 -08:00
..
Cell
…
Keyboard
…
Renaming
…
PasteboardFolder.swift
…
PasteboardWebFeed.swift
…
SidebarDeleteItemsAlert.swift
…
SidebarOutlineDataSource.swift
…
SidebarOutlineView.swift
…
SidebarStatusBarView.swift
Fix a couple bugs with combined refresh/sync progress that gets reported in status bar.
2024-12-08 18:38:34 -08:00
SidebarViewController.swift
Avoid force-unwrapping, which was causing a crash. Add an
assertionFailure
so we can catch this issue in the act — we need to know why an item would not be a Node. Fix
https://github.com/Ranchero-Software/NetNewsWire/issues/3824
2023-01-22 14:57:56 -08:00
SidebarViewController+ContextualMenus.swift
Remove references to isFeedProvider.
2023-06-25 16:15:21 -07:00
UnreadCountView.swift
…