* Added container class for plugins that care for registration of submodules
* Added extensions manager that cares for adding modules to store
* Make extensions require less knowledge of internal extension management
* Reformatting
* Update generateStaticSite to use ohif-viewer, remove old OHIFViewer-react folder
* Add yarn.lock so Netlify knows to use Yarn
* Fix for copying static site folder
* Try to fix netlify build which is stuck uploading
* Try to fix static site deployment
* Try to fix static site deployment again
* Try to fix static site deployment one more time
* Extracted pdf plugin into external package
* Removed some unused dependencies
* Published pdf extension to npm registry
* Added external microscopy extension (work in progress)
* Extraction of microscopy plugin working now
* Added microscopy extension npm package to package.json
* Increase ohif-core version
* update yarn.lock
* Fix error in readme
* Fix authentication error in pdf plugin
* Remove readme, update packages, add redirect for netlify
* netlify test
* netlify test 2
* netlify test 2, forgot to add new redirects file
* Use public dicom server for demo
* Another netlify try
* Another netlify try 2
* Another netlify try 3
* Another netlify try 4
* User Preferences - basic integration
* wip user prefs
* Creating ConnectedHeader
* Removing old UserPreferences
* Reverting studylistwithdata
* Initial hotkeys handler migration
* Setting keys after save
* Getting hotkeys from redux
* Adding windowslevel preset listeners
* Refactoring - moving hotkeys setup to ohif-core-hotkeysUtil
* Using hotkeysUtil method on userPreferences save
* Using context in the user preferences
* Adding redux store into localstorage
* Hotkeys - Fixing onResetToDefaults
* Mmoving from OHIFViewer-react to ohif-viewer
* Added public directory and debug run code in index.js
* Different entry points for development and publish
* Add port to start debug script
* Merge in progress
* Merge in progress
* Merge in progress
* Merged last components