summaryrefslogtreecommitdiffstats
path: root/client/components/lists/listBody.jade
Commit message (Collapse)AuthorAgeFilesLines
* 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