- 30 Mar, 2016 1 commit
-
-
JC Brand authored
Don't call trimChats in onChatBoxAdded event. Reduntant because it will be called after maximization and after being shown. Add new method getShownChats and don't trim if only one or zero chats are being shown. Don't trim chats when in responsive mode. Don't call trimChats unnecessarily in the render method of the trimmed chats thingy.
-
- 29 Mar, 2016 8 commits
- 28 Mar, 2016 5 commits
-
-
JC Brand authored
- Don't trim if not connected. - Move trimChats call to converse-minimized - Immediately hide view to avoid race conditions.
-
JC Brand authored
-
JC Brand authored
Previously views were only hidden, but not removed. This was an unnecessary "optimization" which introduced unnecessary complexity. Problem solved was that closing minimized chats didn't dereference the model for hidden "normal" chat views, causing an exception to be raised when trying to log out.
-
JC Brand authored
Couldn't handle messages with no "from" attribute. Some refactoring to add code that checks if a messages is a headline to the utils module. Updated tests. Add sinon so that we can test returned value of spy.
-
JC Brand authored
Remove split of fullname. Fixes #609
-
- 23 Mar, 2016 2 commits
-
-
Viktor Liu authored
-
JC Brand authored
-
- 22 Mar, 2016 4 commits
- 21 Mar, 2016 7 commits
- 20 Mar, 2016 1 commit
-
-
Viktor Liu authored
-
- 19 Mar, 2016 3 commits
- 18 Mar, 2016 4 commits
- 17 Mar, 2016 2 commits
- 16 Mar, 2016 3 commits