synapse/webclient/room
Kegan Dougal 512f2cc9c4 Fix SYWEB-8 : Buggy tab-complete.
The first red blink was caused by an uninitialised search index. There is no
caching of entries, since this then wouldn't update if someone joined/left
during the tab. Instead, set to search index to MAX_VALUE then fix it to a
valid index AFTER the search is complete. Also ditched trailing space on ": ".
2014-09-23 12:22:14 +01:00
..
room-controller.js remove the ng-model attribute from mainInput textarea to stop the digest being run every time you press a key (SYWEB-4) 2014-09-20 00:49:45 +01:00
room-directive.js Fix SYWEB-8 : Buggy tab-complete. 2014-09-23 12:22:14 +01:00
room.html Show display name changes in the message list. 2014-09-22 17:46:53 +01:00