summaryrefslogtreecommitdiff
path: root/assets/js/src/BoardDragAndDrop.js
AgeCommit message (Collapse)Author
2018-09-28Fix task drag and drop slowdown when a column is hiddenJulian Maurice
It looks like jQuery UI has some difficulties when a column with a lot of tasks is hidden. Adding ':visible' to the connectWith properties of sortable() seems to fix the problem Fixes #4011
2018-04-20Rewrite tooltips code without jQueryFrédéric Guillot
2017-02-23Even more simple: hide columns first, then resize task listsKonstantin Vorobyev
2017-02-23Properly resize task list height on column toggle #3069Konstantin Vorobyev
2016-11-25Add jshintFrederic Guillot
2016-09-11Improve column restrictionsFrederic Guillot
2016-09-10Define only what is allowed for column restrictionsFrederic Guillot
2016-09-08Apply column restrictions to the boardFrederic Guillot
2016-07-24Removed individual column scrolling on boardFrederic Guillot
2016-06-03Replace jQuery mobile detection by the library isMobileFrederic Guillot
2016-03-20Added Markdown editor and Javascript code refactoringFrederic Guillot