-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat: revue de l'écran paramètres #3270
Conversation
1595a4a
to
da44e8a
Compare
feat: configuration ERP v2 feat: wip configuration v3 feat: enregistrement ERP non supporté feat: sauvegarde l'auteur de la configuration ERP feat: redirection apiv3 ok
e81b6b6
to
b858cdc
Compare
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.
C'est bon pour moi, j'ai testé et j'ai lu le code
@@ -56,6 +56,7 @@ | |||
"recoil": "0.7.7", | |||
"remixicon": "2.5.0", | |||
"shared": "workspace:*", | |||
"usehooks-ts": "^2.9.1", |
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.
Mieux que maison en effet !
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.
De base, je ne suis pas forcément pour ajouter beaucoup de dépendances. Parfois, je préfère avoir un truc maison dont je sais qu'il marche bien plutôt qu'un truc externe, qu'il faudra mettre à jour etc.
Mais là, c'est l'inverse 🙃
Co-authored-by: Raphaël Huchet <[email protected]>
id: string; | ||
name: string; | ||
helpFilePath?: string; | ||
helpFileSize?: string; |
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.
Est-ce vraiment utilisé ?
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.
Tu parles des helpFile* ? Oui pour la page de configuration ERP v2
@@ -20231,6 +20231,7 @@ request-debug@latest: | |||
remixicon: 2.5.0 | |||
shared: "workspace:*" | |||
typescript: 5.0.4 | |||
usehooks-ts: ^2.9.1 |
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.
C'est quoi la valeur ajoutée de cette lib ?
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.
C'était pour avoir un hook useLocalStorage qui ait une bonne interface et du typage plutôt que d'adapter le hook existant.
🚀 Prévisualisation |
🎉 This PR is included in version 3.62.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
@@ -165,7 +165,7 @@ function EffectifsPage(props: EffectifsPageProps) { | |||
|
|||
<Box mt={10} mb={16}> | |||
{Object.entries<any[]>(effectifsByAnneeScolaire).map(([anneeScolaire, effectifs]) => { | |||
if (anneScolaire !== "all" && anneScolaire !== anneeScolaire) { | |||
if (anneeScolaire !== "all" && anneeScolaire !== anneeScolaire) { |
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.
J'ai trouvé la régression @rap2hpoutre @sbenfares.... Comme quoi les fautes d'orthographe font partie des bonnes pratiques chez certains développeurs. 🙃
Résumé :
Reste à faire :
Peut-être refacto page Paramètres=> pas forcément en fait