Factor the statusbar implementation out of RoomView

... because RoomView must die
This commit is contained in:
Richard van der Hoff
2016-02-08 18:08:19 +00:00
parent 4996164b46
commit 1d9c88698f
4 changed files with 205 additions and 117 deletions
+3
View File
@@ -26,6 +26,9 @@ strm.write(" * THIS FILE IS AUTO-GENERATED\n");
strm.write(" * You can edit it you like, but your changes will be overwritten,\n");
strm.write(" * so you'd just be trying to swim upstream like a salmon.\n");
strm.write(" * You are not a salmon.\n");
strm.write(" *\n");
strm.write(" * To update it, run:\n");
strm.write(" * ./reskindex.js -h header\n");
strm.write(" */\n\n");
if (packageJson['matrix-react-parent']) {