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.
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.