* 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