summaryrefslogtreecommitdiffstats
path: root/client/components/swimlanes/swimlanes.js
Commit message (Collapse)AuthorAgeFilesLines
* Try to disable dragging Swimlanes/Lists/Cards/Checklists/Subtasks on small ↵Lauri Ojansivu2020-02-071-10/+23
| | | | | | mobile smartphones webbrowsers, and hide drag handles on mobile web. Thanks to xet7 !
* Add Worker role.Lauri Ojansivu2020-01-051-2/+13
| | | | | | | | | | 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 Worker role.Lauri Ojansivu2020-01-031-15/+9
| | | | | | | | | Add more Font Awesome icons. Fix browser console errors when editing user profile name etc. Thanks to xet7 ! Closes #2788
* Remove 1st implementation of collapse swimlanes. I will do itLauri Ojansivu2019-11-291-18/+0
| | | | | | differently in next 2nd implementation. Thanks to xet7 !
* Fix lint errors.Lauri Ojansivu2019-11-261-28/+22
|
* Fix lint errors.Lauri Ojansivu2019-11-201-24/+20
|
* Use database when logged in. Continued.Lauri Ojansivu2019-11-191-2/+4
| | | | Thanks to xet7 !
* When logged in, use database for setting, so that changes areLauri Ojansivu2019-11-191-7/+39
| | | | | | | 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-181-22/+33
| | | | | | | | | | | | | | | | | | | | 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 prettier.Lauri Ojansivu2019-11-171-3/+3
|
* Fix prettier.Lauri Ojansivu2019-11-171-4/+4
|
* Fix prettify.Lauri Ojansivu2019-11-171-4/+4
|
* Swimlanes collapsed by default.Lauri Ojansivu2019-11-171-0/+16
| | | | | | | | | TODO: - Add count. - Move list names to top, if possible. I did not get it working yet. - Try to fit collapse+swimlane name etc at same row. Related #2804
* Fix card, list and swimlane move.Lauri Ojansivu2019-11-131-16/+20
| | | | | | | | | Allow moving cards in multiselect mode. Closes #2771, closes #2743, closes #2704, related #2081
* Add Features: allowing lists to be sorted by modifiedAt when not in ↵Lauri Ojansivu2019-10-291-8/+27
| | | | | | | | | | | | 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-031-39/+0
|
* Drag handles. In progress.Lauri Ojansivu2019-10-031-36/+42
|
* Fix prettier.Lauri Ojansivu2019-10-011-2/+2
|
* Fix lint.Lauri Ojansivu2019-10-011-14/+3
|
* Drag handles continue. In progress.Lauri Ojansivu2019-10-011-16/+19
| | | | Thanks to xet7 !
* Drag handles continue. In progress.Lauri Ojansivu2019-09-251-0/+1
|
* Drag handles. In Progress.Lauri Ojansivu2019-09-171-8/+48
|
* Revert drag handle changes.Lauri Ojansivu2019-09-141-3/+2
| | | | | | Thanks to Keelan ! Related #2704
* Mobile and Desktop drag handles part 1.Lauri Ojansivu2019-09-131-2/+3
| | | | | | Thanks to xet7 ! Related #2081
* Add 'show archive' and 'hide empty lists' in filter feature.Romulus Urakagi Tsai2019-08-071-0/+18
|
* Prettier & eslint project style updateJustin Reynolds2019-06-281-62/+101
|
* Fix missing profile checksJustin Reynolds2019-05-081-1/+1
|
* Fix miniscreen renderAndrés Manelli2019-02-241-0/+9
|
* Allow swimlane creation from templateAndrés Manelli2019-02-241-4/+4
| | | | Mix lists with same name to avoid duplicates
* Allow list creation from templateAndrés Manelli2019-02-241-3/+5
|
* Avoid links on a template-boardAndrés Manelli2019-02-241-1/+1
| | | | | 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-0/+7
| | | | | | Insert the correct template type in templates board Allow independant lists in templates board Add some helpers
* - Fix Sandstorm open card on public board, part 2.Lauri Ojansivu2019-02-031-2/+0
| | | | Thanks to ChronikEwok !
* - [Fix: Not displaying card content of public board: Snap, Docker and ↵Lauri Ojansivu2019-02-031-5/+11
| | | | | | | | | | | Sandstorm Shared Wekan Board Link](https://github.com/wekan/wekan/issues/1623) with [code from ChronikEwok](https://github.com/ChronikEwok/wekan/commit/cad9b20451bb6149bfb527a99b5001873b06c3de). Thanks to ChronikEwok ! Closes #1623
* Remove the 'Add Swimlane' entry and replace it by a plus signBenjamin Tissoires2019-01-241-27/+0
| | | | | Still need to create the swimlane right after the one that has been created
* swimlane-view: have the swimlane header horizontalBenjamin Tissoires2019-01-241-27/+12
| | | | | | | This allows to use the header as a separator between swimlanes. This will be most useful when we can set the background color of these headers.
* Hotfix more sortable elementsHaocen Xu2018-07-061-3/+1
|
* Hotfix for mobile deviceHaocen Xu2018-07-061-1/+6
|
* Introducing third board view: calendar.Nicu Tofan2018-06-261-0/+2
| | | | A dependency to rzymek:fullcalendar has also been added.
* Fix #1567Andrés Manelli2018-04-161-4/+3
|
* Fix lint errors.Lauri Ojansivu2018-03-311-2/+2
|
* Fix drag in lists viewAndrés Manelli2018-03-311-74/+98
|
* Fix drag and drop issues when re-enter boardAndrés Manelli2018-03-161-27/+49
|
* Fix scroll when dragging elements. Remove scrollbars from swimlanes.Andrés Manelli2018-03-061-1/+1
|
* Fix #1519 Add Card Btn dissapear on dragAndrés Manelli2018-03-051-0/+2
|
* Fix order lists in lists viewAndrés Manelli2018-02-281-80/+0
|
* Allow swimlanes reorderingAndrés Manelli2018-02-271-0/+39
|
* Fix details view in lists only modeAndrés Manelli2018-01-311-1/+8
|
* Fix card details bugAndrés Manelli2018-01-311-3/+2
|
* Fix lint errorsAndrés Manelli2018-01-221-23/+2
|