summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
...
| * | Mobile improvementsPhil Hughes2016-08-176-4/+43
| * | Added correct permissions to the viewsPhil Hughes2016-08-173-4/+4
| * | Added ability to generate default listsPhil Hughes2016-08-178-12/+64
| * | Added some JS improvementsPhil Hughes2016-08-175-8/+9
| * | Added loading icon to boards vue appPhil Hughes2016-08-173-4/+17
| * | Created a class to share functionality of creating new label from dropdownPhil Hughes2016-08-174-65/+134
| * | 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-1711-54/+93
| * | Correctly uses search query in backlogPhil Hughes2016-08-174-20/+25
| * | Moved some code over to underscorejsPhil Hughes2016-08-175-30/+26
| * | Fixed cursor not changing when over the headerPhil Hughes2016-08-173-3/+14
| * | Changed cursors to only show draggable when logged inPhil Hughes2016-08-177-17/+38
| * | Fixed filter by any labelPhil Hughes2016-08-172-2/+3
| * | Updates new dropdown list when removing listsPhil Hughes2016-08-173-14/+22
| * | Added tooltip to assigneePhil Hughes2016-08-171-1/+1
| * | Updated delete list tooltipPhil Hughes2016-08-171-1/+1
| * | Fixed error when trying to drag list several timesPhil Hughes2016-08-172-4/+5
| * | Hides create list button when not logged inPhil Hughes2016-08-171-1/+1
| * | Changed how the state is created when page is loadedPhil Hughes2016-08-172-23/+18
| * | Correctly filters by labelsPhil Hughes2016-08-174-11/+27
| * | Keeps the filters after a reloadPhil Hughes2016-08-177-15/+26
| * | Improved the mobile UIPhil Hughes2016-08-174-7/+18
| * | Fixed VueJS warning for border topPhil Hughes2016-08-171-1/+1
| * | Created default sortable options to be shared between the lists & the cardsPhil Hughes2016-08-174-28/+30
| * | Added cursor for when movingPhil Hughes2016-08-173-6/+33
| * | Fixed JS error when trying to remove list that wasnt definedPhil Hughes2016-08-171-0/+3
| * | Fixed issue with sortable not working after deleting listPhil Hughes2016-08-172-1/+3
| * | Undefined variablePhil Hughes2016-08-171-1/+1
| * | Correctly removes from all lists when moving to donePhil Hughes2016-08-171-1/+1
| * | Added milestone & label filteringPhil Hughes2016-08-174-6/+14
| * | Can filter by author & assigneePhil Hughes2016-08-174-6/+17
| * | Added ability to infinite scroll issues listPhil Hughes2016-08-174-17/+44
| * | Fixed issue with cookie working across whole sitePhil Hughes2016-08-173-9/+2
| * | Gets issues after the list is saved to the DBPhil Hughes2016-08-173-3/+7
| * | Hides from new dropdown when already presentPhil Hughes2016-08-171-0/+1
| * | Filters backlog by search queryPhil Hughes2016-08-176-43/+35
| * | Hides the welcome board forever after it being hidden by the userPhil Hughes2016-08-176-22/+42
| * | Moved some code around to make it easier to read & work withPhil Hughes2016-08-178-63/+55
| * | Added assignee to frontendPhil Hughes2016-08-174-0/+20
| * | Disabled sorting in listsPhil Hughes2016-08-171-3/+1
| * | Links to issuesPhil Hughes2016-08-173-3/+12
| * | Can move between listsPhil Hughes2016-08-177-3/+25
| * | Pulls down issues for listsPhil Hughes2016-08-173-6/+18
| * | Hooked the frontend services up with the backendPhil Hughes2016-08-1710-83/+126
| * | Added simulate drag JS for testsPhil Hughes2016-08-173-4/+146
| * | Fixed SCSS lint errorsPhil Hughes2016-08-171-5/+5
| * | Added blank statePhil Hughes2016-08-1711-10/+79
| * | Fixed some styling issues in new list dropdownPhil Hughes2016-08-174-9/+19
| * | Test added a mock listPhil Hughes2016-08-172-1/+26