summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/boards
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Show clicked issue data in the sidebarPhil Hughes2016-10-075-9/+39
* | Added markup for sidebarPhil Hughes2016-10-074-2/+35
|/
* Change issue board defaultsAnnabel Dunstone Gray2016-10-061-4/+2
* Remove the code finding an issue by undefinedPhil Hughes2016-10-061-2/+1
* Shows error if response returns an errorissue-boards-new-issuePhil Hughes2016-10-061-2/+19
* Fix form not re-enabling thanks to jQueryPhil Hughes2016-10-063-3/+7
* Made the CSS a bit more reasonablePhil Hughes2016-10-061-3/+1
* Moved form outside of listPhil Hughes2016-10-061-2/+2
* Fixed issue with backlog list not savingPhil Hughes2016-10-062-3/+4
* Added ability to save the new issuePhil Hughes2016-10-065-3/+35
* Add new issue form to listsPhil Hughes2016-10-063-3/+36
* Convert label creation from API to controller endpointNick Thomas2016-09-231-2/+1
* Fixed issue boards loading issues on large screensissue-boards-large-height-loadPhil Hughes2016-09-131-0/+5
* Reduce intermittent spec failures by making VueJS resource interceptorimprove-vuejs-resource-interceptorStan Hu2016-09-061-6/+3
* Fixed issue where moving issue & then scrolling stop new page loadingissue-boards-issues-total-countPhil Hughes2016-09-011-8/+13
* Shows count at bottom of listPhil Hughes2016-08-311-1/+12
* Changed frontend to use issue count from backendPhil Hughes2016-08-311-1/+5
* Removed unused method from componentissue-boards-searchPhil Hughes2016-08-301-7/+0
* Added search for all lists on issue boardsPhil Hughes2016-08-304-14/+10
* Merge branch 'issue-boards-label-text-color' into 'master' Robert Speicher2016-08-191-0/+1
|\
| * Added text color to issues labels in issue board listsPhil Hughes2016-08-191-0/+1
* | Merge branch 'issue-boards-mobile-improvements' into 'master' Jacob Schatz2016-08-194-10/+5
|\ \