summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Remove unnecessary functionClement Ho2017-01-091-10/+2
| * | | | | | Fix bug where labels with spaces weren't being escaped when selectedClement Ho2017-01-091-2/+2
| * | | | | | Refactor and add commentsClement Ho2017-01-097-66/+58
| * | | | | | Refactor itemClickedClement Ho2017-01-093-18/+15
| * | | | | | Remove show() as it is automatically called on setData when there is dataClement Ho2017-01-091-2/+0
| * | | | | | Refactor filtered search managerClement Ho2017-01-096-157/+185
| * | | | | | Refactor filtered_search_dropdownClement Ho2017-01-093-41/+41
| * | | | | | Refactor dropdown filtersClement Ho2017-01-097-128/+28
| * | | | | | Add check in case the data attribute does not existClement Ho2017-01-091-1/+5
| * | | | | | Add mobile viewportClement Ho2017-01-092-2/+6
| * | | | | | Fix casing and add upcoming milestone filterClement Ho2017-01-091-3/+6
| * | | | | | 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
| * | | | | | Refactor loadingTemplate to abstract classClement Ho2017-01-095-16/+7
| * | | | | | Add loading template to droplab_ajax_filterClement Ho2017-01-093-1/+31
| * | | | | | Add loading message for droplab_ajaxClement Ho2017-01-094-0/+27
| * | | | | | Make ajax filter more consistent and only filter when typedClement Ho2017-01-091-3/+12
| * | | | | | Add missing space for extracting paramsClement Ho2017-01-091-0/+1
| * | | | | | Fixed bug where filters were not being reset after being clearedClement Ho2017-01-091-3/+4
| * | | | | | Pass project ID through the DOMClement Ho2017-01-094-3/+7
| * | | | | | Remove ajax clear setData for smoother uxClement Ho2017-01-091-2/+0
| * | | | | | Fix ajax bugClement Ho2017-01-092-8/+8
| * | | | | | Reset filters when clear search is clickedClement Ho2017-01-092-0/+12
| * | | | | | Fix clear button so that it resets the dropdowns properlyClement Ho2017-01-092-0/+12
| * | | | | | Reposition dropdown when backspace is hitClement Ho2017-01-091-12/+33
| * | | | | | Prevent droplab from opening dropdown by cleaning itClement Ho2017-01-091-0/+4
| * | | | | | Add username to page_filter_pathClement Ho2017-01-091-0/+2
| * | | | | | Fix clear buttonClement Ho2017-01-098-61/+66
| * | | | | | Fix bug where token values with 2 double quotes were not treated as a complet...Clement Ho2017-01-091-4/+11
| * | | | | | Fix bug where dropdowns would not dismiss properlyClement Ho2017-01-095-8/+15
| * | | | | | Fixed issue where dropdown would not open after clicking on a dropdown itemClement Ho2017-01-092-13/+12
| * | | | | | Code cleanupClement Ho2017-01-0910-235/+203
| * | | | | | Add basic ajax filtering for authorClement Ho2017-01-092-14/+129
| * | | | | | Fix turbolinks issue by cleaning up droplab on page:changeClement Ho2017-01-091-0/+19
| * | | | | | Update droplabClement Ho2017-01-0910-212/+354
| * | | | | | Reset filters after clear searchClement Ho2017-01-092-12/+55
| * | | | | | Fix DroplabClement Ho2017-01-091-2/+3
| * | | | | | Add ability to search for filter dropdowns without filter symbolClement Ho2017-01-094-6/+37
| * | | | | | Add padding for clear buttonClement Ho2017-01-091-0/+1
| * | | | | | Add font to dropdown offset calculationClement Ho2017-01-091-4/+9
| * | | | | | Add filterMethod to hint dropdownClement Ho2017-01-091-0/+12
| * | | | | | Add filtering to the remaining dropdownsClement Ho2017-01-092-0/+16
| * | | | | | Add filter by last tokenClement Ho2017-01-094-6/+77
| * | | | | | Make keep typing dropdown item staticClement Ho2017-01-092-12/+15
| * | | | | | Add escaping for milestone valuesClement Ho2017-01-093-16/+22
| * | | | | | Add escape quotations for selected labels from dropdownClement Ho2017-01-092-3/+22
| * | | | | | Fixed bug where labels with multiple spaces wouldn't get tokenized correctlyClement Ho2017-01-091-2/+5
| * | | | | | Remove unnecessary dismissCurrentDropdownClement Ho2017-01-091-7/+0
| * | | | | | Remove border radius of list item buttonsClement Ho2017-01-091-0/+1
| * | | | | | Populate selected item in filtered search inputClement Ho2017-01-093-3/+8