LexMachinaInc / quadro

Quadro is a JavaScript kanban board for Github issues

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add ability to refresh data

wired4code opened this issue · comments

Right now, a user would have to click the browser refresh button to check for updated data; this makes the entire page reload and the component to unmount and then mount again. We should add a refresh/update button and just update state.

Done. Pushed to master.

Closing issue. Decided to remove refresh button as not needed.