summary refs log tree commit diff
path: root/syweb/webclient/index.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove nganimate dependency as it seems to feature disproportionately highly ↵Matthew Hodgson2014-11-131-0/+2
| | | | in the FF profiler, and removing it seems to have stopped my FF stalling for seconds on end
* SYWEB-152: Migrate IRC command logic to commands-service.Kegan Dougal2014-11-131-0/+1
|
* 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