Skip to content

feat(frontend): integrate HiddenBetsResult screen and update router

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

📌 Description

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

The following work has been completed:

  • Integrated the HiddenBetsResult screen
  • Updated React Router configuration to include the new route
  • Fixed the export/import mismatch causing the previous rendering error
  • Verified navigation and rendering of the screen in the application

The screen now loads correctly and navigation buttons work as expected.


🔗 Issue

N/A


Type de changement

  • Feature (nouvelle fonctionnalité)
  • Fix (correction de bug)
  • Refactor (pas de changement fonctionnel)
  • Docs (documentation)
  • Chore (maintenance technique)
  • Hotfix (urgence)

🧪 Comment tester

  1. Run the frontend application npm run dev

  2. Navigate to the results screen http://localhost:5173/results

  3. Verify that:

  • The Hidden Bets Results screen renders correctly
  • Navigation buttons (Home, Retour au Lobby, Close) work
  • No console errors appear

Checklist

  • Tests unitaires ajoutés/mis à jour
  • Documentation mise à jour
  • Code testé localement

Merge request reports