summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/droplab
Commit message (Expand)AuthorAgeFilesLines
* Fix droplab rendering template when data-dynamic selector is unavailablefix-droplab-renderingClement Ho2017-02-061-2/+2
* Add caching of droplab ajax requests26844-new-search-bar-performs-a-new-request-for-each-tagClement Ho2017-01-262-39/+63
* Merge branch 'filtered-search-hidden-dont-render' into 'master'Jacob Schatz2017-01-251-3/+11
|\
| * Correctly resets the default template on destroyfiltered-search-hidden-dont-renderPhil Hughes2017-01-231-3/+8
| * Only render the list if it is visiblePhil Hughes2017-01-231-2/+5
* | Checks if rendered count has changed rather than relying on key charPhil Hughes2017-01-232-8/+15
* | Fixed some issues with droplab & keyboard navigationPhil Hughes2017-01-233-23/+50
* | Fixed currentIndex being shared across dropdownsPhil Hughes2017-01-231-2/+9
* | Changed character matchPhil Hughes2017-01-231-2/+2
* | Fixed keyboard navigation not working in filtered search barPhil Hughes2017-01-231-1/+6
|/
* Fix DropLab in IE11 v126785-fix-droplab-in-ie-11-v1Eric Eastwood2017-01-211-20/+29
* Revert "Merge branch '26785-fix-droplab-in-ie-11-v1' into 'master'"Jacob Schatz2017-01-211-29/+20
* Fix DropLab in IE11 v1Eric Eastwood2017-01-201-20/+29
* Changed the event listener target from window to document in droplab26617-search-bar-filter-dropdown-does-not-dismiss-when-sort-dropdown-is-selectedJose Ivan Vargas2017-01-201-7/+7
* Backend reviewClement Ho2017-01-111-6/+3
* Fix code review suggestionsClement Ho2017-01-091-5/+5
* Fix indentationClement Ho2017-01-091-14/+15
* Code review changesClement Ho2017-01-091-1/+1
* Fix eslintClement Ho2017-01-091-1/+1
* Fix es6 errorsClement Ho2017-01-092-36/+67
* Add additional check before setting outerHTMLClement Ho2017-01-091-1/+5
* Remove show() as it is automatically called on setData when there is dataClement Ho2017-01-091-2/+0
* Add check in case the data attribute does not existClement Ho2017-01-091-1/+5
* Only return data response for droplab ajax filterClement Ho2017-01-091-4/+4
* Hide list if it is dynamic and there are no items to renderClement Ho2017-01-091-3/+7
* Add loading template to droplab_ajax_filterClement Ho2017-01-091-1/+23
* Add loading message for droplab_ajaxClement Ho2017-01-091-0/+15
* Make ajax filter more consistent and only filter when typedClement Ho2017-01-091-3/+12
* Remove ajax clear setData for smoother uxClement Ho2017-01-091-2/+0
* Fix ajax bugClement Ho2017-01-092-8/+8
* Fix clear buttonClement Ho2017-01-091-23/+28
* Fixed issue where dropdown would not open after clicking on a dropdown itemClement Ho2017-01-091-2/+1
* Code cleanupClement Ho2017-01-092-8/+16
* Add basic ajax filtering for authorClement Ho2017-01-091-0/+109
* Update droplabClement Ho2017-01-093-126/+230
* Fix DroplabClement Ho2017-01-091-2/+3
* Add filter by last tokenClement Ho2017-01-091-2/+11
* Remove bad droplab codeClement Ho2017-01-091-3/+0
* Fix image data-srcClement Ho2017-01-091-1/+1
* Update droplabClement Ho2017-01-092-4/+26
* Add droplab updatesClement Ho2017-01-092-25/+85
* Add droplabClement Ho2017-01-093-0/+588