* Got search working in frontend
* Got search bar working
* Make frontent lint
* Remove unused state from search page
* Update frontend build
* Reset search results to empty array on search bar enter
* Make frontent lint
* Update frontend build
* Show external address in dialog on button click and remove from page text
* Run frontend lint
* Remove unused reset fields function
* Update frontend build
* Add pagination to get received payments rpc
* Add pagination to received payments frontend page
* Comment unused method used for streaming in timeline page
* Run frontend lint
* Update frontend build
* Got timeline request using flask endpoint
* Better error handling for javascript requests
* Got all lnd rpc methods working with flask requests
* Use flask endpoints for more rpc methods
* Use flask endpoints for even more rpc methods
* Use flask endpoints for even more rpc methods
* Use flask endpoints for even more rpc methods
* Use flask endpoints for even more rpc methods
* Comment out streaming frontend requests
* Comment out all streaming requests
* Remove grpc web client from requests
* Run frontend lint
* Update frontend build
* Change created time in sent payment to milliseconds integer
* Change time field of sent payment rpc message to ms
* Update frontend for sent payment to get new milliseconds field
* Update frontend build
* Use milliseconds for received offer created time in database
* Use milliseconds for sent offer created time in database
* Change created time to milliseconds for received payment
* Update frontend to use milliseconds for received payment
* Update frontend to use milliseconds for peer and profile in database
* Change created time and liked time to milliseconds for squeak
* Remove use of datetime module from squeak db
* Fix get liked time in milliseconds in frontend
* Update frontend build
* Simplify squeak retention query
* Add pagination to get sent payments rpc method
* Got frontend mostly working for paginating sent payments
* Fix warning for missing arg in load sent payments effect
* Update frontend build
* Updrage squeaklib to 0.7.1
* Add case to handle secret key msg in peer msg handler
* Add fields for custom price and use custom price to profile table
* Got itest working with new profile fields
* Use default values for profile struct constructor
* Fix db migration to use use profile columns
* Got itest passing for set use custom price
* Show custom price or default price in profile page
* Change wording of selling with price in profile page
* Got set use custom price toggle working in configure profile dialog
* Add pagination for get liked entries rpc
* Update rpc proto for pagination for get liked entries
* Got pagination working for likes page
* Update frontend build
* Update timeline to use more efficient pagination rpc with last entry
* Update address squeaks to use more efficient pagination rpc with last entry
* Update reply squeaks to use more efficient pagination rpc with last entry
* Use last_entry as param in get_timeline db query function
* Use last_entry as param in get address squeaks db query function
* Use last_entry as param in get reply squeaks db query function
* Add rpc method to subscribe to new squeaks
* Got floating action button showing for refresh
* Change spacing of refresh button
* Load new squeaks in timeline from rpc subscription
* Got refresh button correctly showing new squeaks from peer
* Got refresh button action working correctly
* Update frontend build
* Show waiting indicator in timeline page
* Show text when no squeaks found in timeline
* Update frontend build
* Got progress indicator working for buy squeak
* Fixed spinning indicator in button in buy squeak dialog
* Update frontend build
* Got squeak page working without get squeak entry rpc, no streaming yet
* Implement subscribe ancestors
* Got subscribe ancestors working in frontend with download squeak click
* Delete old comments
* Update frontend build
* Remove old log lines