-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Load main page content in order asychronously (#140)
Replaces #139 After #131 & #133, the rows on the main page load asynchronously. And the first one to load grabs the focus of the page which is not ideal. This PR refactors so that all of the data is fetch asynchronously, but added to the UI in order. Additionally, in the event of failures, focus will be moved to the top bar. Before focus would be lost and you have to press up to get to the bar to scroll over the settings.
- Loading branch information
1 parent
ee2c621
commit 1eb174b
Showing
1 changed file
with
88 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters