From 1a1ed4e1d0568a1610d5f5da3d541a59afe2b863 Mon Sep 17 00:00:00 2001 From: David Skoland Date: Tue, 24 Mar 2026 12:23:45 +0100 Subject: Add reconnect UI, disconnect button, and visual cleanup - Redesign disconnect overlay as a full-screen modal with dark backdrop - Add working Reconnect button that properly re-establishes WebSocket connection - Add Disconnect button in Settings for testing - Separate disconnect and ban/kick codepaths (no reconnect on ban) - Log disconnect notice in IC log using hrtext style - Refactor area list rendering from client state (renderAreaList) - Extract appendICNotice for reusable IC log notices - Clean up charselect: hide during loading, simplify toolbar layout - Freshen loading screen and charselect styling - Remove loading progress text updates (just show "Loading...") - Guard against undefined client.chars and client.serv Co-Authored-By: Claude Opus 4.6 (1M context) --- public/client.html | 52 +++++++++++++++++++++++++++++----------------------- 1 file changed, 29 insertions(+), 23 deletions(-) (limited to 'public/client.html') diff --git a/public/client.html b/public/client.html index ef60e15..fa2f07d 100644 --- a/public/client.html +++ b/public/client.html @@ -103,7 +103,7 @@

webAO requires JavaScript to work

-

Loading

+

Loading...

-
-

Choose your character

- -

- -

+ - + @@ -954,6 +955,11 @@ If you don't agree, disable cookies for this site in your browser. +
+
+ -- cgit From 28a140dc8ab8adf32c783c6887e29c245981ab51 Mon Sep 17 00:00:00 2001 From: David Skoland Date: Tue, 24 Mar 2026 12:35:41 +0100 Subject: Add Connected and Disconnected notices --- public/client.html | 1 - 1 file changed, 1 deletion(-) (limited to 'public/client.html') diff --git a/public/client.html b/public/client.html index fa2f07d..cd5ff3c 100644 --- a/public/client.html +++ b/public/client.html @@ -988,7 +988,6 @@ -- cgit From 95145c824e252b030a5e53950c9f1ed39774c79a Mon Sep 17 00:00:00 2001 From: David Skoland Date: Tue, 24 Mar 2026 14:12:30 +0100 Subject: no initial text --- public/client.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/client.html') diff --git a/public/client.html b/public/client.html index cd5ff3c..681e203 100644 --- a/public/client.html +++ b/public/client.html @@ -134,7 +134,7 @@