AugurProject / augur

Augur v2 - Prediction Market Protocol and Client
MIT License
443 stars 142 forks source link

consolidate-required-hooks #10916

Closed JohnDanz closed 3 years ago

JohnDanz commented 3 years ago

Consolidate required hooks

GraphData and AppStatus shouldn't have any extra hooks to implement. just drop in the provider and graph will auto-fetch/sync, appStatus will auto track isMobile (assuming we still setup the class that adds the data to the document body under a certain media query, see shared.less)

Will most likely follow suit with User hooks which need another hard look to determine approval tracking/transaction tracking.