zshamrock / dynoman

DynamoDB management UI
GNU General Public License v3.0
7 stars 0 forks source link

Display the spinner/progress bar on when navigate over the pages #168

Closed zshamrock closed 5 years ago

zshamrock commented 5 years ago

Extension of the #74, where it currently displays the spinner on the search button, but it only fetches the first page, all other pages are fetched using the pagination, and so the spinner/progress bar should be incorporated there.

And also double check that the runAsync is used there as well.