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

@ -12,13 +12,10 @@
//
//= require jquery
//= require jquery_ujs
//= require twitter/bootstrap
//= require twitter/bootstrap/bootstrap-tooltip
//= require twitter/bootstrap/bootstrap-popover
//= require mousetrap
// Stuff in app/assets
//= require tracks.js
//= require keybindings.js
// Stuff in vendor/assets
// require jquery-ui-1.10.0.custom.min
// require jquery.ui.touch-punch.min
@ -28,5 +25,10 @@
// require jquery.simulate.drag-sortable
// require jquery.truncator
//= require typeahead
//= require jquery.cookie
//= require swf_fu
// Stuff in app/assets
//= require tracks.js
//= require keybindings.js