Search button
ClosedPublic

Authored by lbrabec on Oct 15 2014, 12:44 PM.

Details

Summary

WIP, search button in navbar with popover form. Try pressing '/' (slash), search form should appear.
progressbar.js (if used) would be better via CDN.

Test Plan

tried several searches (as in T347)

Diff Detail

Repository
rRSFE resultsdb_frontend
Lint
Lint Skipped
Unit
Unit Tests Skipped
lbrabec retitled this revision from to Search button.Oct 15 2014, 12:44 PM
lbrabec updated this object.
lbrabec edited the test plan for this revision. (Show Details)
lbrabec added a reviewer: jskladan.
lbrabec updated this object.Oct 15 2014, 12:47 PM

I do not think that bundled libraries are allowed (not sure about this rule in javascript case), but in any case, there should be at least an attribution/authorship note with the progressbar.js

Also, please post which progressbar.js it actually is (google gives gazzilion answers).

I'm not crazy about adding another dep here - what does this give us that can't be done with just jquery? bundled js is mostly against fedora packaging guidelines, do we really want to have another package to maintain? I'm also not crazy about requiring js to make the search functionality work.

Also, with the cdn - I'm not sure that a cdn which isn't under our control is the best idea. That doesn't look like a huge js file - does it really make much of a difference to use the cdn instead of hosting it like the other js files we're using?

lbrabec updated this revision to Diff 722.Oct 21 2014, 12:15 PM
lbrabec updated this object.
  • eyecandy hidden in comment until own hosting
This revision is now accepted and ready to land.Oct 21 2014, 12:31 PM
lbrabec closed this revision.Oct 21 2014, 3:24 PM
lbrabec updated this revision to Diff 725.

Closed by commit rRSFEb2282424478e (authored by @lbrabec).