In this PR I adjusting dashboard to receive the list of games from the fetchList action. The display is more proof of concept that will be changed later for actual styling. Also creating a button to redirect to games, along with using setInterval() to get data from our API every thirty seconds while on dashboard but stopping when leaving.
In this PR I adjusting dashboard to receive the list of games from the fetchList action. The display is more proof of concept that will be changed later for actual styling. Also creating a button to redirect to games, along with using
setInterval()
to get data from our API every thirty seconds while on dashboard but stopping when leaving.