peev / cryptobeast-reactjs

MIT License
1 stars 2 forks source link

Clean FrontEnd #312

Closed TeodorKolev closed 5 years ago

TeodorKolev commented 5 years ago
  1. Delete all methods, stores, components, that are not used.
  2. Remove node modules that are not used (for example old high charts)
  3. Split imports from material core:
    import { Drawer, Toolbar } from '@material-ui/core';  =>
    import { Drawer } from '@material-ui/core/Drawer';
    import { Toolbar } from '@material-ui/core/Toolbar ';
KudraVello commented 5 years ago

Remove "Get Markets" from settings.