aboutsummaryrefslogtreecommitdiffstats
path: root/views
AgeCommit message (Collapse)Author
2013-05-03Get rid of Parse.com API keysTeddy Wing
Deciding to not completely clear them from history, so don't use them please.
2013-04-28Add some Viggle callsTeddy Wing
2013-04-28Reduce size of type on 'Sorry' screenTeddy Wing
Because otherwise it extends off the screen in the Viggle app.
2013-04-28When you pick a character, show a dialogTeddy Wing
The dialog contains a message based on whether or not you had the correct answer.
2013-04-28Create the <video> element in JavaScriptTeddy Wing
Wasn't working on the phone when I had a <video> el with an empty src in the raw HTMl. So create a <video> el with the right src in JS and then insert it.
2013-04-28Test of video for phoneTeddy Wing
2013-04-28Get video from Parse and add to DOMTeddy Wing
2013-04-28Reorganise JS and get characters from lasest videoTeddy Wing
* Reorganise frontend JavaScript to make it more compartmentalised * Grab characters from the latest video
2013-04-28Fix height of character images in coverflowTeddy Wing
2013-04-28Change to different coverflow pluginTeddy Wing
2013-04-28Dynamically fetch character images from TMS APITeddy Wing
* /character-images endpoint now dynamically fetches images from the TMS API * Add a config.js file
2013-04-27Render characters by calling APITeddy Wing
To render the characters, get character names and image locations from the internal API and render them using an Underscore template.
2013-04-27Update routing system. Add character images endpointTeddy Wing
Now includes an endpoint to get character images using dummy data.
2013-04-27Change to node/express appTeddy Wing