summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/boards/components/new_list_dropdown.js.es6
Commit message (Expand)AuthorAgeFilesLines
* Remove .es6 from file extensions (!9241)winniehell2017-03-051-76/+0
* resolve all indent eslint violationsMike Greiling2017-01-181-12/+12
* expand remaining non-explicit eslint-disable blocks and factor out globals wh...Mike Greiling2016-12-131-5/+6
* Changed how lists get sortedPhil Hughes2016-11-101-0/+2
* Refactor of issue boards to work with Vue2Phil Hughes2016-11-101-46/+51
* Creates new list from a new labelissue-board-new-label-new-listPhil Hughes2016-11-041-0/+13
* Create new list dropdown stays open after new listissue-boards-new-list-stop-closingPhil Hughes2016-10-271-0/+1
* disable ESLint for all JavaScript fileswinniehell2016-10-261-0/+1
* Convert label creation from API to controller endpointNick Thomas2016-09-231-2/+1
* Improved code readabilityPhil Hughes2016-08-171-6/+5
* Uses dataset rather than jQuery to get attribute valuesPhil Hughes2016-08-171-4/+6
* Fixed removing items from listPhil Hughes2016-08-171-1/+1
* Moved board store to namespaced gl objectPhil Hughes2016-08-171-4/+4
* Removes checkmarks from new list dropdown when deleting listPhil Hughes2016-08-171-1/+2
* Removed underscoreJS usesPhil Hughes2016-08-171-4/+4
* Created a class to share functionality of creating new label from dropdownPhil Hughes2016-08-171-1/+3
* Updates new dropdown list when removing listsPhil Hughes2016-08-171-13/+14
* Can filter by author & assigneePhil Hughes2016-08-171-2/+4
* Hides from new dropdown when already presentPhil Hughes2016-08-171-0/+1
* Hooked the frontend services up with the backendPhil Hughes2016-08-171-4/+3
* Fixed some styling issues in new list dropdownPhil Hughes2016-08-171-0/+4
* Test added a mock listPhil Hughes2016-08-171-0/+11
* Moved data holding into modelsPhil Hughes2016-08-171-0/+32