Mercurial > hg > ugly-duckling
view src/app/app.component.html @ 420:8a866ee7c75f
web-animations polyfill
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Tue, 06 Jun 2017 16:04:51 +0100 |
parents | 8d6b3c941a78 |
children | 4387175f594b |
line wrap: on
line source
<div class="ugly-container"> <div class="ugly-header"> <md-toolbar color="primary"> <md-icon svgIcon="duck"></md-icon> <span class="ugly-toolbar-filler"></span> <ugly-playback-control></ugly-playback-control> <ugly-recording-control (finishedRecording)="onFileOpened($event)" ></ugly-recording-control> <!-- This fills the remaining space of the current row --> <span class="ugly-toolbar-filler"></span> <ugly-audio-file-open (fileOpened)="onFileOpened($event)" ></ugly-audio-file-open> <!-- menu opens when trigger button is clicked --> <button md-icon-button> <md-icon>extension</md-icon> </button> </md-toolbar> </div> <div class="ugly-content"> <ugly-notebook-feed [analyses]="analyses.toIterable()" [rootAudioUri]="rootAudioItem.uri" [onSeek]="onSeek"></ugly-notebook-feed> </div> </div>