summaryrefslogtreecommitdiffstats
path: root/client/components/lists/listBody.jade
Commit message (Collapse)AuthorAgeFilesLines
* fix(scrollbar): remove custom scrollbarTomasz Borychowski2020-08-281-2/+2
|
* Remove LINKED_CARDS_ENABLED settings, because it does not work.Lauri Ojansivu2019-12-221-4/+3
| | | | Thanks to xet7 !
* LINKED_CARDS_ENABLED settings part 3.Lauri Ojansivu2019-12-211-1/+1
| | | | | | In Progress, linked cards not completely disabled yet. Thanks to xet7 !
* Using LINKED_CARDS_ENABLEDGuillaume2019-11-291-3/+4
|
* Added BIDI support to "Add Card" #884Guy Zylberberg2019-05-131-2/+2
|
* Fixed RTL issue #884Guy Zylberberg2019-05-081-1/+1
|
* - [Add back zoom fixes of #2250](https://github.com/wekan/wekan/issues/2250).Lauri Ojansivu2019-03-301-8/+11
| | | | Thanks to xet7 !
* Revert spinner etc fixes of Wekan v2.56, because of some new bugs.Lauri Ojansivu2019-03-291-11/+8
| | | | | | Thanks to gerroon ! Related #2250
* list: move the spinner into its own blaze componentBenjamin Tissoires2019-03-261-8/+11
| | | | | | | | | | This way, when a list is at the maximum number of cards shown and adding a new card would make the spinner appear, the list would load the next N items. This can happen if user A and B are both looking at the same board, B adds a new cards, and A will see the spinner and will not be able to remove it.
* Fix popup titleAndrés Manelli2019-02-271-0/+4
| | | | Add element title modification
* Merge branch 'devel' into edgeLauri Ojansivu2019-02-271-16/+14
|\
| * Add the following new Sandstorm features and fixes:Lauri Ojansivu2019-02-271-10/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - All Boards page [so it's possible to go back from subtask board](https://github.com/wekan/wekan/issues/2082) - Board favorites - New Sandstorm board first user is Admin and [has IFTTT Rules](https://github.com/wekan/wekan/issues/2125) and Standalone Wekan Admin Panel. Probably some Admin Panel features do not work yet. Please keep backup of your grains before testig Admin Panel. - Linked Cards and Linked Boards. - Some not needed options like Logout etc have been hidden from top bar right menu. - [Import board now works. "Board not found" is not problem anymore](https://github.com/wekan/wekan/issues/1430), because you can go to All Boards page to change to imported board. and removes the following features: - Remove Welcome Board from Standalone Wekan, [to fix Welcome board not translated](https://github.com/wekan/wekan/issues/1601). Sandstorm Wekan does not have Welcome Board. Thanks to xet7 ! Closes #2125, closes #2082, closes #1430, closes #1601, related #2205, related #2070, related #1695, related #1192.
* | 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