summaryrefslogtreecommitdiffstats
path: root/client/components/swimlanes/swimlanes.styl
Commit message (Collapse)AuthorAgeFilesLines
* When logged in, use database for setting, so that changes areLauri Ojansivu2019-11-191-0/+2
| | | | | | | immediate. Only on public board use cookies. Comment out Collapse CSS that is not in use. Thanks to xet7 !
* Swimlanes collapsed by default.Lauri Ojansivu2019-11-171-13/+47
| | | | | | | | | 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 desktop swimlane drag handle position.Lauri Ojansivu2019-11-041-1/+1
| | | | | | Thanks to xet7 ! Related #2081
* Some drag handle fixes.Lauri Ojansivu2019-11-041-1/+9
| | | | | | Thanks to xet7 ! Related #2081
* Add Features: allowing lists to be sorted by modifiedAt when not in ↵Lauri Ojansivu2019-10-291-0/+8
| | | | | | | | | | | | 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-16/+0
|
* Drag handles continue. In progress.Lauri Ojansivu2019-10-011-0/+8
| | | | Thanks to xet7 !
* Drag handles. In Progress.Lauri Ojansivu2019-09-171-0/+8
|
* Revert drag handle changes.Lauri Ojansivu2019-09-141-8/+0
| | | | | | Thanks to Keelan ! Related #2704
* Mobile and Desktop drag handles part 1.Lauri Ojansivu2019-09-131-0/+8
| | | | | | Thanks to xet7 ! Related #2081
* Fix swimlanes sortingBenjamin Tissoires2019-02-081-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since 7cc185ac "Properly fix horizontal rendering on Chrome and Firefox" The rendering of the new design of the swimlanes was correct, but this commit broke the reordering capability. Having the swimlane header at the same level than the lists of cards makes the whole sortable pattern fail. 2 solutions: - revert to only have 1 div per swimlane. But this introduces the firefox bug mentioned in 7cc185ac, so not ideal - force the sortable pattern to do what we want. To force the sortable pattern, we need: - add in the helper a clone of the list of cards (to not just move the header) - make sure the placeholder never get placed between the header and the list of cards in a swimlane - fix the finding of the next and previous list of cards. For all of this to be successful, we need to resize the swimlanes to a known value. This can lead to some visual jumps with scrolling when you drag or drop the swimlanea. I tried to remedy that by computing the new scroll value. Still not ideal however, as there are still some jumps when dropping. Fixes #2159
* make the max height of the swimlane not too bigBenjamin Tissoires2019-01-281-1/+1
| | | | We should take a full screen minus the header height
* Properly fix horizontal rendering on Chrome and FirefoxBenjamin Tissoires2019-01-281-13/+2
| | | | | | | | | | | | | | | | | | | This reverts commit 74cf9e2573 "- Fix Firefox left-rigth scrollbar." This reverts commit 9dd8216dfb. "- Fix cards below swimlane title in Firefox by making [previous fix](https://github.com/wekan/wekan/pull/2132/commits/f7c6b7fce237a6dbdbbd6d728cfb11ad3f4378eb)" And this partially reverts commit dd88eb4cc The root of the issue was that I was adding a new div and nesting the list of lists in this new list. This resulted in some weird behavior that Firefox could not handled properly Revert to a code colser to v2.02, by just having the swimlane header in a separate line, and keep only one flex element. fixes #2137
* - Fix Firefox left-rigth scrollbar.Lauri Ojansivu2019-01-281-1/+5
| | | | | | Thanks to xet7 ! Closes #2137
* - Fix cards below swimlane title in Firefox by making [previous ↵Lauri Ojansivu2019-01-271-0/+6
| | | | | | | | fix](https://github.com/wekan/wekan/pull/2132/commits/f7c6b7fce237a6dbdbbd6d728cfb11ad3f4378eb) Firefox-only. Thanks to xet7 !
* - Add back scrollbars that [were hidden when trying to fix anotherLauri Ojansivu2019-01-271-1/+0
| | | | | | | | bug](https://github.com/wekan/wekan/pull/2132/commits/f7c6b7fce237a6dbdbbd6d728cfb11ad3f4378eb). Thanks to xet7 ! Closes #2134
* ui: fix rendering issue on firefoxBenjamin Tissoires2019-01-261-0/+1
| | | | | | | | | | | When a list have more cards that can fit in the screen, the members icons are drawn on top of the swimlane below and the scrollbar is not available. According to https://github.com/utatti/perfect-scrollbar the container must have an `overflow: hidden` css style. When changing the swimlane header from vertical to horizontal, dd88eb4cc19 broke this which led to this weird bug.
* Add colors to swimlanesBenjamin Tissoires2019-01-251-0/+81
| | | | fixes #1688
* Remove the 'Add Swimlane' entry and replace it by a plus signBenjamin Tissoires2019-01-241-0/+4
| | | | | Still need to create the swimlane right after the one that has been created
* swimlane-view: have the swimlane header horizontalBenjamin Tissoires2019-01-241-11/+7
| | | | | | | 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.
* - Fix vertical text for swimlanes in IE11Lauri Ojansivu2018-10-131-0/+1
| | | | | | Thanks to tomodwyer ! Closes #1798
* Set fixed width for swimlane headerAndrés Manelli2018-03-311-1/+1
|
* Extend lists to bottom of frame in lists viewAndrés Manelli2018-03-161-0/+3
|
* Fix swimlane header rotation on Google ChromeLuka Matijević2018-03-071-1/+2
| | | After this change both Firefox 58 and Google Chrome 64 have properly rotated swimlane header.
* Partial fix for scroll bar inside cardDetailsAndrés Manelli2018-03-061-0/+1
|
* Fix scroll when dragging elements. Remove scrollbars from swimlanes.Andrés Manelli2018-03-061-5/+2
|
* Allow swimlanes reorderingAndrés Manelli2018-02-271-21/+48
|
* Avoid swimlane title overlapAndrés Manelli2018-02-271-1/+2
|
* Add popup menu and archive actionAndrés Manelli2018-02-011-1/+5
|
* Add siwmlane button. Allow card drop between swimlanesAndrés Manelli2018-01-191-1/+0
|
* First swimlane draft, no functionalityAndrés Manelli2018-01-191-0/+21