forked-synapse/syweb/webclient
Kegan Dougal afd2e214bc SYWEB-152: Move up/down history fully to a directive.
Previously, there was some of it in a lovely generic directive, but the
core of it was hard coded id attributes in RoomController. It's now all
generic in a directive: the room history you get when you up/down arrow
is determined by the value of the attribute e.g. command-history="!foo:bar"
would present the history for !foo:bar. In practice, this is {{room_id}}
in the html.
2014-11-13 16:12:17 +00:00
..
components Migrate random bits of desktop notification logic out of roomController and into eventHandlerService where everything else is. 2014-11-13 15:21:50 +00:00
home Wipe the selected room ID on the home screen. 2014-11-13 12:33:43 +00:00
img Kill ng-animate with fire because it's terrible (was causing the page to be 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). 2014-11-13 14:34:03 +00:00
js major CSS overhaul to try to make things look a bit cleaner 2014-11-11 04:39:30 +00:00
login Start adding regression tests. First up, register-controller for SYWEB-109. 2014-11-06 11:55:07 +00:00
media Move webclient to a python module so that it can be installed 2014-11-04 15:57:23 +00:00
recents SYWEB-57: Highlight rooms which have had their bingers go off in blue. 2014-11-12 15:31:06 +00:00
room SYWEB-152: Move up/down history fully to a directive. 2014-11-13 16:12:17 +00:00
settings Move webclient to a python module so that it can be installed 2014-11-04 15:57:23 +00:00
test Add commands-service unit tests. 2014-11-13 14:35:58 +00:00
user Move webclient to a python module so that it can be installed 2014-11-04 15:57:23 +00:00
app-controller.js Merge with Matthew's killing of ng-animate 2014-11-13 14:37:43 +00:00
app-directive.js Move webclient to a python module so that it can be installed 2014-11-04 15:57:23 +00:00
app-filter.js Add duration filter unit tests. 2014-11-05 17:49:03 +00:00
app.css remove stray unmatched css comment 2014-11-13 14:45:29 +00:00
app.js remove nganimate dependency as it seems to feature disproportionately highly in the FF profiler, and removing it seems to have stopped my FF stalling for seconds on end 2014-11-13 16:34:51 +02:00
bootstrap.css Move webclient to a python module so that it can be installed 2014-11-04 15:57:23 +00:00
CAPTCHA_SETUP Move webclient to a python module so that it can be installed 2014-11-04 15:57:23 +00:00
favicon.ico Move webclient to a python module so that it can be installed 2014-11-04 15:57:23 +00:00
index.html Merge with Matthew's killing of ng-animate 2014-11-13 14:37:43 +00:00
mobile.css major CSS overhaul to try to make things look a bit cleaner 2014-11-11 04:39:30 +00:00
README Move webclient to a python module so that it can be installed 2014-11-04 15:57:23 +00:00

Basic Usage
-----------

The web client should automatically run when running the home server. 
Alternatively, you can run it stand-alone:

    $ python -m SimpleHTTPServer

Then, open this URL in a WEB browser::

    http://127.0.0.1:8000/