From 53759be8b769ec2607e8f65b7c66c327606f4754 Mon Sep 17 00:00:00 2001 From: "soroush.asadi" Date: Sat, 13 Jun 2026 08:59:15 +0330 Subject: [PATCH] ui: raise in-game emoji button above the hand + gender = male/female/unknown MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - GameTable reactions button (and its tray) moved up from the bottom-right so it no longer overlaps the player's cards on mobile portrait. - Gender options are now Male / Female / Unknown — removed "other" from the Gender type, GENDER_META, and the profile picker; the empty value renders as «نامشخص» / "Unknown". Co-Authored-By: Claude Opus 4.8 --- src/components/GameTable.tsx | 6 +++--- src/components/screens/ProfileScreen.tsx | 2 +- src/lib/i18n.tsx | 2 +- src/lib/online/types.ts | 2 +- src/lib/social.ts | 1 - 5 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/components/GameTable.tsx b/src/components/GameTable.tsx index 1b5f5cb..a1a977b 100644 --- a/src/components/GameTable.tsx +++ b/src/components/GameTable.tsx @@ -800,7 +800,7 @@ function Reactions() { initial={{ opacity: 0, y: 12, scale: 0.95 }} animate={{ opacity: 1, y: 0, scale: 1 }} exit={{ opacity: 0, y: 12, scale: 0.95 }} - className="absolute bottom-20 ltr:right-4 rtl:left-4 z-50 glass rounded-2xl p-2 w-[min(270px,86vw)]" + className="absolute bottom-60 ltr:right-3 rtl:left-3 z-50 glass rounded-2xl p-2 w-[min(270px,86vw)]" >