summaryrefslogtreecommitdiffstats
path: root/client/components/swimlanes/swimlanes.styl
Commit message (Collapse)AuthorAgeFilesLines
* 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