RealityETH / reality-eth-monorepo

Monorepo containing reality.eth contracts, UI code and everything else.
39 stars 20 forks source link

Slim down UI, try to remove non-native network requests #137

Open edmundedgar opened 9 months ago

edmundedgar commented 9 months ago

We're shipping various fonts and things in our build. Make sure we need them and remove anything we don't need to keep the ipfs download size down.

Also, if possible the whole thing would be served locally except for graph, so try to replace any network loading of fonts etc.