This repository has been archived on 2022-09-21. You can view files and clone it, but cannot push or open issues or pull requests.
converse.js/src/plugins/controlbox
Shaun Wu 9ea8653ef7 Upgrade to Webpack 3
Had to make various other changes due to incompatibilities.

- Use the new `lit` package instead of `lit-html` or `lit-element`
- Drop `haunted` since it breaks the rules by specifying `type: module`
  but then doesn't import with file extensions
- Use Sass Dart instead of node-sass (fixes #2445)
- Upgrade Karma
2021-04-30 13:50:50 +02:00
..
styles Move chatbox styles to plugin folder 2021-03-19 11:43:16 +01:00
templates Upgrade to Webpack 3 2021-04-30 13:50:50 +02:00
tests Move various tests to plugin folders 2021-04-11 21:12:37 +02:00
api.js Call minimize on the model 2021-02-09 15:48:21 +01:00
controlbox.js Upgrade to Webpack 3 2021-04-30 13:50:50 +02:00
index.js Move files around to try and create some consistency and order 2021-03-24 12:41:17 +01:00
loginpanel.js Upgrade to Webpack 3 2021-04-30 13:50:50 +02:00
model.js Bugfix. Login form is shown after reconnection 2021-02-22 20:53:59 +01:00
navback.js Move files around to try and create some consistency and order 2021-03-24 12:41:17 +01:00
toggle.js Move files around to try and create some consistency and order 2021-03-24 12:41:17 +01:00
utils.js Add new component for navigating back to controlbox 2021-03-17 11:19:58 +01:00