summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/boards
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'fix-non-iife-classes' into 'master' Alfredo Sumaran2016-12-286-1/+13
|\
| * ensure classes declared outside an IIFE are properties of windowfix-non-iife-classesMike Greiling2016-12-146-1/+13
* | expand remaining non-explicit eslint-disable blocks and factor out globals wh...Mike Greiling2016-12-1319-25/+72
|/
* 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-243-5/+9
|/
* Fixed dragging issues on issue boardsissue-boards-dragging-fixPhil Hughes2016-11-232-4/+5
* explicitly disable eslint inlineexplicitly-disable-eslint-inlineLuke "Jared" Bennett2016-11-151-1/+1
* Fixed tests for issue boards & diff note resolvingvue2Phil Hughes2016-11-101-0/+2
* Changed how lists get sortedPhil Hughes2016-11-103-2/+6
* Issue board spec fixesPhil Hughes2016-11-101-0/+2
* Refactor of issue boards to work with Vue2Phil Hughes2016-11-108-80/+85
* Migrate Vue v1 to v2.Fatih Acet2016-11-106-16/+18
* Creates new list from a new labelissue-board-new-label-new-listPhil Hughes2016-11-041-0/+13
* Adds label description to issue board titleissue-boards-list-desciption-tooltipPhil Hughes2016-11-011-1/+1
* Delete issue board welcome cookie when project is newPhil Hughes2016-10-281-1/+2
* Enable linting for ES6 fileswinniehell2016-10-273-0/+3
* Create new list dropdown stays open after new listissue-boards-new-list-stop-closingPhil Hughes2016-10-271-0/+1
* Merge branch 'eslint' into 'master' Fatih Acet2016-10-2617-0/+17
|\
| * disable ESLint for all JavaScript fileswinniehell2016-10-2617-0/+17
* | Merge branch 'master' into issue-board-sidebarissue-board-sidebarPhil Hughes2016-10-261-2/+2
|\ \ | |/
| * replace jquery.cookie vendor script with js.cookieMike Greiling2016-10-241-2/+2
* | Fixed users profile link in sidebarPhil Hughes2016-10-251-1/+2
* | Hides/shows the boards sidebarPhil Hughes2016-10-201-15/+9
* | Scroll board into view when clicking issuePhil Hughes2016-10-194-12/+42
* | Merge branch 'master' into issue-board-sidebarPhil Hughes2016-10-193-7/+8
|\ \ | |/
| * Updated to pass the board ID with the boards root to save conflicts with EEPhil Hughes2016-10-112-6/+7
* | Fixed some JS stylingPhil Hughes2016-10-072-2/+2
* | Make the subscribe button work correctlyPhil Hughes2016-10-072-2/+7
* | Fix issue when clicking links inside issue showing sidebarPhil Hughes2016-10-071-1/+5
* | Added testsPhil Hughes2016-10-071-1/+1
* | Fixed sidebar dropdowns to work with VuePhil Hughes2016-10-071-0/+4
* | Hides sidebar when clicking same issuePhil Hughes2016-10-072-2/+7
* | Fixed issue with dragging opening the issue sidebarPhil Hughes2016-10-071-1/+27
* | Sidebar details update when changingPhil Hughes2016-10-075-3/+26