SYWEB-57: Highlight rooms where the history has changed.

This highlights rooms when something has happened and you haven't viewed
it yet. It highlights entries in a slightly red background colour.
This commit is contained in:
Kegan Dougal 2014-11-12 14:31:30 +00:00
parent 78ff63a9c7
commit e632fcd933
4 changed files with 33 additions and 7 deletions

View file

@ -804,7 +804,7 @@ angular.module('RoomController', ['ngSanitize', 'matrixFilter', 'mFileInput', 'a
console.log("onInit3");
// Make recents highlight the current room
$scope.recentsSelectedRoomID = $scope.room_id;
$rootScope.recentsSelectedRoomID = $scope.room_id;
// Init the history for this room
history.init();