* Check for existing sent offer before sending new offer
* Load offer from saved offer in db
* Include payment request in sent offers table
* Remove old comments
* Organize saving and loading of saved sent offer when sending buyer offer
* Rename squeak node to squeak controller
* Rename SqueakNode class to SqueakController
* Got itest working with refactored squeaknode and squeakcontroller classes
* Fix timestamp in get received payment rpc
* Update static build
* Fix proto numbering of received payment
* Include log line with returned received payments
* Lg the received payments reply
* Lg received payments reply list
* Lg received payments reply list
* Fix received payment component
* Remove log lines from frontend
* Remove log lines for received payment
* Rename received payments to sent offers
* Add received payments table
* Add get received payments rpc method
* Rename old received payment to sent offer in frontend
* Add received payment frontend component
* Improve logging of error in admin web request
* Got subscribe invoices worker working
* Improve error message in lnd invoice worker
* Only mark received payments if paid if the invoice is settled
* Check if invoice is settled before marking received payment as paid
* Pass settle index as param to mark paid db method
* Add migration to include settle_index in sent payments table
* Got latest settle index query working, I think
* Only return received payments that are already paid in db query
* Remove unused column from get latest settle index query
* Update static build
* Show received payments in frontend
* Update static build
* Fix sent payments query
* Fixed frontend received payments code
* Update static build
* Remove received payments component
* Fill in received payments component
* Fix receive payments component
* Fix parameter setting in received payments
* Fix showing payment time for received payment
* Show special message for payment time when payment time is null
* Remove old console log lines in payments page
* Add payments page
* Add payments page link to sidebar
* Create sent payment component
* Got sent payments list showing
* Show link to squeak and to lightning node in sent payment
* Fix lightning node pubkey link
* Add link to peer page from sent payment
* Use price_msat for config and internally
* Use price_msat in admin protocol for offer message
* Use price_msat in sent payments table and protocol
* Update frontend to use new protocol with price_msat for offer
* Update static build
* Add alembic with init command
* Create separate models class
* Add target metadata to alembic config
* Got initial migration working
* Move migration code into separate module
* Add documentation for migrations