Skip to content

Integrate Figma UI screens: Login, Register, Lobby with assets, components and contexts

AYYILDIZ YIGIT requested to merge feature/login-ui-yigit into develop

This merge request integrates the main UI screens exported from Figma into the React frontend.

Changes included:

  • Added Login, Register, and Lobby screens to the React project
  • Integrated Figma assets, components, contexts, and utils required for the Lobby screen
  • Configured React Router navigation between Login, Register, and Lobby
  • Fixed missing imports and dependencies during integration

Current working flow: Login → Lobby
Register → Lobby

The application now compiles successfully and the main UI screens are functional.

Next steps:

  • Connect the remaining screens (StartScreen, BotConfiguration, WaitingRoom, Game, Results, Profile)
  • Implement navigation between game modes

Merge request reports