summaryrefslogtreecommitdiffstats
path: root/client/components/swimlanes/swimlanes.jade
Commit message (Collapse)AuthorAgeFilesLines
* Add Worker role.Lauri Ojansivu2020-01-051-16/+17
| | | | | | | | | | 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-17/+16
| | | | | | | removing Worker role temporarily, because Worker role changes broke saving card. Thanks to xet7 !
* Add Worker role.Lauri Ojansivu2020-01-031-16/+17
| | | | | | | | | 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-22/+0
| | | | | | differently in next 2nd implementation. Thanks to xet7 !
* When logged in, use database for setting, so that changes areLauri Ojansivu2019-11-191-22/+22
| | | | | | | 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-3/+23
| | | | | | | | | | | | | | | | | | | | 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 !
* Swimlanes collapsed by default.Lauri Ojansivu2019-11-171-14/+17
| | | | | | | | | 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
* Revert creating new list to left, now creates again to right. Thanks to ↵Lauri Ojansivu2019-10-301-8/+8
| | | | | | | | whowillcare ! Revert New List item moved from right to left. Thanks to derbolle and xet7 ! Closes #2772
* Add Feature: allow user to sort Lists in Board by his own preference, ↵Sam X. Chen2019-10-181-1/+1
| | | | boardadmin can star list
* Add Features: allowing lists to be sorted by modifiedAt when not in ↵Sam X. Chen2019-10-101-8/+8
| | | | draggable mode
* Add 'show archive' and 'hide empty lists' in filter feature.Romulus Urakagi Tsai2019-08-071-1/+2
|
* Prevent isCommentOnly user adding attachments, editing list names, moving lists,Lauri Ojansivu2019-07-241-4/+8
| | | | | | | | | | 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
* Fix miniscreen renderAndrés Manelli2019-02-241-13/+6
|
* Allow list creation from templateAndrés Manelli2019-02-241-1/+5
|
* 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
* Properly fix horizontal rendering on Chrome and FirefoxBenjamin Tissoires2019-01-281-13/+13
| | | | | | | | | | | | | | | | | | | 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
* lists-color: only colorize the bottom borderBenjamin Tissoires2019-01-251-1/+1
| | | | | And make the background clearer to visually separate the header from the list of cards
* Remove the 'Add Swimlane' entry and replace it by a plus signBenjamin Tissoires2019-01-241-14/+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-23/+13
| | | | | | | 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.
* Extend lists to bottom of frame in lists viewAndrés Manelli2018-03-161-1/+1
|
* Fix order lists in lists viewAndrés Manelli2018-02-281-2/+2
|
* Allow swimlanes reorderingAndrés Manelli2018-02-271-1/+1
|
* Add ability to edit swimlane nameAndrés Manelli2018-02-011-4/+1
|
* Fix details view in lists only modeAndrés Manelli2018-01-311-1/+1
|
* Fix card details bugAndrés Manelli2018-01-311-1/+1
|
* Allow toogle of lists and swimlanes viewsAndrés Manelli2018-01-221-0/+18
|
* Add siwmlane button. Allow card drop between swimlanesAndrés Manelli2018-01-191-0/+40
|
* First swimlane draft, no functionalityAndrés Manelli2018-01-191-0/+20