summaryrefslogtreecommitdiffstats
path: root/client/components/lists/list.styl
Commit message (Collapse)AuthorAgeFilesLines
* Some drag handle fixes.Lauri Ojansivu2019-11-041-3/+3
| | | | | | Thanks to xet7 ! Related #2081
* Add Features: allowing lists to be sorted by modifiedAt when not in ↵Lauri Ojansivu2019-10-291-5/+21
| | | | | | | | | | | | 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-29/+5
|
* 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-011-1/+9
|/ | | | Thanks to xet7 !
* Drag handles. In Progress.Lauri Ojansivu2019-09-171-5/+17
|
* Revert drag handle changes.Lauri Ojansivu2019-09-141-17/+5
| | | | | | Thanks to Keelan ! Related #2704
* Mobile and Desktop drag handles part 1.Lauri Ojansivu2019-09-131-5/+17
| | | | | | Thanks to xet7 ! Related #2081
* 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 !
* Fix card count positionBenjamin Tissoires2019-05-141-0/+4
| | | | | | | | | | 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
* 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
* - Fix2: Remove overlap of side bar button with card/list menu button on ↵Lauri Ojansivu2019-02-131-0/+4
| | | | | | | | mobile browser Thanks to xet7 ! Closes #2183
* Use infinite-scrolling on listsBenjamin Tissoires2019-02-011-0/+3
| | | | | | | | | | | This allows to reduce the loading time of a big board. Note that there is an infinite scroll implementation in the mixins, but this doesn't fit well as the cards in the list can have arbitrary height. The idea to rely on the visibility of a spinner is based on http://www.meteorpedia.com/read/Infinite_Scrolling
* lists-color: only colorize the bottom borderBenjamin Tissoires2019-01-251-3/+9
| | | | | And make the background clearer to visually separate the header from the list of cards
* ui: lists: make sure all lists boxes are the same heightBenjamin Tissoires2019-01-251-0/+5
| | | | | | | | When `Show card count` is enabled, the lists with the card counts have two lines of text while the lists without have only one. This results in the box around the list headers are not of the same size and this is visible when setting a color to the list.
* colors: add per list colorBenjamin Tissoires2019-01-251-0/+81
| | | | | | | | | Hamburger menu only. Note that I am definitively not responsible for the resulting Christmas tree. fixes #328
* client: lists headers: use padding instead of marginBenjamin Tissoires2019-01-251-4/+4
| | | | No visual changes but allows to set a background color to the list header.
* swimlane-view: have the swimlane header horizontalBenjamin Tissoires2019-01-241-1/+0
| | | | | | | 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.
* Refactor imported -> linked in componentsAndrés Manelli2018-08-111-2/+2
|
* Add UI for importing card-as-card and board-as-cardAndrés Manelli2018-08-101-0/+11
|
* Fix scroll when dragging elements. Remove scrollbars from swimlanes.Andrés Manelli2018-03-061-0/+1
|
* - Fix Scrollbar near top of screen when using internet explorer on Win7Lauri Ojansivu2018-03-051-1/+1
| | | | Thanks to lunatic4ever ! Closes #1524
* Remove list max-height 350px. Thanks to xet7 !Lauri Ojansivu2018-03-011-1/+0
| | | | Closes #1512, closes wekan/wekan-snap#35
* Fix scrollbar inside list and outer scrollAndrés Manelli2018-02-281-0/+1
|
* Add siwmlane button. Allow card drop between swimlanesAndrés Manelli2018-01-191-1/+0
|
* working fix for wekan/wekan#476 in listsDPLV\dpoz2018-01-081-1/+3
| | | | working fix for wekan/wekan#476 in lists
* Fixed - make it easier to see the Adding Card btn at top of listThuan Pham Quoc2017-12-101-0/+1
|
* Optimize for mobile web, show single list per page with navigate barnztqa2017-11-291-0/+49
|
* added soft wip limit feature, fixed wipLimit=0 bug (??)amadilsons2017-10-311-0/+9
|
* on its wayamadilsons2017-10-041-1/+4
|
* mostly frontend work, lists coll update with wipLimit fieldamadilsons2017-09-291-0/+13
|
* #1233 Added plus button to add card on top of the listMário Orlický2017-09-241-1/+4
|
* Add notification, allow watch boards / lists / cardsLiming Xie2016-01-051-0/+4
|
* Improve list title formMaxime Quandalle2015-09-021-19/+6
|
* Redesign the card design header and change header menu iconMaxime Quandalle2015-08-301-0/+1
|
* Fix the cursor used while dragging a listMaxime Quandalle2015-08-281-1/+4
|
* Improve the list menuMaxime Quandalle2015-08-281-2/+3
| | | | | | | | | * Grow the click-able zone of the list menu * Remove a dead link on the list menu * Merge list menu files with header menu to be consistent with the board components internal organization Closes #106
* Implement click-and-drag integration to translate the board canvasMaxime Quandalle2015-08-281-0/+3
| | | | Fixes #232
* More explicit file namesMaxime Quandalle2015-08-281-0/+110