mirror of
https://github.com/status-im/sourcecred.git
synced 2025-02-21 08:48:14 +00:00
* Make App.js into skeleton for GraphExplorer We make a very basic skeleton for the Graph Explorer as a basis for future development. This commit also removes the UserExplorer and FileExplorer from App.js. Since we have changed the underlying data model, we are unlikely to use the UserExplorer or FileExplorer in anything like their current state, so they are effectively deprecated. I am deferring removing them because it is nice to have some examples of working React code to copy from, before the Graph Explorer is ready. Test plan: run `yarn start`, and observe that the App displays the words "Graph Explorer" underneath the "SourceCred Explorer" title bar.