summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/boards/components/modal
Commit message (Expand)AuthorAgeFilesLines
* 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
* Created a modal storePhil Hughes2017-02-038-73/+35
* Search bar now returns dataPhil Hughes2017-02-035-16/+63
* Changed where data gets loadedPhil Hughes2017-02-034-41/+40
* Added selectable list before adding issuesPhil Hughes2017-02-032-7/+85
* Fixes layout issue on selected tabPhil Hughes2017-02-032-4/+15
* Selected issues show with checkmarkPhil Hughes2017-02-034-21/+90
* Added masonry layoutPhil Hughes2017-02-032-12/+68
* Styling fix for listPhil Hughes2017-02-032-1/+1
* Add issues to boards listPhil Hughes2017-02-037-0/+235