-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
statsUpdate #247
statsUpdate #247
Conversation
sansho88
commented
Oct 25, 2023
- Mise a jour en temps reel a chaque fin de match des stats, ainsi que du matchHistory.
- Les options admin s affichent en dessous et sont cachees
- console.log removed
- Fixed: mickname edited qui crashait
- Affichage notif quand actions admin
…du matchHistory. Tentative de reduction des requetes recu avec les ws a chaque partie mais bizarre.
…atsUpdate # Conflicts: # front-end/src/components/UserListComponent.tsx # front-end/src/components/UserOptions.tsx
+ console.log removed
SUPPRESION DE LA NAVBAR 🗡️ @BenJ3D |
@@ -153,10 +153,10 @@ export namespace strRoutes { | |||
return `${serverApi}/${routeUsers}/get/Relationships/${targetId}` | |||
} | |||
export const getUsersAll = () => { | |||
return `${serverApi})${routeUsers}/get/` | |||
return `${serverApi}/${routeUsers}/get/` | |||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CETAIT DEJA CORRIGER
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
APPROUVED
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approuved v2