cedricblondeau / world-cup-2018-cli-dashboard

⚽🏆 World Cup 2018 CLI dashboard: watch matches in your terminal.

Home Page:https://www.npmjs.com/package/world-cup-cli-dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Group standings do not autoupdate

MHohenberg opened this issue · comments

... they will only update after a restart.

Yeah, they do not auto-update.

Adding a setInterval statement on componentDidMount in Dashboard.jsx to update groups should do it but that should probably not be done each 30 seconds.

https://github.com/cedricblondeau/world-cup-2018-cli-dashboard/blob/master/src/components/Dashboard/Dashboard.jsx#L41

That feature has been added and released in 1.1.0. 🎉