mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
9de9661baa
Use a proper elastic directive to make the <textarea> resize dynamically. Use an 'asjson' directive to turn an ngModel of a JSON object into a formatted JSON string so it can be displayed on the textarea. Also, deep copy the state events being displayed, else it actually alters the underlying data structures when playing around with the JSON in the textarea! |
||
---|---|---|
.. | ||
components | ||
home | ||
img | ||
js | ||
login | ||
media | ||
recents | ||
room | ||
settings | ||
test | ||
user | ||
app-controller.js | ||
app-directive.js | ||
app-filter.js | ||
app.css | ||
app.js | ||
bootstrap.css | ||
CAPTCHA_SETUP | ||
favicon.ico | ||
index.html | ||
mobile.css | ||
README |
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/