summaryrefslogtreecommitdiffstats
path: root/client/components/lists/list.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix #1887Andrés Manelli2018-09-121-0/+1
|
* Hotfix more sortable elementsHaocen Xu2018-07-061-3/+1
|
* Hotfix for mobile deviceHaocen Xu2018-07-061-1/+6
|
* 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-061-2/+1
|
* Fix #1519 Add Card Btn dissapear on dragAndrés Manelli2018-03-051-0/+2
|
* Fix order lists in lists viewAndrés Manelli2018-02-281-4/+77
|
* Remove unused hackAndrés Manelli2018-02-011-3/+1
|
* Workaround to avoid drag bugAndrés Manelli2018-01-311-1/+3
|
* Add siwmlane button. Allow card drop between swimlanesAndrés Manelli2018-01-191-2/+3
|
* First swimlane draft, no functionalityAndrés Manelli2018-01-191-1/+1
|
* Optimize for mobile web, show single list per page with navigate barnztqa2017-11-291-0/+7
|
* feature implemented, known bugs fixedamadilsons2017-10-051-1/+1
|
* most work concluded, code needs clean up, further testing requiredamadilsons2017-10-041-2/+2
|
* comment only working, naive implementation completeRyan Helsing2017-03-181-2/+2
|
* Fix executeUpTo label when dragging cardsCurtis G2017-02-051-1/+1
| | | 'popup' is not in the predefined hierarchy
* Remove unnecessary template name declarationMaxime Quandalle2016-01-031-4/+0
| | | | | | This code was duplicate with the name we use to `register` the component. A update of blaze-component removed the need to duplicate this declaration.
* Fix drag and drop on SandstormMaxime Quandalle2015-12-301-3/+9
| | | | | | | | | | | | | | This bug was introduced with the introduction of fast-render in 41b23f8. With fast-render data is available instantly after the page logging, but calls to `Meteor.userId()` still return `null` as the user isn't authenticated on the DDP channel yet (previously the data was loaded on DDP after user authentication). Which mean that we know need to reactively activate Drag and Drop on user log in. I'm not sure why I was not able to reproduce this bug outside of Sandstorm. Fixes #453
* Finish the minicard editor auto-completion featureMaxime Quandalle2015-11-081-1/+1
| | | | | | | | | | | This commit stands on the initial support implemented in #342. We now avoid error-prone parsing step by adding the member or the label directly to the card object. We also added support for `Tab` to completion on our textComplete component. Closes #342
* Upgrade peerlibrary:blaze-components to v0.14Maxime Quandalle2015-10-211-2/+2
| | | | | This change includes method renames and others UI related packages updates.
* Centralize all mutations at the model levelMaxime Quandalle2015-09-081-18/+7
| | | | | | | | | | | | | | | This commit uses a new package that I need to document. It tries to solve the long-standing debate in the Meteor community about allow/deny rules versus methods (RPC). This approach gives us both the centralized security rules of allow/deny and the white-list of allowed mutations similarly to Meteor methods. The idea to have static mutation descriptions is also inspired by Facebook's Relay/GraphQL. This will allow the development of a REST API using the high-level methods instead of the MongoDB queries to do the mapping between the HTTP requests and our collections.
* Add a missing translationMaxime Quandalle2015-09-061-4/+2
|
* Enforce a consistent ES6 coding styleMaxime Quandalle2015-09-031-41/+42
| | | | | | | | | Replace the old (and broken) jshint + jscsrc by eslint and configure it to support some of the ES6 features. The command `eslint` currently has one error which is a bug that was discovered by its static analysis and should be fixed (usage of a dead object).
* More explicit file namesMaxime Quandalle2015-08-281-0/+126