summaryrefslogtreecommitdiff
path: root/app/views/projects/boards/components/_board.html.haml
Commit message (Expand)AuthorAgeFilesLines
* Change text of inline issue creation tooltipAnnabel Dunstone Gray2017-05-051-2/+2
* Change Done column to Closed in issue boardsblackst0ne2017-03-241-2/+2
* Issue boards blank state template in JS filePhil Hughes2017-03-151-1/+1
* Fixed bug with empty state showing after searchPhil Hughes2017-02-031-0/+1
* Fixed issue boards counter border when unauthorizedissue-boards-counter-border-fixPhil Hughes2016-11-161-1/+1
* Refactor of issue boards to work with Vue2Phil Hughes2016-11-101-79/+33
* Adds label description to issue board titleissue-boards-list-desciption-tooltipPhil Hughes2016-11-011-1/+3
* Shows error if response returns an errorissue-boards-new-issuePhil Hughes2016-10-061-0/+3
* Fix form not re-enabling thanks to jQueryPhil Hughes2016-10-061-1/+2
* Changed new issue button permissionsPhil Hughes2016-10-061-1/+1
* Added tooltip to new issue buttonPhil Hughes2016-10-061-2/+4
* Changed how button is hidden when blank listPhil Hughes2016-10-061-6/+7
* Added testsPhil Hughes2016-10-061-1/+1
* Moved form outside of listPhil Hughes2016-10-061-20/+21
* Added ability to save the new issuePhil Hughes2016-10-061-3/+5
* Add new issue form to listsPhil Hughes2016-10-061-2/+27
* Shows count at bottom of listPhil Hughes2016-08-311-1/+6
* Changed frontend to use issue count from backendPhil Hughes2016-08-311-1/+1
* Added search for all lists on issue boardsPhil Hughes2016-08-301-5/+0
* Improvements to issue boards on mobilePhil Hughes2016-08-191-1/+0
* Improved code readabilityPhil Hughes2016-08-171-5/+5
* Fixed bug when moving lists around & then deletingPhil Hughes2016-08-171-1/+4
* Fixed removing items from listPhil Hughes2016-08-171-3/+3
* Fixed blank state nevermind buttonPhil Hughes2016-08-171-1/+1
* Added loading icon so user knows when new page is loadingPhil Hughes2016-08-171-0/+1
* Mobile improvementsPhil Hughes2016-08-171-0/+1
* Added correct permissions to the viewsPhil Hughes2016-08-171-2/+2
* Added ability to generate default listsPhil Hughes2016-08-171-2/+3
* Label description in tooltipPhil Hughes2016-08-171-2/+4
* Correctly uses search query in backlogPhil Hughes2016-08-171-12/+12
* Fixed cursor not changing when over the headerPhil Hughes2016-08-171-1/+1
* Changed cursors to only show draggable when logged inPhil Hughes2016-08-171-6/+11
* Updated delete list tooltipPhil Hughes2016-08-171-1/+1
* Fixed VueJS warning for border topPhil Hughes2016-08-171-1/+1
* Fixed issue with sortable not working after deleting listPhil Hughes2016-08-171-1/+1
* Added ability to infinite scroll issues listPhil Hughes2016-08-171-4/+3
* Filters backlog by search queryPhil Hughes2016-08-171-1/+0
* Hides the welcome board forever after it being hidden by the userPhil Hughes2016-08-171-3/+4
* Moved some code around to make it easier to read & work withPhil Hughes2016-08-171-1/+3
* Links to issuesPhil Hughes2016-08-171-1/+9
* Can move between listsPhil Hughes2016-08-171-1/+3
* Hooked the frontend services up with the backendPhil Hughes2016-08-171-3/+3
* Added blank statePhil Hughes2016-08-171-1/+2
* Changes names to listsPhil Hughes2016-08-171-7/+3
* Removes boards correctlyPhil Hughes2016-08-171-2/+2
* Simplified the markding as done to remove from all boardsPhil Hughes2016-08-171-17/+3
* Fades out the other boards when marking as donePhil Hughes2016-08-171-4/+4
* Correctly removes from boards when moved to donePhil Hughes2016-08-171-2/+2
* When moving to done & the issue belongs to more than 1 board it asks if user ...Phil Hughes2016-08-171-3/+22
* Added vue-resource to get & save dataPhil Hughes2016-08-171-4/+5