summary refs log tree commit diff
path: root/syweb/webclient/index.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Kill ng-animate with fire because it's terrible (was causing the page to be ↵David Baker2014-11-131-3/+1
| | | | very sluggish). Do the call icons in pure CSS3 and use one less image to boot (in some browsers the phone icon will be the wrong browser but they can deal).
* Add recents-service to store shared state between recents-controllers.Kegan Dougal2014-11-121-0/+1
| | | | | | Remove the selectedRoomId from rootScope and instead store it in recents-service. Add a broadcast to notify listeners (recents-controller) to updates of this.
* major CSS overhaul to try to make things look a bit cleanerMatthew Hodgson2014-11-111-0/+2
|
* Various fixes to try & make openwebrtc safari extension work (still doesn't ↵David Baker2014-11-071-2/+2
| | | | work).
* Don't cache isWebRTCSupported because whether webRTC is supported might ↵David Baker2014-11-061-1/+1
| | | | change part-way through the page's lifecycle if your webrtc support comes from some kind of injected content script (hello OpenWebRTC Sarafi extension)
* Move webclient to a python module so that it can be installedMark Haines2014-11-041-0/+137