stubbed in signup dialog

This commit is contained in:
Danny Coates 2018-09-27 15:46:46 -07:00
parent d560fc05cf
commit f7f8944e00
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
7 changed files with 85 additions and 6 deletions

View file

@ -4,7 +4,7 @@ module.exports = function(state, emit) {
return html`
<div class="modal" onclick=${close}>
<div class="modal__box" onclick=${e => e.stopPropagation()}>
${state.modal(state, close)}
${state.modal(state, emit, close)}
</div>
</div>`;