use twitter/typeahead for autocomplete. make go to project|context|tag work and show

project details in a popover
This commit is contained in:
Reinier Balt 2013-08-07 23:31:28 +02:00
parent 31386db3df
commit c0edd1749c
19 changed files with 1924 additions and 187 deletions

View file

@ -13,4 +13,4 @@
*= require mousetrap
*= require_tree ../../../vendor/assets/stylesheets
*= require tracks
*/
*/

View file

@ -170,7 +170,7 @@ div.todos-container {
overflow-y: visible;
}
div#tracks-go-project-dialog {
div#tracks-go-item-dialog {
input.input-medium {
width : 95%;
}