Log
-
Output "ugly" json by Caio 10 years ago
-
Use imdbnumber as the movie_id by Caio 10 years ago
-
Make publish.sh run download_and_prepare_library.py by Caio 10 years ago
-
Add a MIT license notice by Caio 10 years ago
-
Remove data.js. Leave working example to the github page by Caio 10 years ago
-
Watch for the `blur` event instead of `keypress` 💬 by Caio 10 years ago
Pressing "Done" on iOS7 is not triggering an <enter> keypress.
-
Also hide the menubar after the user is done with searching by Caio 10 years ago
-
Move click handler for watchedfilter to the Searchbox view 💬 by Caio 10 years ago
This patch fixes a bug where the click() behaviour would stop happening after going to any other route and then back to the route:movies listing. This is because the checkbox is rendered only inside route:movies, which means that the onClick handler setup on $(document).ready() disapears on a redraw. The fix is setting the onClick handler whenever we render the Searchbox view.
-
Make the menu hide itself after certain interactions by Caio 10 years ago
-
Change menu id to something more sensible by Caio 10 years ago
-
Make the about page render properly on iphone5 by Caio 10 years ago
-
Remove reference to my personal e-mail by Caio 10 years ago
-
Stop building imdb.com urls manually everywhere by Caio 10 years ago
-
Render README.md as a "about" page by Caio 10 years ago
-
Add basic README.md file by Caio 10 years ago
-
Add pip requirements.txt file by Caio 10 years ago
-
Add script to retrieve metadata from XBMC by Caio 10 years ago
-
Publish bootstrap javascript file by Caio 10 years ago
-
Replace the header with a small navbar 💬 by Caio 10 years ago
Not too happy with this, but I wanna focus on the content not in the header.
-
Hack up a way to make moviedetails centered on small devices by Caio 10 years ago
-
Center the action links by Caio 10 years ago
-
Replace "Check on IMDb" with a simple "IMDb" by Caio 10 years ago
-
Keep the filter settings when going back from details to listing by Caio 10 years ago
-
Change route /movies/info/:id to /movies/:id by Caio 10 years ago
-
Make Models.Movie provide its thumbnail URL by Caio 10 years ago
-
Override bootstrap's default label style by Caio 10 years ago
-
Increase the debouce() wait time to 300ms by Caio 10 years ago
-
Use debounce() instead of throttle() 💬 by Caio 10 years ago
Throttle actually makes no sense here. What I want is to not proccess the input while there is activity in the textbox. Throttle queues events up, debouce does what I want.
-
Add basic actions to the movie details page by Caio 10 years ago