log src/app/notebook-feed/notebook-feed.component.html @ 509:041468f553e1 tip master

age author description
Thu, 29 Jun 2017 20:11:14 +0100 Lucas Thompson Add export button for recordings and option to remove audio item (also removes all related analyses atm). Revokes associated object url for audio on removal. Will be problematic if the history is used for undo / redo.
Fri, 26 May 2017 12:59:41 +0100 Lucas Thompson Split AnalysisItem out into individual types for root audio items and features. This is messy as is, these need revising and should perhaps be actual concrete types with methods.
Thu, 25 May 2017 17:56:14 +0100 Lucas Thompson Wire up as necessary to push the handlers down the tree. This is unfinished.
Thu, 04 May 2017 17:09:48 +0100 Lucas Thompson Introduce width Inputs to analysis items and waveform and observe for Dimension changes in notebook-feed.
Thu, 04 May 2017 15:33:20 +0100 Lucas Thompson Wrap in a container with full width of parent
Thu, 04 May 2017 15:21:52 +0100 Lucas Thompson Create independent Timeline for each rootAudioUri, no idea how this was working before. Not sure if these belong here or in the application state, but this is better than before.
Tue, 25 Apr 2017 20:01:09 +0100 Lucas Thompson Generate new project with latest @angular/cli, including Angular 4.
Mon, 24 Apr 2017 16:39:32 +0100 Lucas Thompson Setup feed for OnPush strategy and pass single items to children
Fri, 21 Apr 2017 12:55:24 +0100 Lucas Thompson Setup analysis-item to display determinate spinner if progress prop provided when declared.
Fri, 24 Mar 2017 16:14:57 +0000 Lucas Thompson Introduce id field for analysis items, currently optional but arguably shouldn't be. Currently an incrementing counter uniquely identifies an item - not ideal.
Fri, 24 Mar 2017 11:07:26 +0000 Lucas Thompson First attempt at the feed containing items. Currently breaks analyses into distinct, separated segments, based on each item marked as root.
Wed, 22 Mar 2017 14:34:43 +0000 Lucas Thompson Share Timeline instance instead of previous event emitting TimelineTimeContext bodge.
Wed, 22 Mar 2017 11:17:51 +0000 Lucas Thompson Allow for sharing time context amongst some analysis items. This approach may be backed out.
Tue, 21 Mar 2017 17:10:59 +0000 Lucas Thompson Introduce a component representing a feed of analyses on an audio file. A collection of analysis items. Basically a placeholder right now.