You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The design is based on the redux'n'sagas branch over here: #229 (comment)
As a first pass please review the UI work from the redux branch and where it makes sense, port it to a branch off of revamp. The revamp branch has data in the store for peers already. It needs to be extended with logic for geoip look ups. That involves https://github.com/ipfs/ipfs-geoip and their is prior art for using it in both the master and redux branches.
In the revamp branch we're using redux-bundler to simplify our redux logic, see https://reduxbundler.com/
The text was updated successfully, but these errors were encountered:
Of note @alanshaw is working on the peers bandwidth graph for the stats page and there is significant overlap here with that work (flags and geoip plumbing). Please co-ordinate your efforts here.
Initial design is here: https://projects.invisionapp.com/d/main#/console/13924274/302167366/preview
The design is based on the redux'n'sagas branch over here: #229 (comment)
As a first pass please review the UI work from the
redux
branch and where it makes sense, port it to a branch off ofrevamp
. The revamp branch has data in the store for peers already. It needs to be extended with logic for geoip look ups. That involves https://github.com/ipfs/ipfs-geoip and their is prior art for using it in both the master and redux branches.In the revamp branch we're using redux-bundler to simplify our redux logic, see https://reduxbundler.com/
The text was updated successfully, but these errors were encountered: