* Add details popover to action.

* Hide tags and overdue date on phones
* Depend on released twitter-bootstrap-rails instead of their master tree
This commit is contained in:
Reinier Balt 2013-08-09 22:49:57 +02:00
parent f8d0ff31d4
commit 031f9fe967
13 changed files with 70 additions and 55 deletions

View file

@ -63,4 +63,5 @@ $ ->
# Item Selection
Mousetrap.bind 'j', -> TracksApp.selectNext()
Mousetrap.bind 'k', -> TracksApp.selectPrev()
Mousetrap.bind 'n', -> TracksApp.toggleNoteOfSelectedTodo()
Mousetrap.bind 'n', -> TracksApp.toggleNoteOfSelectedTodo()
Mousetrap.bind 'i', -> TracksApp.toggleDetailsPopover()