* Upgrade to squeaklib v0.13
* Allow different squeak types in server reponse
* Add core method for create resqueak.
* Add make resqueak method for squeak store
* Update db migration to include resqueak hash
* Add db method to insert and get resqueak
* Return resqueak as squeak entry in db query method
* Add RPC method for make resqueak
* Got make resqueak modal working in frontend
* Show different content for resqueak in frontend
* Show resqueaed squeak in display
* Show resqueak correctly
* Got resqueak display working on squeak card component
* Fix display for missing resqueaked squeak.
* Fix display for missing resqueaked squeak in squeak card.
* Got resqueak from squeak card working
* Fix prevent default action on resqueak unlock click
* Fix prevent default on make reply squeak in squeak card
* Got number of replies to resqueaked squeak working
* Fix click on squeak card
* Fix too many characters warning message
* Fix click on squeak card image and name and pubkey
* Rename set reply modal state function
* Fix toggle modals for resqueaked squeak
* Fix form submit action for squeak modals
* Include num resqueaks and num resqueaked resqueaks in get squeak entry db query
* Show number of resqueaks in frontend
* Fix distinct count in query for num replies and num resqueaks
* Update resqueaked squeak in slice state
* Update frontend build
* Add endpoint for payment summary for peer
* Got basic payment summary working for peer page
* Improve display of address in peer page
* Show peer address network in peer page
* Add endpoints for get sent payments for peer and get received payments for peer.
* Got sent payments for peer and received payments for peer working in frontend
* Update frontend build
* Got basic BuySqueak component working
* Fetch received offers from backend on click open buy dialog
* Allow unlock squeak from squeak card component
* Improve display of unlock button in squeak page
* 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