-
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
Test adresse comparateur #938
base: dev
Are you sure you want to change the base?
Conversation
3918fde
to
4747571
Compare
4747571
to
c3433c1
Compare
@totakoko on peut faire une première review avant la mise en place du design |
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.
Top, ça charge bien ! 🏭
Quelques remarques :
- C'est seulement pour la page d'accueil, cad pas les pages villes ?
- Il n'y a pas de comparateur en individuel ?
- La carte n'est pas centrée sur l'adresse (complètement dézoomé)
- Il faut un pin sur l'adresse sur la carte
- Ca serait mieux d'ajouter un titre à la modale non ?
- Au chargement, 3s de non interactif, donc le chargement de la carte est bloqué
- Ça serait bien si on pouvait déplacer ça dans un worker mais ça risque d'avoir trop d'impacts sur les hooks etc...
position: relative; | ||
width: 100%; | ||
`; | ||
|
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 préfères pas utiliser une Box juste pour ça ?
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.
Non j'avais pas vu, je vais d'ailleurs enlever tout le code qui a besoin de la ref (initialement utilisée pour scroller jusqu'au conteneur pour l'afficher)
renderCell: ({ value }) => value.toLocaleString('fr-FR', { currency: 'EUR', maximumFractionDigits: 0, style: 'currency' }), | ||
}, | ||
{ | ||
headerName: 'Emissions CO2', |
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.
headerName: 'Emissions CO2', | |
headerName: 'Émissions CO2', |
flex: 3, | ||
}, | ||
{ | ||
headerName: 'Cout annuel chauffage', |
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.
headerName: 'Cout annuel chauffage', | |
headerName: 'Coût annuel chauffage', |
Pour harmoniser avec le reste
}, [coords, city, cityCode]); | ||
|
||
const modesDeChauffageToDisplay = modesDeChauffage | ||
.filter(({ type, label }) => (type as any).includes('collectif') && !label.includes('PAC')) |
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.
Normalement on ne devrait pas avoir besoin du cast car il y a que 2 choix possibles. Mais c'est plus à voir avec la définition où il faudrait ajouter un type sur type.
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.
Oui le type est mal inféré et je n'ai pas trouvé comment faire, donc je veux bien ton aide
ref.current est null la première et donc jamais appelé car pas dans les dépendances
Merci
|
J'ai intégré tous les commentaires |
https://trello.com/c/5ACSt8FD/1346-int%C3%A9gration-du-comparateur-au-test-dadresse