stubbed in signup dialog
This commit is contained in:
parent
d560fc05cf
commit
f7f8944e00
7 changed files with 85 additions and 6 deletions
|
@ -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>`;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue