From dc37362350be17e4244f2c3720f3a51e352eaf91 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Mon, 13 Apr 2026 14:26:43 +0000
Subject: [PATCH 1/5] Initial plan
From f448523f4a7a7a6613da6723a2f791fe17095a35 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Mon, 13 Apr 2026 14:41:14 +0000
Subject: [PATCH 2/5] feat: improve play screen visual style and mobile layout
Agent-Logs-Url: https://github.com/ut-code/hitori-mahjong/sessions/524100d1-262c-4708-a498-c01c3cd15cd9
Co-authored-by: tknkaa <145080781+tknkaa@users.noreply.github.com>
---
app/routes/play.tsx | 151 ++++++++++++++++++++++++++------------------
1 file changed, 88 insertions(+), 63 deletions(-)
diff --git a/app/routes/play.tsx b/app/routes/play.tsx
index 2bf9c3e..09f1f56 100644
--- a/app/routes/play.tsx
+++ b/app/routes/play.tsx
@@ -1,4 +1,5 @@
import { sql } from "drizzle-orm";
+import { Form } from "react-router";
import { getAuth } from "~/lib/auth";
import { getDB } from "~/lib/db";
import { haiyama } from "~/lib/db/schema";
@@ -94,96 +95,120 @@ export default function Page({ loaderData }: Route.ComponentProps) {
}));
return (
-
+
{isAgari && (