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.

6 lines
275 B

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