summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/boards/components/modal
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'add-issue-modal-loading-indicator' into 'master' Alfredo Sumaran2017-03-242-5/+12
|\
| * Show loading icon when changing filter in add issues modalPhil Hughes2017-03-212-5/+12
* | Merge branch 'add-issues-modal-filtered-search-takes-search-param' into 'mast...Filipa Lacerda2017-03-231-0/+2
|\ \
| * | Fixed search param being used in the add issues modalPhil Hughes2017-03-211-0/+2
| |/
* | make eslint happyMike Greiling2017-03-201-1/+1
* | remove Vue from the global spaceMike Greiling2017-03-206-6/+13
|/
* Merge branch 'clear-page-param-after-filter-in-add-issues-modal' into 'master' Alfredo Sumaran2017-03-211-0/+4
|\
| * Reset issue boards add issues modal page when filteringclear-page-param-after-filter-in-add-issues-modalPhil Hughes2017-03-171-0/+4
* | Rename 'All issues' to 'Open issues' in Add issues modalblackst0ne2017-03-182-3/+3
|/
* Moved reduce function to a utilPhil Hughes2017-03-163-24/+7
* Updated specs to check that the token is correctly addedPhil Hughes2017-03-161-2/+1
* Fixed search specsPhil Hughes2017-03-161-1/+2
* Fixed eslint errorsPhil Hughes2017-03-163-16/+33
* Created a container class for filtered searchPhil Hughes2017-03-161-1/+5
* Added filter bar into add issues modalPhil Hughes2017-03-165-259/+8
* Allow filtering by all started milestonesbetter-priority-sortingSean McGivern2017-03-151-0/+1
* Remove .es6 from file extensions (!9241)winniehell2017-03-0511-0/+0
* Fixed eslintPhil Hughes2017-02-062-4/+10
* Merge branch 'master' into issues-modal-filtersPhil Hughes2017-02-067-241/+237
|\
| * Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-02-033-6/+12
* | Fixed eslint errorsPhil Hughes2017-02-034-5/+8
* | Show empty state if filter returns empty resultsPhil Hughes2017-02-032-1/+19
* | Resets modal filters when closingPhil Hughes2017-02-032-0/+5
* | Passes through the correct endpointsPhil Hughes2017-02-035-6/+46
* | Added all filtersPhil Hughes2017-02-036-58/+139
* | Added user filter componentPhil Hughes2017-02-032-80/+104
* | Hardcoded author, assignee & milestone dropdownsPhil Hughes2017-02-032-5/+107
* | Started adding filters to issues modalPhil Hughes2017-02-032-0/+49
|/
* Fixed adding to list bugPhil Hughes2017-02-031-2/+5
* Fixed modal lists dropdown not updating when list is deletedadd-issues-to-boardsPhil Hughes2017-02-031-1/+4
* Removed Masonry, instead uses groups of dataPhil Hughes2017-02-036-68/+97
* Uses mixins for repeated functionsPhil Hughes2017-02-034-9/+10
* Props use objects with required & type valuesPhil Hughes2017-02-035-17/+45
* Removes labels instead of closing issue when clicking remove buttonPhil Hughes2017-02-034-12/+7
* Fixed bug with empty state showing after searchPhil Hughes2017-02-036-14/+22
* Fixed DB schemaPhil Hughes2017-02-034-7/+7
* Fixed issue link hrefPhil Hughes2017-02-032-5/+14
* Fixed up JS testsPhil Hughes2017-02-031-1/+1
* Reuse endpoint to list issues for a list instead of create a new oneDouglas Barbosa Alexandre2017-02-031-1/+1
* Lists dropdown drops upPhil Hughes2017-02-031-1/+1
* Some styling updatesPhil Hughes2017-02-034-7/+20
* Fixed some failing lint testsPhil Hughes2017-02-032-5/+6
* Infinite scrollingPhil Hughes2017-02-032-5/+28
* Fixed masonry re-triggering when it didnt need toPhil Hughes2017-02-031-2/+8
* Used issue bulk update instead of different endpointPhil Hughes2017-02-032-4/+12
* Added more testsPhil Hughes2017-02-032-2/+3
* Reloads issues when re-opening modalPhil Hughes2017-02-037-29/+5
* Added empty statePhil Hughes2017-02-036-8/+91
* Cleaned up some codePhil Hughes2017-02-037-117/+70
* Started testsPhil Hughes2017-02-038-11/+12