wekan/client/components/sidebar
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
..
sidebar.jade add: support compact mode for mobile web, auto adapt to small screen/window 2015-12-17 14:23:35 +08:00
sidebar.js Fix drag and drop on Sandstorm 2015-12-30 19:22:30 +01:00
sidebar.styl add: support compact mode for mobile web, auto adapt to small screen/window 2015-12-17 14:23:35 +08:00
sidebarArchives.jade Update translation source file 2015-09-01 14:38:07 +02:00
sidebarArchives.js sidebar: Filter archived cards/lists for current board 2015-09-24 12:32:48 +02:00
sidebarFilters.jade Add a button to move selected cards 2015-12-10 00:34:44 -05:00
sidebarFilters.js Add a button to move selected cards 2015-12-10 00:34:44 -05:00