* Configure eslint
* Fix eslint for frontend requests file
* Configure no unused import in eslint
* lint requests frontend file
* Run lint on all pages files
* Run lint on all component files
* Run lint on all remaining source files
* Add makefile target for frontend lint
* Update frontend build
* Add phony makefile targets in frontend folder
* Make block explorer url depending on network
* Got dynamic block explorer link working for detail page
* Got block explorer link working for ancestor thread squeaks
* Use network to get correct block explorer url in timeline
* Show correct block explorer link in address page
* Update static build
* Created squeak detail page
* Add get squeak details rpc method
* Got squeak serialized data to show
* Put style back
* Show raw squeak data in text field
* Show hash in squeak details page
* Include link to zoom in to squeak detail page from squeak page
* Update static build and frontend makefile