summaryrefslogtreecommitdiffstats
path: root/client/components/lists/listBody.js
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'fixes' of https://github.com/marc1006/wekan into marc1006-fixesLauri Ojansivu2020-05-141-5/+2
|\
| * Fix typoMarc Hartmayer2020-04-301-1/+1
| |
| * Fix creation of card linksMarc Hartmayer2020-04-301-4/+1
| | | | | | | | | | Without this fix, orphaned card links are created and therefore this leads to problems as described in https://github.com/wekan/wekan/issues/2785.
* | Swimlanes ID missing in new boardsmvolo172020-05-131-1/+1
|/ | | | when creating a new card in a new board there were and error on console. Result: card was not created. adding this parenthesis it works now. Just for info. without this change if you want to create a card you need to change view to swimlines and go back to list view
* Add sortDefault helper for sorting boardsboeserwolf2020-04-191-2/+2
|
* Try to fix afterwards loading of cards by addingLauri Ojansivu2020-02-221-1/+17
| | | | | | | | | fallback when requestIdleCallback is not available. Thanks to xet7 ! Closes #2878, closes #2250
* Add Worker role.Lauri Ojansivu2020-01-051-1/+2
| | | | | | | | | | This was originally added at Wekan v3.58, reverted at Wekan v3.60 because of bugs, and now after fixes added back. Thanks to xet7 ! Closes #2788
* Revert to Wekan v3.57 version of client and models directories,Lauri Ojansivu2020-01-031-2/+1
| | | | | | | removing Worker role temporarily, because Worker role changes broke saving card. Thanks to xet7 !
* Add Worker role.Lauri Ojansivu2020-01-031-1/+2
| | | | | | | | | Add more Font Awesome icons. Fix browser console errors when editing user profile name etc. Thanks to xet7 ! Closes #2788
* Remove LINKED_CARDS_ENABLED settings, because it does not work.Lauri Ojansivu2019-12-221-6/+0
| | | | Thanks to xet7 !
* LINKED_CARDS_ENABLED settings part 3.Lauri Ojansivu2019-12-211-11/+6
| | | | | | In Progress, linked cards not completely disabled yet. Thanks to xet7 !
* Using LINKED_CARDS_ENABLEDGuillaume2019-11-291-0/+11
|
* Use database when logged in. Continued.Lauri Ojansivu2019-11-191-7/+5
| | | | Thanks to xet7 !
* New feature: Now there is popup selection of Lists/Swimlanes/Calendar/Roles.Lauri Ojansivu2019-11-181-15/+10
| | | | | | | | | | | | | | | | | | | | New feature, not set visible yet, because switching to it does not work properly yet: Collapsible Swimlanes #2804 Fix: Public board now loads correctly. When you select one of Lists/Swimlanes/Calendar view and reload webbrowser page, it can change view. Closes #2311 Fix: List sorting commented out. Closes #2800 Fix: Errors hasHiddenMinicardText, hasShowDragHandles, showSort, hasSortBy, profile, FirefoxAndroid/IE11/Vivaldi/Chromium browsers not working by using cookies instead of database. More details at https://github.com/wekan/wekan/issues/2643#issuecomment-554907955 Note: Cookie changes are not always immediate, if there is no effect, you may need to reload webbrowser page. Closes #2643 . Thanks to xet7 !
* Try to fix lint, and make board loading fix Sandstorm-only whereLauri Ojansivu2019-08-261-2/+17
| | | | | | | | user permissions work differently. Thanks to xet7 ! Related https://github.com/wekan/wekan/pull/2654
* Fix app hang when Meteor.user() is null and list spinner is loaded bugRomulus Urakagi Tsai2019-08-261-6/+10
|
* Prettier & eslint project style updateJustin Reynolds2019-06-281-229/+317
|
* Fixed #2338 -> Slow opening of big boards with too many archived itemswekan2019-05-131-6/+6
|
* Fix missing profile checks.Lauri Ojansivu2019-05-091-9/+9
| | | | Thanks to justinr1234 !
* list: do not use IntersectionObserver to reduce CPU usageBenjamin Tissoires2019-04-011-20/+30
| | | | | | | | | | | | | Switch back to a custom spinner detection, as the IntersectionObserver is eating a lot of CPU resources on idle. This should also take care of #2250 properly: the previous `onDestroyed()` was removing the resize and scroll callbacks, but they were not unique enough, and they were shared across swimlanes. So if a list had 2 swimlanes with spinners, when one was removed, the other was not triggering its callbacks anymore. Related: #2294
* - [Add back zoom fixes of #2250](https://github.com/wekan/wekan/issues/2250).Lauri Ojansivu2019-03-301-49/+40
| | | | Thanks to xet7 !
* Revert spinner etc fixes of Wekan v2.56, because of some new bugs.Lauri Ojansivu2019-03-291-40/+49
| | | | | | Thanks to gerroon ! Related #2250
* list: disconnect infinite-scroll observer to prevent memory leakBenjamin Tissoires2019-03-261-2/+6
|
* list: move the spinner into its own blaze componentBenjamin Tissoires2019-03-261-29/+36
| | | | | | | | | | 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.
* list: make sure the spinner of infinite scrolling doesn't show on loadBenjamin Tissoires2019-03-261-3/+10
| | | | | | | | | | | When loading a board on a high resolution screen, there is a chance there is not enough cards displayed and the spinner is still there, spinning forever. Add an idle callback that checks if the spinner is still there, and while it is there, extend the number of cards to show. Fixes #2250
* list: simplify infinite scrollingBenjamin Tissoires2019-03-261-44/+17
| | | | | | Use IntersectionObserver instead of custom made one. This adds the benefit of not loading any extra cards if the list is not shown on screen
* Fix popup titleAndrés Manelli2019-02-271-0/+5
| | | | Add element title modification
* Standarize copy functions. Match labels by nameAndrés Manelli2019-02-271-9/+3
|
* Removed console.log.Lauri Ojansivu2019-02-261-1/+0
|
* Fix list view issues. Allow creation of boards from templatesAndrés Manelli2019-02-251-17/+38
|
* Fix miniscreen renderAndrés Manelli2019-02-241-2/+2
|
* Fix lint errorsAndrés Manelli2019-02-241-40/+40
|
* Allow swimlane creation from templateAndrés Manelli2019-02-241-9/+10
| | | | Mix lists with same name to avoid duplicates
* Allow list creation from templateAndrés Manelli2019-02-241-19/+43
|
* Allow card creation from templateAndrés Manelli2019-02-241-17/+18
|
* Prepare to create card from templateAndrés Manelli2019-02-241-3/+4
|
* Add template search in Add Card menuAndrés Manelli2019-02-241-19/+24
| | | | | | 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-10/+28
| | | | | 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-3/+8
| | | | | | Insert the correct template type in templates board Allow independant lists in templates board Add some helpers
* - When writing to minicard, press Shift-Enter on minicard to go to next line ↵Lauri Ojansivu2019-02-011-1/+1
| | | | | | | | below, to continue writing on same minicard 2nd line. Thanks to bentiss!
* Use infinite-scrolling on listsBenjamin Tissoires2019-02-011-0/+81
| | | | | | | | | | | 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
* custom fields upgrade -- correctNunes Nelson2018-11-071-3/+3
|
* custom fields upgradeNunes Nelson2018-11-051-0/+10
|
* Fix #1885Andrés Manelli2018-09-121-4/+30
|
* Fix and improve linked cardsAndrés Manelli2018-08-211-6/+7
|
* Refactor imported -> linked in componentsAndrés Manelli2018-08-111-14/+14
|
* Fix lint errorsAndrés Manelli2018-08-111-1/+1
|
* Avoid reimport imported cardAndrés Manelli2018-08-111-1/+2
|
* Allow description and member two way bindingAndrés Manelli2018-08-101-3/+3
|
* Avoid importing imported cards or boardsAndrés Manelli2018-08-101-1/+2
|