summaryrefslogtreecommitdiffstats
path: root/client/components/lists/listBody.jade
Commit message (Collapse)AuthorAgeFilesLines
* Fix list view issues. Allow creation of boards from templatesAndrés Manelli2019-02-251-5/+12
|
* Allow swimlane creation from templateAndrés Manelli2019-02-241-1/+4
| | | | Mix lists with same name to avoid duplicates
* Allow list creation from templateAndrés Manelli2019-02-241-3/+10
|
* Prepare to create card from templateAndrés Manelli2019-02-241-4/+2
|
* Add template search in Add Card menuAndrés Manelli2019-02-241-12/+15
| | | | | | Archive all cards in list when list is archived Remove default board in link popup Only list non-template boards in card link and search
* Avoid links on a template-boardAndrés Manelli2019-02-241-7/+8
| | | | | Allow creation of template boards with a linked card Avoid changing the name of the template-container swimlanes
* Remove links from templates board for the momentAndrés Manelli2019-02-241-7/+8
| | | | | | Insert the correct template type in templates board Allow independant lists in templates board Add some helpers
* Use infinite-scrolling on listsBenjamin Tissoires2019-02-011-1/+11
| | | | | | | | | | | This allows to reduce the loading time of a big board. Note that there is an infinite scroll implementation in the mixins, but this doesn't fit well as the cards in the list can have arbitrary height. The idea to rely on the visibility of a spinner is based on http://www.meteorpedia.com/read/Infinite_Scrolling
* - Hide Linked Card and Linked Board on Sandstorm, because they are onlyLauri Ojansivu2018-11-031-8/+10
| | | | | | | useful when having multiple boards, and at Sandstorm there is only one board per grain. Thanks to ocdtrekkie and xet7. Closes #1982
* Fix and improve linked cardsAndrés Manelli2018-08-211-1/+1
|
* Refactor imported -> linked in componentsAndrés Manelli2018-08-111-6/+6
|
* Import card-as-card, board-as-card. Add styling. Missing details and linksAndrés Manelli2018-08-101-6/+7
|
* Add UI for importing card-as-card and board-as-cardAndrés Manelli2018-08-101-1/+52
|
* Allow toogle of lists and swimlanes viewsAndrés Manelli2018-01-221-1/+1
|
* First swimlane draft, no functionalityAndrés Manelli2018-01-191-1/+1
|
* most work concluded, code needs clean up, further testing requiredamadilsons2017-10-041-1/+1
|
* current progressRyan Helsing2017-03-181-1/+1
|
* Finish the minicard editor auto-completion featureMaxime Quandalle2015-11-081-2/+13
| | | | | | | | | | | This commit stands on the initial support implemented in #342. We now avoid error-prone parsing step by adding the member or the label directly to the card object. We also added support for `Tab` to completion on our textComplete component. Closes #342
* More explicit file namesMaxime Quandalle2015-08-281-0/+30