-
Notifications
You must be signed in to change notification settings - Fork 3
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
BIG PR VERS MAIN : Principalement connexion BACK au FRONT Profil #100
Conversation
ajout de la fonctionnalité pour ajouter une bannière
Token stocké dans le context
Route admin sécurisé
Frontend : Page Admin protégée
ajout banniere fonctionnelle
finished Collection routing
ajout de la fonctionnalité d'achat d'avatar dans la boutique
updated banner
Squelette Page Admin
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.
Pour la répétition, je ne dis rien, mais faite le quand même svp
Par contre, supprimez-moi les console.info
setPlayers(res.data); | ||
}); | ||
}, []); | ||
console.info(players); |
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.
Pas de console.info()
console.info(setPrimaryColor); | ||
console.info(setSecondaryColor); | ||
console.info(setTextColor); |
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.
Pas de console.info
const handleScrollToTop = () => { | ||
window.scrollTo({ | ||
top: 0, | ||
behavior: "smooth", | ||
}); | ||
}; |
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.
Il y a une répétition de fou sur ce morceau de code, pourquoi de pas créer un service et de l'appeler où il se doit ?
const handleScrollToTop = () => { | ||
window.scrollTo({ | ||
top: 0, | ||
behavior: "smooth", | ||
}); | ||
}; |
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.
On se répète !
const handleScrollToTop = () => { | ||
window.scrollTo({ | ||
top: 0, | ||
behavior: "smooth", | ||
}); | ||
}; |
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.
On se répète !
fix pour merge vers main
Woaw ! La rapidité ! Done ! |
Grande PR (la dernière normalement), qui concerne quasiment que le profil du joueur