- Rebuilt Player.tsx with full UI overhaul using Framer Motion animations.

- Added animated transitions between login, lobby, and match states.
- Improved layout, spacing, and visual styling for modern game feel.
- Added smooth auto-connect flow and integrated username lock-in behavior.
- Updated matchmaking and logout buttons with animated interactions.
- Integrated Leaderboard cleanly inside lobby panel.
This commit is contained in:
2025-11-29 02:37:27 +05:30
parent d962d9c5eb
commit a9e2d50b16
3 changed files with 212 additions and 32 deletions

View File

@@ -19,7 +19,8 @@
"remark-gfm": "latest",
"marked": "latest",
"axios": "latest",
"@heroiclabs/nakama-js": "^2.8.0"
"@heroiclabs/nakama-js": "^2.8.0",
"framer-motion": "latest"
},
"devDependencies": {
"@vitejs/plugin-react": "latest",