| Age | Commit message (Collapse) | Author |
|
Conflicts:
assets/js/models/sample.js
|
|
Time in mm:ss appears on the drag handles. Drag them around and the
time changes accordingly.
NOTE: this version is kind of borked because for some reason in my
testing the start of the video displayed as 24 seconds.
|
|
|
|
|
|
|
|
|
|
|
|
Save values on drag-stop of the clip handles.
|
|
|
|
|
|
|
|
Tested the player.html file and apparently the buttons don't seem to
work any more either.
Will continue getting the clip positions to save in the model once we
get it working again.
|
|
Move code related to clip line initialisation etc. into the new view.
|
|
* Add attributes to the model
* Add player initialisation code to the Sample item view
|
|
When a new sample is added, initialise the drag handles so they are
draggable.
Also remove initial sample from markup.
|
|
* Don't add to collection if the input field is empty
* Clear input field after adding
|
|
Paste a URL, click the '+' button, and a new sample progress bar
appears on the page (woo!).
TODO: initialise drag handles on add of a new sample progress bar
|
|
|
|
Create basic app structure using Backbone & Marionette.
|
|
|
|
|
|
Create functions to convert between progress bar position and seek
point in seconds. Add a test video to the index.html page.
|
|
|
|
Initial setup for a progress bar and basic interface for choosing a
sample clip. Includes a bar with two draggable lines to set a range
within the bar.
|