summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-11-10pathsstable-20131110Kawandeep Virdee
2013-11-10added test samplesKawandeep Virdee
2013-11-10Merge branch 'fix-footer-positioning'Teddy Wing
2013-11-10Merge branch 'master' of github.com:whichlight/clip-playKawandeep Virdee
2013-11-10movie comes to the top if it is playingKawandeep Virdee
2013-11-10Fix footerTeddy Wing
Move footer back to the bottom (from the right-side experiment). Put a background on it so that it doesn't run into samples that may be added at the bottom. They will scroll though so you'll always be able to see all your samples.
2013-11-10Rotated footer ideaTeddy Wing
Footer rotated 90 degrees and reads vertically bottom to top on the right side of the page. Don't like this version. Going to try something else.
2013-11-10Merge branch 'add-creator-info'Teddy Wing
2013-11-10Add footer with creator info & linksTeddy Wing
2013-11-10Update page titleTeddy Wing
2013-11-10Merge branch 'master' of github.com:whichlight/clip-playKawandeep Virdee
2013-11-10added z-index stuffKawandeep Virdee
2013-11-10Merge branch 'url-add-enter-key'Teddy Wing
2013-11-10Add new samples when pressing the enter key in the add formTeddy Wing
2013-11-10Merge branch 'add-thumbnail-to-sample'Teddy Wing
2013-11-10Move the clip lines to the right on initial loadTeddy Wing
Moves the clip lines farther into the progress bar such that the drag handles appear inside the progress bar. This ensures that the thumbnail is not covered by the left drag handle.
2013-11-10Add thumbnail to sample editorTeddy Wing
2013-11-10Move initialize above onRender methodTeddy Wing
2013-11-10added image proxyKawandeep Virdee
2013-11-10Merge branch 'master' of github.com:whichlight/clip-playKawandeep Virdee
2013-11-10expand videoKawandeep Virdee
2013-11-10Merge branch 'remove-sample'Teddy Wing
2013-11-10When deleting a sample, also delete its associated videoTeddy Wing
2013-11-10Change colour of normal state delete buttonTeddy Wing
2013-11-10Remove sample progress bar on '-' button clickTeddy Wing
2013-11-10added thumbnail, fixed remove button colorsKawandeep Virdee
2013-11-10added remove buttonKawandeep Virdee
2013-11-10fixed keybindingKawandeep Virdee
2013-11-10Remove unused font stylesheets from includesTeddy Wing
2013-11-10Add active state for text-shadow on '+' buttonTeddy Wing
2013-11-10Merge branch 'key-input-hover-animation-fanciness'Teddy Wing
2013-11-10Pulse keyboard key input on hoverTeddy Wing
To give you a better idea that it's able to be interacted with/edited.
2013-11-10Merge branch 'clip-drag-handle-active-state'Teddy Wing
2013-11-10Add active state to clip drag handles & improve stylesTeddy Wing
* Clip drag handles get darker when you click on them * Add text-shadow to times in drag handles * Adjust leading of text in drag handles
2013-11-10Merge branch 'validate-url'Teddy Wing
2013-11-10Adopt a simpler URL validation regexTeddy Wing
Gruber's would match any string as long as there was a valid URL inside them, which is not what we want. Use a simpler regex that matches URLs and only URLs.
2013-11-10Remove the form tag because I kept accidentally pressing enterTeddy Wing
When you press enter, it submits the form and reloads the page which is not what we want to have happen in this case. We want the add button to be clicked (manually or programmatically).
2013-11-10Validate that the input is a URLTeddy Wing
Use a JavaScript version of John Gruber's URL validator to make sure that what is inputted into the box is in fact a URL. TODO: there is a BUG in that it accepts URL without an http:// prefix and we require that to be there.
2013-11-10Increase margins between sample progress barsTeddy Wing
When multiple samples were added, their progress bars would appear too close together. Give them some room to breathe.
2013-11-10Merge branch 'style-the-page'Teddy Wing
2013-11-10Improve styling of drag handlesTeddy Wing
2013-11-10Add gradient to selected bar in progress barTeddy Wing
2013-11-10Improve background colours/shadows of progress barTeddy Wing
2013-11-10Fix side marginsTeddy Wing
Don't indent the sample editor progress bars.
2013-11-10Reposition clip line drag handlesTeddy Wing
Move start handle so that its right side touches the clip handle. Move stop handle so that its left side touches the clip handle.
2013-11-10Clean up look of progress barTeddy Wing
* Widen progress bar * Increase height of elements contained within the progress bar to match my change from the last commit * Stagger the drag handles so that the time is visible even if they are close together. Unfortunately, the clip line appears above the start drag handle when they are close together & I can't seem to fix this using z-index. I will update this to make the drag handles aligned horizontally again, but will nudge them so that the side of a handle juts up against the clip line.
2013-11-10Improve positioning of edit sample areaTeddy Wing
* Vertical align middle * Increase height of progress bar
2013-11-10Improve key input stylesTeddy Wing
2013-11-10Style keyboard key inputsTeddy Wing
2013-11-10Style the '+' URL buttonTeddy Wing