summary refs log tree commit diff
path: root/syweb/webclient/recents/recents-controller.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* SYWEB-57: Highlight rooms which have had their bingers go off in blue.Kegan Dougal2014-11-121-0/+6
| | | | Priority is the same as xchat so selected > blue > red.
* Migrate unread messages logic to recentsService.Kegan Dougal2014-11-121-19/+7
|
* Add recents-service to store shared state between recents-controllers.Kegan Dougal2014-11-121-6/+9
| | | | | | Remove the selectedRoomId from rootScope and instead store it in recents-service. Add a broadcast to notify listeners (recents-controller) to updates of this.
* SYWEB-57: Highlight rooms where the history has changed.Kegan Dougal2014-11-121-3/+25
| | | | | This highlights rooms when something has happened and you haven't viewed it yet. It highlights entries in a slightly red background colour.
* Move webclient to a python module so that it can be installedMark Haines2014-11-041-0/+34