summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/boards
Commit message (Expand)AuthorAgeFilesLines
* Test added a mock listPhil Hughes2016-08-172-1/+26
* Moved data holding into modelsPhil Hughes2016-08-179-84/+168
* Started new dropdownPhil Hughes2016-08-171-2/+5
* Changes names to listsPhil Hughes2016-08-173-13/+13
* Moved to ES6Phil Hughes2016-08-1712-214/+312
* Removes boards correctlyPhil Hughes2016-08-174-1/+14
* Simplified the markding as done to remove from all boardsPhil Hughes2016-08-174-30/+12
* Disables sortable when in marking done modePhil Hughes2016-08-171-1/+4
* Fades out the other boards when marking as donePhil Hughes2016-08-172-2/+7
* Correctly removes from multiple boardsPhil Hughes2016-08-171-0/+4
* Fixed issue where list wouldnt scrollPhil Hughes2016-08-171-2/+0
* Correctly removes from boards when moved to donePhil Hughes2016-08-172-3/+20
* When moving to done & the issue belongs to more than 1 board it asks if user ...Phil Hughes2016-08-176-15/+76
* Added vue-resource to get & save dataPhil Hughes2016-08-176-32/+80
* Hooked up JS to allow issues to be moved between columnsPhil Hughes2016-08-174-0/+83