summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added loading icon so user knows when new page is loadingPhil Hughes2016-08-175-5/+23
| | | | Added test for finding lists when limited to type
* Create new label link text changePhil Hughes2016-08-171-1/+1
|
* Removes checkmarks from new list dropdown when deleting listPhil Hughes2016-08-174-13/+20
|
* Fixed bug when dragging to done listPhil Hughes2016-08-171-3/+5
|
* Fixed bug with creating new list from Backlog or done labelPhil Hughes2016-08-173-5/+27
|
* Reverted milestone upcoming default filterPhil Hughes2016-08-175-35/+26
|
* Defaults milestone filter to upcomingPhil Hughes2016-08-177-29/+39
|
* Fixed bug with label filter dropdown not removing the correct labelPhil Hughes2016-08-171-2/+5
|
* Updated simulateDrag JSPhil Hughes2016-08-171-10/+5
|
* Removed underscoreJS usesPhil Hughes2016-08-1714-130/+160
| | | | Removed props on main VueJS app instead uses data variables
* Changed ghost to have a slight opacityPhil Hughes2016-08-172-1/+2
| | | | Disabled sorting in list
* Stop propogation when adding default listsPhil Hughes2016-08-171-1/+2
|
* Fixed error with class not existingPhil Hughes2016-08-171-4/+4
|
* Fixed failing teaspoon testsPhil Hughes2016-08-176-14/+15
|
* Increased scrolling speed when dragging issuePhil Hughes2016-08-172-7/+2
| | | | Fixed failing tests
* Hides label for current listPhil Hughes2016-08-176-24/+39
| | | | | | Added confidential icon Fixed assignee tooltip Updates some tests
* Added tests for infinite scrolling listsPhil Hughes2016-08-171-0/+44
|
* Fixed issue with filtering by label on issue not updating dropdownPhil Hughes2016-08-175-11/+73
|
* Fixed list heightsPhil Hughes2016-08-171-1/+0
|
* Added JS spec tests for store & modelsPhil Hughes2016-08-175-1/+382
|
* Added filter testsPhil Hughes2016-08-173-8/+148
|
* Order issues by label priority instead of id on board listsDouglas Barbosa Alexandre2016-08-173-1/+6
|
* Returns label priority in JSON when listing lists/issuesDouglas Barbosa Alexandre2016-08-171-0/+65
|
* Moved label tooltip to have body containerPhil Hughes2016-08-171-1/+2
|
* Added some testsPhil Hughes2016-08-173-35/+211
|
* Fixed blank state being added incorrectlyPhil Hughes2016-08-171-3/+3
|
* 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
| | | | Clicking label adds that label to the filtered by
* 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 lists allowed to be reorganized when logged out Hides welcome state when logged out
* 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
| | | | Removed some un-used data
* Correctly filters by labelsPhil Hughes2016-08-174-11/+27
|
* Keeps the filters after a reloadPhil Hughes2016-08-178-16/+27
|
* Improved the mobile UIPhil Hughes2016-08-174-7/+18
|
* Fixed VueJS warning for border topPhil Hughes2016-08-171-1/+1
|