view src/app/waveform/waveform.component.html @ 201:d179cf7df697

First attempt at the feed containing items. Currently breaks analyses into distinct, separated segments, based on each item marked as root.
author Lucas Thompson <dev@lucas.im>
date Fri, 24 Mar 2017 11:07:26 +0000
parents 733bcba71003
children 0833ddde6a83
line wrap: on
line source
<div
  #track class="track"
  (mousedown)="seekStart()"
  (mouseup)="seekEnd($event.clientX)"></div>
<template [ngIf]="isLoading">
  <ugly-progress-spinner [isVisible]="true"></ugly-progress-spinner>
</template>