MatrixSynapse/webclient
Matthew Hodgson 4068339770 slightly hacky but more functional infinite scrolling 2014-08-16 00:14:47 +01:00
..
components
img
js Added infinite scrolling. It's sliiiightly buggy in that it jumps down the list a bit, but it is overall working pretty well. Added ng-infinite-scroll-matrix.js and jquery-1.8.3 as deps. 2014-08-15 17:42:11 +01:00
login switch some elements from being styled by class to styled by id 2014-08-15 23:24:42 +01:00
room slightly hacky but more functional infinite scrolling 2014-08-16 00:14:47 +01:00
rooms switch some elements from being styled by class to styled by id 2014-08-15 23:24:42 +01:00
README
app-controller.js
app.css switch some elements from being styled by class to styled by id 2014-08-15 23:24:42 +01:00
app.js Added infinite scrolling. It's sliiiightly buggy in that it jumps down the list a bit, but it is overall working pretty well. Added ng-infinite-scroll-matrix.js and jquery-1.8.3 as deps. 2014-08-15 17:42:11 +01:00
favicon.ico
index.html switch some elements from being styled by class to styled by id 2014-08-15 23:24:42 +01:00

README

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

The Synapse web client needs to be hosted by a basic HTTP server.

You can use the Python simple HTTP server::

    $ python -m SimpleHTTPServer

Then, open this URL in a WEB browser::

    http://127.0.0.1:8000/