wekan/client/components/lists
Maxime Quandalle f6c01161a0 Fix drag and drop on Sandstorm
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
2015-12-30 19:22:30 +01:00
..
list.jade More explicit file names 2015-08-28 02:25:26 +02:00
list.js Fix drag and drop on Sandstorm 2015-12-30 19:22:30 +01:00
list.styl Improve list title form 2015-09-02 22:56:12 +02:00
listBody.jade Finish the minicard editor auto-completion feature 2015-11-08 23:17:24 -08:00
listBody.js Dynamically resize the new card form if the title is too long 2015-12-09 23:20:53 -05:00
listHeader.jade Remove the import trello card feature 2015-12-22 22:08:01 +01:00
listHeader.js Remove the import trello card feature 2015-12-22 22:08:01 +01:00