ryant26 / masterRank

A web app that facilitates online game group creation based on player stats
https://www.fireteam.gg
2 stars 0 forks source link

Update redux store hero preferences from local storage upon modal close #467

Closed wisesm0 closed 6 years ago

wisesm0 commented 6 years ago

Here, we are want to see a change to hero preferences in one tab persist across hero preferences in other tabs.

This change, allows users to have multiple tabs open and will see the change they just made to their preferences in another tab without having to refresh/reload the page.

This is the only multi-tab problem I could find as of now. There may be others

closes #452