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/user/user.html | 36 +++++++++++++++--------------------- 1 file changed, 15 insertions(+), 21 deletions(-) (limited to 'webclient/user/user.html') diff --git a/webclient/user/user.html b/webclient/user/user.html index 4c91c8a48a..3574403c87 100644 --- a/webclient/user/user.html +++ b/webclient/user/user.html @@ -1,31 +1,25 @@
-

[matrix]

-
- + +
+ [matrix] +
+ +

{{ user.displayname || user.id }}

+
-
- - - - - -
-
- -
-
-
-
{{ user.displayname }}
-
{{ user.id }}
-
-
-
+
+ +
+
+
{{ user.id }}
+
+ +
{{ feedback }} -
-- cgit 1.4.1 From 0b01c8560d9da2d4c1e1ec837909625afd636ce9 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Mon, 1 Sep 2014 13:22:24 +0100 Subject: make the little logos clickable for Erik --- webclient/home/home.html | 2 +- webclient/login/login.html | 2 +- webclient/login/register.html | 4 ++-- webclient/room/room.html | 2 +- webclient/settings/settings.html | 2 +- webclient/user/user.html | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) (limited to 'webclient/user/user.html') diff --git a/webclient/home/home.html b/webclient/home/home.html index 8d35eb5157..c1f9643839 100644 --- a/webclient/home/home.html +++ b/webclient/home/home.html @@ -3,7 +3,7 @@
- [matrix] + [matrix]

Welcome to homeserver {{ config.homeserver }}

diff --git a/webclient/login/login.html b/webclient/login/login.html index 8d5a53ebbc..18e7a02815 100644 --- a/webclient/login/login.html +++ b/webclient/login/login.html @@ -1,7 +1,7 @@