From 3cc6ff4e5498a5253f65e7708a6d8db225ecc2ee Mon Sep 17 00:00:00 2001 From: sravan Date: Wed, 22 Jul 2026 21:22:58 +0530 Subject: [PATCH] feat(mobile): finger-following swipe-back (iOS-style), reusing the working close layout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The conversation pane now tracks your finger from the left edge and reveals the chat list behind it, completing the back past ~35% width or springing back otherwise. Reuses the existing body.chat-dragging layout (already defined, identical to chat-closing that showWelcome uses): content z-index:2 at translateX(0), list .chatcol absolute behind at z-index:0 — so the pane starts at the correct on-screen origin (the earlier attempt's 'one screen-width off' bug was a different setup). Vertical drags still scroll; popup/ search edge-release still closes via bzcBack. build batch154. Co-Authored-By: Claude Opus 4.8 --- server/public/home.html | 60 ++++++++++++++++++++++++++++++++--------- 1 file changed, 48 insertions(+), 12 deletions(-) diff --git a/server/public/home.html b/server/public/home.html index 994b2b4..a4b7b2b 100644 --- a/server/public/home.html +++ b/server/public/home.html @@ -1158,7 +1158,7 @@ -