mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-25 00:24:07 +01:00
* 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:
parent
f8d0ff31d4
commit
031f9fe967
13 changed files with 70 additions and 55 deletions
|
|
@ -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()
|
||||
Loading…
Add table
Add a link
Reference in a new issue