feat(frontend): integrate HiddenBetsResult screen and update router
📌 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
-
Run the frontend application npm run dev
-
Navigate to the results screen http://localhost:5173/results
-
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