summaryrefslogtreecommitdiffstats
path: root/client/components/cards/checklists.js
Commit message (Collapse)AuthorAgeFilesLines
* Don't interpret dragging an element as a clickMarc Hartmayer2020-04-251-4/+1
| | | | Remove `enableClickOnTouch` as this behavior is not intuitive.
* Make it compatible with newer and older versions of jQuery sortableMarc Hartmayer2020-04-251-3/+7
| | | | While at it, fix comments and prettify it.
* Newer versions of jQuery sortable use `uiSortable` keyMarc Hartmayer2020-04-231-5/+2
| | | | | Newer versions of jQuery sortable use `uiSortable` as key to store the data. Let's adapt the code. While at it, refactor the code.
* Pre-fill the title of checklists (Trello-style)boeserwolf2020-04-211-1/+12
|
* Allows for use of checklist on mobileDevin McAllester2020-04-141-1/+1
|
* Try to disable dragging Swimlanes/Lists/Cards/Checklists/Subtasks on small ↵Lauri Ojansivu2020-02-071-0/+3
| | | | | | mobile smartphones webbrowsers, and hide drag handles on mobile web. Thanks to xet7 !
* Add Worker role.Lauri Ojansivu2020-01-051-3/+6
| | | | | | | | | | 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-6/+3
| | | | | | | removing Worker role temporarily, because Worker role changes broke saving card. Thanks to xet7 !
* Add Worker role.Lauri Ojansivu2020-01-031-3/+6
| | | | | | | | | Add more Font Awesome icons. Fix browser console errors when editing user profile name etc. Thanks to xet7 ! Closes #2788
* Revert drag handle changes.Lauri Ojansivu2019-10-031-40/+0
|
* Drag handles. In progress.Lauri Ojansivu2019-10-031-5/+36
|
* Drag handles continue. In progress.Lauri Ojansivu2019-10-011-5/+14
| | | | Thanks to xet7 !
* Prettier & eslint project style updateJustin Reynolds2019-06-281-25/+45
|
* Refactor imported -> linked in componentsAndrés Manelli2018-08-111-2/+2
|
* Add two way binding of checklistsAndrés Manelli2018-08-111-1/+3
|
* Hotfix more sortable elementsHaocen Xu2018-07-061-3/+1
|
* Hotfix for mobile deviceHaocen Xu2018-07-061-1/+6
|
* typo in renaming itemDetail to checklistItemDetailNicu Tofan2018-06-261-2/+2
|
* Initial implementation for subtasksNicu Tofan2018-06-261-2/+2
|
* Fix class name change when clicking check boxAndrés Manelli2018-03-191-1/+1
|
* Add checklist ordering capabilityAndrés Manelli2018-03-191-18/+24
|
* Fix migration. Replace old checklist-item sort algorithm.Andrés Manelli2018-03-191-34/+32
|
* Fix lint errors.Lauri Ojansivu2017-12-031-2/+2
|
* Updated comments about pressing enter on formsBrooks Becton2017-11-141-1/+2
|
* Added markdown support to card-titles, minicard-titles, checklist title, and ↵Brooks Becton2017-11-141-1/+1
| | | | checklist items
* fixed linting erroramadilsons2017-09-291-1/+1
|
* removed unnecessary deleteDialog helper, delete dialog now uses tap-i18namadilsons2017-09-291-5/+1
|
* removed linting errorsamadilsons2017-09-271-1/+1
|
* code clean upamadilsons2017-09-271-11/+0
|
* Merge branch 'master' of https://github.com/wekan/wekan into issue881amadilsons2017-09-271-11/+13
|\
| * Update Checklists clientGhassen Rjab2017-09-241-11/+13
| | | | | | Use new methods added in Checklist model
* | sugested fix for issue #881amadilsons2017-09-271-18/+72
|/
* Implemented checklist item sorting across checklistsJim Martens2017-09-121-0/+67
|
* Add check to see if input is emptynztqa2017-07-011-8/+15
|
* Improve input of checklistnztqa2017-06-301-0/+7
| | | | When finished input of checklist item title, open new checklist item.
* comment only working, naive implementation completeRyan Helsing2017-03-181-0/+6
|
* current progressRyan Helsing2017-03-181-0/+4
|
* Add remaining of checklist feature codeLauri Ojansivu2017-02-031-0/+15
|
* Add checklist featurelksime2017-01-201-0/+74