Poll WIP (#231):

* backend form declaration
* frontend form dialog
This commit is contained in:
John Livingston
2024-06-28 18:38:59 +02:00
parent b792588364
commit 14e0576329
7 changed files with 245 additions and 14 deletions

View File

@ -5,6 +5,8 @@
import { _converse, converse } from '../../../src/headless/core.js'
import { getHeadingButtons } from './utils.js'
// import { XMLNS_POLL } from './constants.js'
import './modals/poll-form.js'
import './components/poll-form-view.js'
converse.plugins.add('livechat-converse-poll', {
dependencies: ['converse-muc', 'converse-disco'],