* Add SqueakThreadItem componentn and use it in timeline and squeakaddress page
* Use multiline input form for squeak content in makesqueak
* Use character limit maxLength in textfield
* Fix button style in makesqueak page
* Make input text full width in make squeak page
* Add select signing profile to make squeak page
* Fix submit makesqueak button
* Use bytes for all squeak hashes in admin proto
* Use string for squeak_hash grpc fields in admin rpc
* Fix redirect to squeak page from make squeak
* Verfiy block synchronously before returning response in make_squeak
* Add timeline page
* Add timeline to sidebar
* Show number of squeaks in timeline page
* Revert dashboard page back to original
* Remove dashboard and notifications pages from sidebar
* Add select for signing profile to make squeak page form
* Successfully send makesqueak request from frontend with dropdown select signing profile working
* Handle response when profile or squeak is None
* Fixed props of profiles grid
* Catch exception in queue verifier worker thread
* Create signing profile button in profiles page in frontend
* Use beautify to format profile.js
* Add createsigningprofile page with input form
* Make the input form profile name required
* Handle go to create signing profile page from button click
* Add profile page
* Successfully redirect to profile page after creating profile
* Fetch profile from server in profile page in frontend
* Use react material design template for frontend
* Successfully make rpc request inside material design template
* Make rpc request in tables page
* Run react frontend in development mode for now
* successfully get squeaks in tables page
* Use production server in frontend dockerfile
* Update gitignore to ignore generated proto files
* Organize npm package