From a68df3611bd69f7e16f5aa0121d570d0c44f8678 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Fri, 29 Jul 2016 10:33:22 +0200 Subject: [PATCH] Fix #2088 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add an autocomplete with known server names to the connect dialog; Added support for server messages (identification, shutdown, user warning and promotion) Connection dialog’s inputs are now wider Only declare implemented client features Added check for protocol version on connect before login Avoid listbox being rendered as dropdown on mobiles --- webclient/index.html | 92 +++++++++++++++++++++++++++++++++++++----- webclient/style.css | 27 +++++++++++-- webclient/webclient.js | 49 +++++++++++++++++++--- 3 files changed, 151 insertions(+), 17 deletions(-) diff --git a/webclient/index.html b/webclient/index.html index a9d4ba4f..7ed18e98 100755 --- a/webclient/index.html +++ b/webclient/index.html @@ -2,6 +2,7 @@ Cockatrice web client + @@ -15,6 +16,7 @@ Loading cockatrice web client... +