summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/boards/components
Commit message (Expand)AuthorAgeFilesLines
* 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-062-2/+6
* 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-062-2/+15
* 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
* Shows count at bottom of listPhil Hughes2016-08-311-1/+12
* Removed unused method from componentissue-boards-searchPhil Hughes2016-08-301-7/+0
* Added search for all lists on issue boardsPhil Hughes2016-08-301-9/+1
* Removed commented code :poop:issue-boards-mobile-improvementsPhil Hughes2016-08-192-26/+0
* Improvements to issue boards on mobilePhil Hughes2016-08-192-8/+26
* Hides tooltip when draggingissue-boards-tooltip-hidePhil Hughes2016-08-192-4/+2
* Hides tooltips when dragging issuesPhil Hughes2016-08-191-0/+4
* Improved code readabilityPhil Hughes2016-08-175-66/+31
* Uses dataset rather than jQuery to get attribute valuesPhil Hughes2016-08-175-26/+35
* Fixed bug when moving lists around & then deletingPhil Hughes2016-08-172-9/+19
* Fixed removing items from listPhil Hughes2016-08-175-14/+30
* Fixed small screen bug not draggingPhil Hughes2016-08-172-2/+2
* Moved issue board components from being globalPhil Hughes2016-08-175-15/+34
* Namespaced sortable default options functionPhil Hughes2016-08-172-2/+2
* Moved board store to namespaced gl objectPhil Hughes2016-08-175-18/+18
* Fixed blank state issuePhil Hughes2016-08-174-10/+18
* Fixed blank state nevermind buttonPhil Hughes2016-08-171-2/+1
* Added loading icon so user knows when new page is loadingPhil Hughes2016-08-171-5/+4
* Removes checkmarks from new list dropdown when deleting listPhil Hughes2016-08-171-1/+2
* Removed underscoreJS usesPhil Hughes2016-08-176-53/+59
* Changed ghost to have a slight opacityPhil Hughes2016-08-171-0/+1
* Stop propogation when adding default listsPhil Hughes2016-08-171-1/+2
* Fixed error with class not existingPhil Hughes2016-08-171-4/+4
* Hides label for current listPhil Hughes2016-08-171-0/+1
* Fixed issue with filtering by label on issue not updating dropdownPhil Hughes2016-08-172-2/+16
* Mobile improvementsPhil Hughes2016-08-172-2/+10
* Added correct permissions to the viewsPhil Hughes2016-08-171-1/+1
* Added ability to generate default listsPhil Hughes2016-08-172-2/+39
* Added some JS improvementsPhil Hughes2016-08-175-8/+9
* Created a class to share functionality of creating new label from dropdownPhil Hughes2016-08-171-1/+3
* Resets the page & the scrolling when filters are updatedPhil Hughes2016-08-172-2/+13
* Fixed issue with cards being added twicePhil Hughes2016-08-171-0/+3
* Label description in tooltipPhil Hughes2016-08-173-3/+27
* Correctly uses search query in backlogPhil Hughes2016-08-171-6/+8
* Moved some code over to underscorejsPhil Hughes2016-08-171-1/+2
* Changed cursors to only show draggable when logged inPhil Hughes2016-08-171-1/+3
* Updates new dropdown list when removing listsPhil Hughes2016-08-171-13/+14
* Fixed error when trying to drag list several timesPhil Hughes2016-08-171-1/+0
* Keeps the filters after a reloadPhil Hughes2016-08-171-2/+0
* Improved the mobile UIPhil Hughes2016-08-171-1/+1