* Got basic login page format working
* Use different login css template
* Got login form partially working
* Remove old form fields
* Got login page working with image
* Load css and js assets locally
* Got sent payments working for profile page
* Show received payments in profile page
* Fix infinite scroll of received payments for profile page
* Update frontend build
* Add db methods to get sent and received payments for pubkey
* Add flask endpoints for payments per pubkey
* Got amount earned summary working in profile page.
* Update frontend build
* Add backend endpoint for get sent payments for squeak and get received payments for squeak.
* Improved look of sats spent and sats earned text in squeak page
* Got spending modal working on squeak page
* Got sent payments working for squeak page
* Got received payments working for squeak page
* Update frontend build
* Add get received payment summary for squeak and get sent payment summary for squeak.
* Add get sent payments for squeak.
* Add get received payments for squeak.
* Add RPC and flask endpoint for get payment summary for squeak.
* Got payment summary fields working in squeak page.
* Refetch payment summary from backend after buy completes successfully
* Update frontend build
* Got delete peer and save peer form on peer page working with tesla informed library
* Got edit peer form on peer page working with tesla informed library
* Update frontend build
* Got add peer form on peers page working with tesla informed library
* Remove unused state from peers page
* Remove unused functions from peers page
* Got show external address form on peers page working with tesla informed library
* Update frontend build
* Got change profile name form working with tesla informed library
* Got add contact profile form on unknown pubkey page working with tesla informed library
* Got export private key form on profile page working with tesla informed library
* Got export delete profile form on profile page working with tesla informed library
* Got change profile image form on profile page working with tesla informed library
* Remove unused saved state var in profile page
* Update frontend build
* Got create signing profile form working with tesla informed
* Got create contact profile form working with tesla informed
* Got add twitter account form working with tesla informed
* Update frontend build
* Improved make squeak form using tesla informed library
* Fix validation of empty content in make squeak form
* Remove inner input box div
* Use css for tesla informed classes
* Update frontend build