summaryrefslogtreecommitdiffstats
path: root/client/components/lists
Commit message (Collapse)AuthorAgeFilesLines
...
* UI: list headers: show the card count smallerBenjamin Tissoires2018-10-251-3/+2
| | | | | | The card count was at the same level than the title, which made reading the list title harder. Use the quiet and small class to put it in the following line and not make it jump out of the screen
* Fix #1885Andrés Manelli2018-09-121-4/+30
|
* Fix #1887Andrés Manelli2018-09-121-0/+1
|
* Fix and improve linked cardsAndrés Manelli2018-08-212-7/+8
|
* Refactor imported -> linked in componentsAndrés Manelli2018-08-113-22/+22
|
* Fix lint errorsAndrés Manelli2018-08-111-1/+1
|
* Avoid reimport imported cardAndrés Manelli2018-08-111-1/+2
|
* Allow description and member two way bindingAndrés Manelli2018-08-101-3/+3
|
* Avoid importing imported cards or boardsAndrés Manelli2018-08-101-1/+2
|
* Link descriptionAndrés Manelli2018-08-101-1/+5
|
* Import card-as-card, board-as-card. Add styling. Missing details and linksAndrés Manelli2018-08-102-24/+108
|
* Avoid showing current boardAndrés Manelli2018-08-101-3/+9
|
* Add UI for importing card-as-card and board-as-cardAndrés Manelli2018-08-103-1/+169
|
* Hotfix more sortable elementsHaocen Xu2018-07-061-3/+1
|
* Hotfix for mobile deviceHaocen Xu2018-07-061-1/+6
|
* Merge branch 'devel' into nested-tasksNicu Tofan2018-06-281-7/+4
|\
| * Introducing third board view: calendar.Nicu Tofan2018-06-261-1/+1
| | | | | | | | A dependency to rzymek:fullcalendar has also been added.
* | implement getDefaultSwimline for boardsNicu Tofan2018-06-261-1/+1
|/
* linter correctionsIgnatz2018-05-181-3/+3
|
* resolving merge conflictsIgnatzHome2018-05-171-0/+7
|\
| * card model and card ui preparation for custom fieldsPouyan Savoli2017-09-221-0/+7
| |
* | Fix #1567Andrés Manelli2018-04-161-5/+5
| |
* | Fix #1570, now zero means hide cards countAndrés Manelli2018-04-161-1/+2
| |
* | Fix #1577Andrés Manelli2018-04-161-2/+2
| |
* | Separate translations for cards in Recycle Bin and cards count.Lauri Ojansivu2018-04-051-1/+1
| |
* | - Removed forcing "cards" translations to lowercase in count of cards.Lauri Ojansivu2018-04-051-1/+1
| | | | | | | | | | | | | | | | - Finnish translation of cards to lowercase. Thanks to Chartman123 and xet7 ! Closes #1571
* | Fix drag in lists viewAndrés Manelli2018-03-311-13/+0
| |
* | Fix drag and drop issues when re-enter boardAndrés Manelli2018-03-161-74/+0
| |
* | Fix scroll when dragging elements. Remove scrollbars from swimlanes.Andrés Manelli2018-03-062-2/+2
| |
* | - Fix Scrollbar near top of screen when using internet explorer on Win7Lauri Ojansivu2018-03-051-1/+1
| | | | | | | | Thanks to lunatic4ever ! Closes #1524
* | Fix #1519 Add Card Btn dissapear on dragAndrés Manelli2018-03-051-0/+2
| |
* | 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
| |
* | Fix order lists in lists viewAndrés Manelli2018-02-281-4/+77
| |
* | Remove unused hackAndrés Manelli2018-02-011-3/+1
| |
* | Fix details view in lists only modeAndrés Manelli2018-01-311-0/+13
| |
* | Workaround to avoid drag bugAndrés Manelli2018-01-311-1/+3
| |
* | Add card on first swimlane foundAndrés Manelli2018-01-221-1/+8
| |
* | Allow toogle of lists and swimlanes viewsAndrés Manelli2018-01-222-1/+8
| |
* | Fix lint errorsAndrés Manelli2018-01-221-1/+1
| |
* | Add siwmlane button. Allow card drop between swimlanesAndrés Manelli2018-01-192-3/+3
| |
* | First swimlane draft, no functionalityAndrés Manelli2018-01-193-2/+4
| |
* | 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-295-6/+83
| |
* | Make it possible to translate text Soft WIP Limit.Lauri Ojansivu2017-11-021-1/+1
| |
* | added soft wip limit feature, fixed wipLimit=0 bug (??)amadilsons2017-10-314-17/+47
| |
* | Permit editing the WIP limitJacob Weisz2017-10-261-2/+2
| | | | | | | | | | | | | | This is a fix for #1310 and required for Edge users to be able to edit the WIP limit. (The up/down buttons appear to be "optional" according to the HTML5 spec, and can't be assumed to be present.) I also believe I fixed a spelling error in the same section. This PR is **NOT TESTED**
* | Fix: User with comment only permission can add cards. Thanks to xet7 ! ↵Lauri Ojansivu2017-10-201-3/+4
| | | | | | | | Closes #1301
* | Fix: When WIP limit in use, hide also add card + button at top of list. ↵Lauri Ojansivu2017-10-091-1/+2
| | | | | | | | Thanks to xet7 !