summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/boards/components
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
* Fixed remove btn error after creating new issue in listPhil Hughes2017-02-031-0/+1
* Removed Masonry, instead uses groups of dataPhil Hughes2017-02-038-73/+117
* Uses mixins for repeated functionsPhil Hughes2017-02-034-9/+10
* Props use objects with required & type valuesPhil Hughes2017-02-037-23/+73
* Removes labels instead of closing issue when clicking remove buttonPhil Hughes2017-02-035-14/+18
* Fixed bug with empty state showing after searchPhil Hughes2017-02-0311-21/+33
* Fixed DB schemaPhil Hughes2017-02-034-7/+7
* Added remove buttonPhil Hughes2017-02-033-2/+43
* 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
* Boards spec update to take into account removed backlogPhil Hughes2017-02-031-1/+1
* Used issue bulk update instead of different endpointPhil Hughes2017-02-032-4/+12
* Added more testsPhil Hughes2017-02-033-3/+7
* Reloads issues when re-opening modalPhil Hughes2017-02-038-32/+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-039-25/+328
* Clears all dropdown menus in issue sidebar when it opensissue-sidebar-empty-assigneePhil Hughes2017-01-201-4/+6
* Resets issue boards assignee dropdownPhil Hughes2017-01-201-0/+4
* resolve all parseInt radix eslint violationsMike Greiling2017-01-181-2/+2
* resolve all indent eslint violationsMike Greiling2017-01-182-15/+15
* resolve all semi and no-extra-semi eslint violationsMike Greiling2017-01-181-2/+2
* resolve all no-plusplus eslint violationsMike Greiling2017-01-181-2/+2
* Added note about width of sidebarissue-boards-animatePhil Hughes2017-01-061-7/+11
* Fixed issue card not scrolling to correct positionPhil Hughes2017-01-051-1/+7
* Added animations to issue boardsPhil Hughes2017-01-031-2/+6
* expand remaining non-explicit eslint-disable blocks and factor out globals wh...Mike Greiling2016-12-138-12/+35
* rewrite subscription javascript to accomodate new designMike Greiling2016-11-301-1/+1
* Merge branch 'issue-boards-scrollable-element' into 'master' Fatih Acet2016-11-241-0/+1
|\
| * Fixed issue boards scrolling with a lot of lists & issuesPhil Hughes2016-11-241-0/+1
* | Fixed dragging issue moving wrong issue after multiple drags of issueboards-issue-sortingPhil Hughes2016-11-241-1/+1
* | Fixed issue boards issue sorting when dragging issue into listPhil Hughes2016-11-241-1/+1
|/
* Fixed dragging issues on issue boardsissue-boards-dragging-fixPhil Hughes2016-11-232-4/+5