coala / gh-board

:octocat: Kanban for GitHub Issues
https://coala-gh-board.netlify.com/
GNU Affero General Public License v3.0
21 stars 25 forks source link

Don't wait for fetching promise to finish before render the board #173

Closed li-boxuan closed 5 years ago

li-boxuan commented 5 years ago

When you open gh-board for the first time, it takes some time to fetch issues/prs from GitHub. Before the fetching promise finishes, the kanban board won't load. Since we have pre-fetched data already dumped into indexDB, we should display those data while fetching (syncing) is going on.