From 0d167b8cccd76dd874dede6d53b74a7de2988904 Mon Sep 17 00:00:00 2001 From: Vishesh 'ironeagle' Bangotra Date: Sat, 29 Nov 2025 03:05:33 +0530 Subject: [PATCH] - Disabled game mode selector while matchmaking is active. - Updated match start header in Player to match new UI theme. - Reworked TicTacToe layout with dark theme, centered layout, and Framer Motion transitions. - Added animated header bar and unified styling across Player, Board, and main screen. - Improved opacity/transition behavior for the board based on session state. - Cleaned up unused code and reorganized match data callback handling. --- src/tictactoe/Player.tsx | 5 +- src/tictactoe/TicTacToe.tsx | 99 +++++++++++++++++++++++++++---------- 2 files changed, 75 insertions(+), 29 deletions(-) diff --git a/src/tictactoe/Player.tsx b/src/tictactoe/Player.tsx index a225709..950b961 100644 --- a/src/tictactoe/Player.tsx +++ b/src/tictactoe/Player.tsx @@ -147,6 +147,7 @@ export default function Player({