Conversation
8 tasks
srcs/nginx/src/components/atoms/BracketLines.tsx srcs/nginx/src/components/atoms/MatchNode.tsx srcs/nginx/src/components/atoms/PlayerCapsule.tsx srcs/nginx/src/components/molecules/TournamentBracket.tsx srcs/nginx/src/pages/TournamentPage.tsx srcs/nginx/src/types/types.ts
BREAKING_CHANGES: add components in one page to test layout info: i use mock data for the moment next: connect the component to the backend add navigation logic package-lock.json srcs/nginx/src/components/atoms/BracketLines.tsx srcs/nginx/src/components/atoms/CircleButton.tsx srcs/nginx/src/components/atoms/MatchNode.tsx srcs/nginx/src/components/atoms/NavDropDown.tsx srcs/nginx/src/components/atoms/PlayerCapsule.tsx srcs/nginx/src/components/atoms/TournamentList.tsx srcs/nginx/src/components/molecules/TournamentBracket.tsx srcs/nginx/src/pages/TournamentPage.tsx
adding translation for each element improve layout for mobile srcs/nginx/src/components/atoms/MatchNode.tsx srcs/nginx/src/components/atoms/PlayerCapsule.tsx srcs/nginx/src/components/atoms/TournamentList.tsx srcs/nginx/src/components/molecules/TournamentBracket.tsx srcs/nginx/src/locales/en/common.json srcs/nginx/src/locales/fr/common.json srcs/nginx/src/locales/tf/common.json srcs/nginx/src/pages/TournamentPage.tsx srcs/nginx/src/types/types.ts
update: checking the translation of all the componets i did checking css layout ans style next: Integrate components into navigation logic package-lock.json srcs/nginx/src/api/auth-api.ts srcs/nginx/src/components/atoms/CircleButton.tsx srcs/nginx/src/components/atoms/MatchNode.tsx srcs/nginx/src/components/atoms/PlayerCapsule.tsx srcs/nginx/src/components/atoms/TournamentList.tsx srcs/nginx/src/components/molecules/FriendsList.tsx srcs/nginx/src/components/molecules/TournamentBracket.tsx srcs/nginx/src/locales/en/common.json srcs/nginx/src/locales/fr/common.json srcs/nginx/src/locales/tf/common.json srcs/nginx/src/pages/TournamentPage.tsx srcs/nginx/src/types/types.ts
…ation to different screen sizes. Separation of components within their respective pages. Added navigation between tournament pages. package-lock.json srcs/nginx/src/App.tsx srcs/nginx/src/components/atoms/BracketLines.tsx srcs/nginx/src/components/atoms/CircleButton.tsx srcs/nginx/src/components/atoms/MatchNode.tsx srcs/nginx/src/components/atoms/TournamentList.tsx srcs/nginx/src/components/molecules/NavBar.tsx srcs/nginx/src/components/organisms/TournamentLayout.tsx srcs/nginx/src/locales/en/common.json srcs/nginx/src/locales/fr/common.json srcs/nginx/src/locales/tf/common.json srcs/nginx/src/pages/TournamentCreatePage.tsx srcs/nginx/src/pages/TournamentMenuPage.tsx srcs/nginx/src/pages/TournamentPage.tsx srcs/nginx/src/pages/TournamentsListPage.tsx srcs/nginx/src/router/TournamentRoutes.tsx
3ec021d to
3358ca1
Compare
rom98759
approved these changes
Feb 13, 2026
Collaborator
rom98759
left a comment
There was a problem hiding this comment.
Parfait rien a redire de plus
Comment on lines
+57
to
+69
| // me: async (): Promise<UserDTO> => { | ||
| // usernameSchema.parse(username); | ||
| // // const response = await api.get(`/auth/me/`); | ||
| // const response = { | ||
| // data: { | ||
| // authId: 1, | ||
| // email: 'toto@mail.com', | ||
| // username: 'Toto', | ||
| // }, | ||
| // message: 'OK', | ||
| // }; | ||
| // return response.data; | ||
| // }, |
Collaborator
There was a problem hiding this comment.
Tu penses qu’on peut supprimer ce commentaire ou il apporte quelque chose pour le mock ?
Ilia1177
approved these changes
Feb 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📋 Résumé des commits de cette Pull-Request
🎨 feat(front): Improved visual appearance of components and their adaptation
Files: App.tsx, BracketLines, CircleButton, MatchNode, TournamentList, NavBar, TournamentLayout, locales (en/fr/tf), TournamentRoutes
🚀 feat: transfert home too school
🔧 chore: regenerate clean lockfile
✨ feat(front): Add component FriendsList
Files: API, CircleButton, MatchNode, PlayerCapsule, TournamentList, FriendsList, TournamentBracket, locales (en/fr/tf), types
🎯 feat(front): improve TournamentBracket by adding online status and start
Files: MatchNode, PlayerCapsule, TournamentList, TournamentBracket, locales (en/fr/tf), TournamentPage, types
🎪 feat(front): Add tournament component
Files: BracketLines, CircleButton, MatchNode, NavDropDown, PlayerCapsule, TournamentList, TournamentBracket, TournamentPage
🏗️ feat(front): add tournament pages
Files: BracketLines, MatchNode, PlayerCapsule, TournamentBracket, TournamentPage, types
📊 Résumé