summaryrefslogtreecommitdiffstats
path: root/client/components/lists
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Try to disable dragging Swimlanes/Lists/Cards/Checklists/Subtasks on small ↵Lauri Ojansivu2020-02-072-5/+24
| | | | | | mobile smartphones webbrowsers, and hide drag handles on mobile web. Thanks to xet7 !
* Add Worker role.Lauri Ojansivu2020-01-053-18/+23
| | | | | | | | | | 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
* Add more Font Awesome icons. This was originally addedLauri Ojansivu2020-01-031-10/+30
| | | | | | | at Wekan v3.58, removed at Wekan v3.60, and now added back at Wekan v3.61. Thanks to xet7 !
* Revert to Wekan v3.57 version of client and models directories,Lauri Ojansivu2020-01-033-41/+16
| | | | | | | removing Worker role temporarily, because Worker role changes broke saving card. Thanks to xet7 !
* Add Worker role.Lauri Ojansivu2020-01-034-26/+47
| | | | | | | | | 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-222-10/+3
| | | | Thanks to xet7 !
* LINKED_CARDS_ENABLED settings part 3.Lauri Ojansivu2019-12-212-12/+7
| | | | | | In Progress, linked cards not completely disabled yet. Thanks to xet7 !
* Using LINKED_CARDS_ENABLEDGuillaume2019-11-292-3/+15
|
* Fix lint errors.Lauri Ojansivu2019-11-262-24/+21
|
* Fix lint errors.Lauri Ojansivu2019-11-202-22/+22
|
* Use database when logged in. Continued.Lauri Ojansivu2019-11-192-8/+7
| | | | Thanks to xet7 !
* Use database when logged in. Continued.Lauri Ojansivu2019-11-191-2/+2
| | | | Thanks to xet7 !
* When logged in, use database for setting, so that changes areLauri Ojansivu2019-11-192-11/+33
| | | | | | | immediate. Only on public board use cookies. Comment out Collapse CSS that is not in use. Thanks to xet7 !
* New feature: Now there is popup selection of Lists/Swimlanes/Calendar/Roles.Lauri Ojansivu2019-11-183-29/+37
| | | | | | | | | | | | | | | | | | | | 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 !
* Fix card, list and swimlane move.Lauri Ojansivu2019-11-131-13/+14
| | | | | | | | | Allow moving cards in multiselect mode. Closes #2771, closes #2743, closes #2704, related #2081
* Some drag handle fixes.Lauri Ojansivu2019-11-042-6/+6
| | | | | | Thanks to xet7 ! Related #2081
* Add Features: allowing lists to be sorted by modifiedAt when not in ↵Lauri Ojansivu2019-10-294-6/+65
| | | | | | | | | | | | draggable mode. Bug Fix #2093: the broken should be prior to file attachment feature introduced, and tested export board is working. Thanks to whowillcare ! ( xet7 merged this pull request manually from https://github.com/wekan/wekan/pull/2756 ) Closes #2093
* Revert drag handle changes.Lauri Ojansivu2019-10-034-68/+11
|
* Drag handles. In progress.Lauri Ojansivu2019-10-031-18/+21
|
* Merge pull request #2740 from whowillcare/masterLauri Ojansivu2019-10-011-0/+4
|\ | | | | #2738 adding all pertinent help file for due days, plus modified the …
| * #2738 adding all pertinent help file for due days, plus modified the ↵Sam X. Chen2019-10-011-0/+4
| | | | | | | | .list-header-name when in mobile mode
* | Drag handles continue. In progress.Lauri Ojansivu2019-10-013-2/+12
| | | | | | | | Thanks to xet7 !
* | Drag handles continue. In progress.Lauri Ojansivu2019-09-251-0/+6
|/
* Drag handles. In Progress.Lauri Ojansivu2019-09-174-6/+40
|
* Revert drag handle changes.Lauri Ojansivu2019-09-143-23/+10
| | | | | | Thanks to Keelan ! Related #2704
* Mobile and Desktop drag handles part 1.Lauri Ojansivu2019-09-133-10/+23
| | | | | | Thanks to xet7 ! Related #2081
* 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
|
* Prevent isCommentOnly user adding attachments, editing list names, moving lists,Lauri Ojansivu2019-07-241-1/+1
| | | | | | | | | | and seeing board settings menu. Show non-editable Custom Fields to isCommentOnly user. Thanks to xet7 ! Closes wekan/wekan-snap#97, closes #2416, closes #2255
* Add Wekan v2.95-v2.97 master branch features and fixes to meteor-1.8 branch.Lauri Ojansivu2019-07-011-0/+4
| | | | Thanks to xet7 !
* Prettier & eslint project style updateJustin Reynolds2019-06-283-294/+436
|
* Merge pull request #2406 from bentiss/fixesLauri Ojansivu2019-05-142-1/+5
|\ | | | | card count placement and export API functionality back
| * Fix card count positionBenjamin Tissoires2019-05-142-1/+5
| | | | | | | | | | | | | | | | | | | | When introducing markdown in the title (b795115042c2eb6bccb), the card count got pushed outside of the List Header. Add its own style (by manually merge small and quiet), and restore its original placement. Fixes #2403
* | Fixed #2338 -> Slow opening of big boards with too many archived itemswekan2019-05-131-6/+6
|/
* Added BIDI support to "Add Card" #884Guy Zylberberg2019-05-131-2/+2
|
* - [View markdown on List names, Custom Fields (Text and Dropdown), Label names,Lauri Ojansivu2019-05-111-1/+2
| | | | | | | | All Boards view Board names and Board descriptions](https://github.com/wekan/wekan/issues/2334). Thanks to shaygover and xet7 ! Related #2334
* Fix missing profile checks.Lauri Ojansivu2019-05-093-12/+12
| | | | Thanks to justinr1234 !
* Fixed RTL issue #884Guy Zylberberg2019-05-081-1/+1
|
* Issue : Mobile UI Center cards in list view #2371hupptechnologies2019-04-231-0/+5
| | | | Resolved #2371
* Issue: Full width of lists and space before first list #2336hupp-mac-42019-04-181-3/+10
| | | | Resolved #2336
* 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-302-57/+51
| | | | Thanks to xet7 !
* Revert spinner etc fixes of Wekan v2.56, because of some new bugs.Lauri Ojansivu2019-03-292-51/+57
| | | | | | 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-262-37/+47
| | | | | | | | | | 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
* Merge pull request #2270 from andresmanelli/fix_2266Lauri Ojansivu2019-03-211-1/+1
|\ | | | | Fix #2266
| * Fix #2266Andrés Manelli2019-03-181-1/+1
| |