NetNewsWire/Mac/MainWindow
Jim Correia e7e77d362c Fix for bug #901 — first web view load flashes white in dark mode
The fix used for iOS (keep a queue of preloaded web views) isn't appropriate
for macOS since the first view is used immediately. That approach would
solve the flash of white when first searching, but not the flash of white
when launching the application.

Instead, use a modification of the original solution used for iOS:

    - wrap the web view in a box with an appropriate background color
    - hide the web view at creation
    - show the web view after* the first load

This doesn't suffer the latency problem that the same solution on iOS had
because the first load is always local, "No Selection" HTML.

[*] Showing the view immediately after the first load still causes the flash
    to white. Waiting 0.05 seconds avoids this. That's a fairly terrible hack,
    but I don't have a better solution at present.
2019-08-31 22:14:56 -07:00
..
AddFeed Make sure that FeedFinder and InitialDownloader are running on the main thread. 2019-06-10 08:21:03 -05:00
AddFolder Remember account selection for Add Feed and Add Folder dialogs. Issue #651 & Issue #654 2019-05-21 09:36:33 -05:00
Detail Fix for bug #901 — first web view load flashes white in dark mode 2019-08-31 22:14:56 -07:00
Keyboard Major folder and project tree restructuring. 2019-04-13 16:18:54 -07:00
OPML Add ellipsis where needed in import/export OPML sheets. Fix #731. 2019-06-09 20:18:10 -07:00
Sidebar Reload data after a batch update. Fix #872. 2019-08-23 15:52:07 -07:00
Timeline Only enable "Open in Browser" when a single article is selected. 2019-08-31 16:02:21 -07:00
MainWindowController.swift Update appropriate counts in the sidebar when the timeline’s unread count changes. Fix #829. 2019-08-13 21:07:39 -07:00
SharingServiceDelegate.swift Major folder and project tree restructuring. 2019-04-13 16:18:54 -07:00
SharingServicePickerDelegate.swift Implement default timeline avatar. Issue #641 2019-05-21 05:42:40 -05:00