summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/boards/components/board.js.es6
Commit message (Expand)AuthorAgeFilesLines
* Remove .es6 from file extensions (!9241)winniehell2017-03-051-105/+0
* Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-02-031-1/+2
|\
| * Fixed bug with empty state showing after searchPhil Hughes2017-02-031-1/+2
* | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-271-3/+3
|\ \ | |/
| * resolve all parseInt radix eslint violationsMike Greiling2017-01-181-2/+2
| * resolve all indent eslint violationsMike Greiling2017-01-181-3/+3
* | Merge branch 'master' into go-go-gadget-webpackPhil Hughes2017-01-131-6/+20
|\ \ | |/
| * 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
* | migrate all javascript asset bundles and require syntaxMike Greiling2017-01-101-3/+3
|/
* expand remaining non-explicit eslint-disable blocks and factor out globals wh...Mike Greiling2016-12-131-1/+4
* Refactor of issue boards to work with Vue2Phil Hughes2016-11-101-11/+3
* Migrate Vue v1 to v2.Fatih Acet2016-11-101-2/+3
* Merge branch 'eslint' into 'master' Fatih Acet2016-10-261-0/+1
|\
| * disable ESLint for all JavaScript fileswinniehell2016-10-261-0/+1
* | Scroll board into view when clicking issuePhil Hughes2016-10-191-0/+21
|/
* Add new issue form to listsPhil Hughes2016-10-061-1/+7
* Removed unused method from componentissue-boards-searchPhil Hughes2016-08-301-7/+0
* Added search for all lists on issue boardsPhil Hughes2016-08-301-9/+1
* Removed commented code :poop:issue-boards-mobile-improvementsPhil Hughes2016-08-191-14/+0
* Improvements to issue boards on mobilePhil Hughes2016-08-191-4/+14
* Hides tooltip when draggingissue-boards-tooltip-hidePhil Hughes2016-08-191-1/+1
* Improved code readabilityPhil Hughes2016-08-171-14/+2
* Uses dataset rather than jQuery to get attribute valuesPhil Hughes2016-08-171-4/+6
* Fixed bug when moving lists around & then deletingPhil Hughes2016-08-171-8/+15
* Fixed removing items from listPhil Hughes2016-08-171-3/+9
* Fixed small screen bug not draggingPhil Hughes2016-08-171-1/+1
* Moved issue board components from being globalPhil Hughes2016-08-171-3/+13
* Namespaced sortable default options functionPhil Hughes2016-08-171-1/+1
* Moved board store to namespaced gl objectPhil Hughes2016-08-171-2/+2
* Fixed blank state issuePhil Hughes2016-08-171-4/+9
* Removed underscoreJS usesPhil Hughes2016-08-171-14/+17
* Mobile improvementsPhil Hughes2016-08-171-1/+5
* Added ability to generate default listsPhil Hughes2016-08-171-1/+2
* Added some JS improvementsPhil Hughes2016-08-171-1/+1
* Resets the page & the scrolling when filters are updatedPhil Hughes2016-08-171-0/+1
* Label description in tooltipPhil Hughes2016-08-171-1/+0
* Correctly uses search query in backlogPhil Hughes2016-08-171-6/+8
* Changed cursors to only show draggable when logged inPhil Hughes2016-08-171-1/+3
* Keeps the filters after a reloadPhil Hughes2016-08-171-2/+0
* Created default sortable options to be shared between the lists & the cardsPhil Hughes2016-08-171-15/+5
* Added cursor for when movingPhil Hughes2016-08-171-0/+8
* Fixed issue with sortable not working after deleting listPhil Hughes2016-08-171-0/+2
* Can filter by author & assigneePhil Hughes2016-08-171-0/+7
* Added ability to infinite scroll issues listPhil Hughes2016-08-171-2/+7
* Fixed issue with cookie working across whole sitePhil Hughes2016-08-171-4/+1
* Filters backlog by search queryPhil Hughes2016-08-171-1/+9
* Hooked the frontend services up with the backendPhil Hughes2016-08-171-2/+2
* Added blank statePhil Hughes2016-08-171-1/+1