* Update connect peer and disconnect peer rpc to use peer addrss struct
* Update get connected peer rpc to use peer addrss struct
* Use peer address struct in create saved peer rpc
* Use peer address struct in squeak peer struct
* Use peer address for requests functions in frontend
* Update frontend build
* Delete old offer with peer and sent payment with peer structs
* Use peer_address as field name for all structs
* Use peer address object in proto responses
* Update frontend to use new peer address struct
* Undo change to navigate to peer address page params
* Update frontend build
* Remove peer from sent payment response in backeng
* Got peer address showing in sent payment display in frontend
* Fix display of available offers dropdown in buy dialog
* Update frontend build
* Remove uploading and downloading fields and add autoconnect field in all backend code
* Remove uploading and downloading fields and add autoconnect in frontend
* Update frontend build
* Remove sharing field from all backend code
* Add db migration to remove sharing field
* Remove profile sharing field from frontend
* Update frontend build
* Got refactored action bar component working
* Fixed action bar component
* Almost got action bar working in squeak thread item components
* Got action component working for squeak thread item in timeline
* Create reusable component for squeak list
* Add squeak ancestor thread component
* Created squeak replies component
* Use squeak list component in squeak address page
* Update frontend build
* Use grid to limit width of frontend components
* Remove page titles
* Remove page title from peer address page
* Use grid width for more pages
* Update static build
* Use host and port for connect_peer rpc command
* Use host and port for disconnect peer command
* Got connect peer dialog frontend working
* Add disconnect peer request frontend function
* Update frontend build
* Use tabs for peers page
* Improved look of saved peers ui
* Use different icon for lightning peer and squeak peer list items
* Successfully show connected peers on peers page
* Show both connected peers and saved peers on peers page
* Update frontend build
* Add liked column to squeak table
* Add rpc methods for like and unlike
* Fix migration to add liked column
* Got like squeak working
* Set squeak liked without reloading page
* Download squeak button reloads squeak without reloading page
* Use inconbutton for actions in squeak detail component
* Update static build
* Allow reprocessing the same invoice without duplicate insert of received payment
* Use stopped event to stop processing invoices
* Got itest working with payment processor class
* Use payment processor class in squeak controller constructor
* Add rpc method for reprocess received payments
* Add reprocess received payments button
* Add reprocess received payments to admin web app
* Handle processing received payments subscription rpc better
* Add frontend button to reprocess received payments
* Clear settle indices in reprocess received payments
* Update static build
* Try changing peer primary key to hash, not done
* Got backend working with peer hash as primary key
* Got frontend working with peer hash as primary key for peer