Task lists WIP:

* pubsub manager
* some refactoring
* various fixes
This commit is contained in:
John Livingston
2024-05-03 19:28:26 +02:00
parent e8e8af855d
commit df788473cd
7 changed files with 294 additions and 142 deletions

View File

@ -8,6 +8,8 @@ import './muc-task-list-view.js' // FIXME: here or in another file?
import './muc-task-lists-view.js' // FIXME: here or in another file?
import './modals/muc-task-lists.js' // FIXME: here or in another file?
// TODO: add a client disco feature (using api.listen.on('addClientFeatures' ...)).
converse.plugins.add('livechat-converse-tasks', {
dependencies: ['converse-muc', 'converse-disco'], // TODO: add converse-pubsub