feat: add drawer available plugins
Closes MIN-230
Objective:
Implement drawer available plugins with public plugins list
What has been done:
- redux state for plugins list
- init loading of all plugins list
- available plugins drawer
- components for loading individual plugins (from state or by url)
- unit tests
Important:
- Implementation of plugins loading (for use inside the app) is not part of this PR