The frontend/UI server, written in JS using the MarkoJS library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

7 lines
275 B

import moment from "moment"
<modal class="modal color-text nolabel" key="modal" enabled=(input.enabled) closable on-close("close") >
<h1 key="stuff">Add Filter</h1>
<add-filter-modal-body characters=input.characters filter=input.filter on-add("emit", "add") />
</modal>