summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/boards
Commit message (Expand)AuthorAgeFilesLines
* replace jquery.cookie vendor script with js.cookieMike Greiling2016-10-241-2/+2
* Updated to pass the board ID with the boards root to save conflicts with EEPhil Hughes2016-10-112-6/+7
* 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
|\ \
| * | Removed commented code :poop:issue-boards-mobile-improvementsPhil Hughes2016-08-192-26/+0
| * | Improvements to issue boards on mobilePhil Hughes2016-08-194-10/+31
* | | Merge branch 'x-bit' into 'master' Robert Speicher2016-08-191-0/+0
|\ \ \ | |/ / |/| |
| * | drop execute bitElan Ruusamäe2016-08-191-0/+0
| |/
* | Hides tooltip when draggingissue-boards-tooltip-hidePhil Hughes2016-08-193-13/+15
* | Hides tooltips when dragging issuesPhil Hughes2016-08-192-0/+7
|/
* Attempted improvement to stop boards spec failingboards-spec-improvementsPhil Hughes2016-08-181-3/+5
* Fixed bug when moving listPhil Hughes2016-08-171-1/+1
* Removed if around board deletingPhil Hughes2016-08-171-8/+10
* Code improvementsPhil Hughes2016-08-173-41/+24
* Improved code readabilityPhil Hughes2016-08-178-119/+52
* Tests updatedPhil Hughes2016-08-172-7/+7
* Tests updatePhil Hughes2016-08-172-6/+12
* Added vue resource interceptorPhil Hughes2016-08-172-0/+10
* Fix issue with paging not working sometimesPhil Hughes2016-08-171-1/+1
* Updated rspec to not use sleep when draggingPhil Hughes2016-08-172-2/+6
* Uses dataset rather than jQuery to get attribute valuesPhil Hughes2016-08-176-40/+45
* Updated JSON endpointsPhil Hughes2016-08-171-11/+8
* Fixed bug when moving lists around & then deletingPhil Hughes2016-08-174-12/+22
* Fixed removing items from listPhil Hughes2016-08-177-39/+45
* Fixed small screen bug not draggingPhil Hughes2016-08-172-2/+2
* Moved issue board components from being globalPhil Hughes2016-08-176-16/+39
* Namespaced sortable default options functionPhil Hughes2016-08-173-6/+5
* Moved board store to namespaced gl objectPhil Hughes2016-08-179-33/+34
* Fixed blank state issuePhil Hughes2016-08-174-10/+18
* Fixed blank state nevermind buttonPhil Hughes2016-08-172-3/+2
* Added loading icon so user knows when new page is loadingPhil Hughes2016-08-172-5/+5
* Removes checkmarks from new list dropdown when deleting listPhil Hughes2016-08-173-13/+6