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.

8 lines
310 B

  1. <compact-list>
  2. <compact-list-item for(file in input.files) key=file.id id=file.id highlight=component.isHighlighted(file.id)>
  3. <file data=file
  4. user=input.user
  5. on-removed("emit", "removed", file)
  6. on-edited("emit", "edited", file)
  7. />
  8. </compact-list-item>
  9. </compact-list>