summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/boards/models
Commit message (Expand)AuthorAgeFilesLines
* Fixed some JS stylingPhil Hughes2016-10-071-1/+1
* Make the subscribe button work correctlyPhil Hughes2016-10-071-1/+1
* Fixed sidebar dropdowns to work with VuePhil Hughes2016-10-071-0/+4
* Sidebar details update when changingPhil Hughes2016-10-071-0/+14
* Show clicked issue data in the sidebarPhil Hughes2016-10-072-0/+11
* Fix form not re-enabling thanks to jQueryPhil Hughes2016-10-061-1/+1
* Added ability to save the new issuePhil Hughes2016-10-061-0/+11
* Fixed issue where moving issue & then scrolling stop new page loadingissue-boards-issues-total-countPhil Hughes2016-09-011-8/+13
* Changed frontend to use issue count from backendPhil Hughes2016-08-311-1/+5
* Added search for all lists on issue boardsPhil Hughes2016-08-301-4/+0
* Added text color to issues labels in issue board listsPhil Hughes2016-08-191-0/+1
* Removed if around board deletingPhil Hughes2016-08-171-8/+10
* Code improvementsPhil Hughes2016-08-171-1/+3
* Improved code readabilityPhil Hughes2016-08-172-38/+15
* Tests updatedPhil Hughes2016-08-171-1/+1
* Tests updatePhil Hughes2016-08-171-1/+8
* Fix issue with paging not working sometimesPhil Hughes2016-08-171-1/+1
* Fixed bug when moving lists around & then deletingPhil Hughes2016-08-171-0/+1
* Fixed removing items from listPhil Hughes2016-08-171-3/+1
* Moved board store to namespaced gl objectPhil Hughes2016-08-172-4/+4
* Added loading icon so user knows when new page is loadingPhil Hughes2016-08-171-0/+1
* Removes checkmarks from new list dropdown when deleting listPhil Hughes2016-08-171-1/+1
* Removed underscoreJS usesPhil Hughes2016-08-172-20/+28
* Fixed failing teaspoon testsPhil Hughes2016-08-174-9/+9
* Hides label for current listPhil Hughes2016-08-171-0/+1
* Added filter testsPhil Hughes2016-08-171-2/+2
* Order issues by label priority instead of id on board listsDouglas Barbosa Alexandre2016-08-172-0/+5
* Label description in tooltipPhil Hughes2016-08-172-0/+6
* Moved some code over to underscorejsPhil Hughes2016-08-172-6/+4
* Correctly filters by labelsPhil Hughes2016-08-172-9/+15
* Keeps the filters after a reloadPhil Hughes2016-08-171-1/+1
* Added ability to infinite scroll issues listPhil Hughes2016-08-171-4/+21
* Gets issues after the list is saved to the DBPhil Hughes2016-08-171-2/+5
* Filters backlog by search queryPhil Hughes2016-08-171-10/+20
* Hides the welcome board forever after it being hidden by the userPhil Hughes2016-08-171-5/+7
* Moved some code around to make it easier to read & work withPhil Hughes2016-08-172-3/+22
* Added assignee to frontendPhil Hughes2016-08-172-0/+13
* Can move between listsPhil Hughes2016-08-172-1/+3
* Pulls down issues for listsPhil Hughes2016-08-171-5/+10
* Hooked the frontend services up with the backendPhil Hughes2016-08-172-4/+16
* Moved data holding into modelsPhil Hughes2016-08-173-0/+91