summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/boards
Commit message (Expand)AuthorAgeFilesLines
* Fixed modal lists dropdown not updating when list is deletedadd-issues-to-boardsPhil Hughes2017-02-033-6/+5
* Fixed remove btn error after creating new issue in listPhil Hughes2017-02-031-0/+1
* Removed Masonry, instead uses groups of dataPhil Hughes2017-02-0310-76/+122
* Uses mixins for repeated functionsPhil Hughes2017-02-036-10/+26
* Props use objects with required & type valuesPhil Hughes2017-02-037-23/+73
* Removes labels instead of closing issue when clicking remove buttonPhil Hughes2017-02-037-17/+37
* Fixed JS lint errorsPhil Hughes2017-02-031-3/+2
* Fixed bug with empty state showing after searchPhil Hughes2017-02-0315-27/+38
* Fixed bug where 2 un-selected issues would stay on selected tabPhil Hughes2017-02-031-2/+3
* 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
* Disabled add issues button if no lists existPhil Hughes2017-02-031-8/+21
* 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-032-4/+4
* Removed backlog frontend codePhil Hughes2017-02-032-3/+1
* Lists dropdown drops upPhil Hughes2017-02-031-1/+1
* Some styling updatesPhil Hughes2017-02-035-12/+43
* Fixed some failing lint testsPhil Hughes2017-02-033-6/+7
* Infinite scrollingPhil Hughes2017-02-033-5/+31
* 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-034-14/+13
* Added more testsPhil Hughes2017-02-035-3/+11
* Reloads issues when re-opening modalPhil Hughes2017-02-039-35/+5
* Added empty statePhil Hughes2017-02-036-8/+91
* Cleaned up some codePhil Hughes2017-02-037-117/+70
* Started testsPhil Hughes2017-02-0311-33/+32
* Created a modal storePhil Hughes2017-02-039-73/+98
* Search bar now returns dataPhil Hughes2017-02-037-35/+72
* Changed where data gets loadedPhil Hughes2017-02-035-42/+51
* Added selectable list before adding issuesPhil Hughes2017-02-034-8/+93
* Fixes layout issue on selected tabPhil Hughes2017-02-032-4/+15
* Selected issues show with checkmarkPhil Hughes2017-02-035-22/+102
* Added masonry layoutPhil Hughes2017-02-035-13/+71
* Styling fix for listPhil Hughes2017-02-033-2/+2
* Add issues to boards listPhil Hughes2017-02-0312-28/+357
* 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 space-in-parens eslint violationssimple-eslint-fixesMike Greiling2017-01-183-12/+12
* resolve all prefer-const eslint violationsMike Greiling2017-01-183-6/+6
* resolve all parseInt radix eslint violationsMike Greiling2017-01-182-4/+4
* resolve all x-spacing and no-spaced-x eslint violationsMike Greiling2017-01-181-2/+2
* resolve all indent eslint violationsMike Greiling2017-01-185-140/+139
* resolve all semi and no-extra-semi eslint violationsMike Greiling2017-01-184-7/+7
* resolve all no-plusplus eslint violationsMike Greiling2017-01-183-9/+9
* 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-032-2/+7
* Fix typo: seach to searchfix-boards-search-typovictorwu2016-12-291-1/+1