Skip to content

Clean code and separate concerns

Emmanuel Vodor requested to merge cleaning into beta
  • Installed Prettier with conf
  • Format code
  • Moved all the plugins outside of the main component
  • Moved Deferred into a utils file
  • Renamed plugins with correct prefixes

Note:

  • converse-xxx plugins are related to converse itself (adds feature or fixes a bug)
  • sib-xxx plugins are related to the chat component itself

Merge request reports