wekan/client/components/users
Maxime Quandalle d5eec54c72 Start the migration from iron-router to flow-router
Motivations:

* Iron-Router foces us to use Tracker.nonreactive black magic in order
  to avoid un-necessary re-renders;
* There is a community consensus (supported by some MDG members) that
  the flow-router API is easier to reason about;
* The useraccounts now supports flow router (that was a blocking
  element when I considered the switch ~3months ago)

On the server we use the Picker router, as encouraged by the Kadira
team (which develop both Flow and Picker routers).

In the current state of things there are some bugs related to the
missing Loading architecure. Previously onRendered callback where
always called when the data the component needed was available, now
we have to handle this ourselves, which we will in a following commit.
2015-08-23 11:11:03 +02:00
..
userAvatar.jade Allow a user to edit its profile or avatar from a member popover 2015-06-19 14:39:38 +02:00
userAvatar.js Allow a user to edit its profile or avatar from a member popover 2015-06-19 14:39:38 +02:00
userAvatar.styl Switch the font to roboto 2015-08-20 15:59:00 +02:00
userForm.styl Work on the user account system 2015-06-03 06:46:41 +02:00
userHeader.jade profile name changed fullname and comma hotfix. 2015-07-18 13:43:59 +03:00
userHeader.js Upgrade dependencies 2015-08-22 01:05:09 +02:00