From 1bc036a12d6877f78f1f5033603d803ac01a13d2 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Sun, 31 Aug 2014 00:40:42 +0100 Subject: nasty big monolithic commit of a whole bunch of UI/UX improvements: - add a simple CSS template across the app for navigation & cosmetics - split login into login & register, and totally reskin it - restructure room CSS to play nicely with it - implement basis 1:1 chat from user pages - disable autofocus on iOS to improve UX --- webclient/room/room.html | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) (limited to 'webclient/room/room.html') diff --git a/webclient/room/room.html b/webclient/room/room.html index aa7879ea8f..cfe6b99ea6 100644 --- a/webclient/room/room.html +++ b/webclient/room/room.html @@ -1,13 +1,15 @@ -
-

[matrix]

+
-
-
- -
- {{ room_alias || room_id }} +
+ [matrix] +
+ {{ room_alias || room_id }} +
+
+
+
@@ -15,16 +17,16 @@
- -
+ {{ member.displayname || member.id.substr(0, member.id.indexOf(':')) }}
{{ member.displayname || member.id.substr(0, member.id.indexOf(':')) }}
{{ member.displayname ? "" : member.id.substr(member.id.indexOf(':')) }}
+ {{ member.mtime_age + (now - member.last_updated) | duration }}
{{ member.mtime_age ? "ago" : "" }}
@@ -40,7 +42,7 @@
{{ (msg.content.hsob_ts || msg.ts) | date:'MMM d HH:mm' }}
- @@ -64,7 +66,7 @@
- @@ -86,12 +88,12 @@ - + -
+
Invite a user: -- cgit 1.4.1