-
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
Feat/home big title and search #556
Conversation
✅ Deploy Preview for ecospheres ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for meteo-france ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Il me semble que le dropdown est graphiquement cassé sur |
Le |
fb477c3
to
afc24ea
Compare
Le dernier commit fix la régression du menu déroulant de la recherche post mise à jour des composants |
afc24ea
to
1ff5788
Compare
Fix du dropdown récupéré. |
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.
- Je ne vois pas le bleu sur le titre.
- La barre de recherche est plus large que sur la maquette (écran 1440px)
- Je trouve le comportement du double placeholder étonnant : afficher le hint seulement au focus — de plus, pas cohérent avec le header search (il y a peut-être des discussions là-dessus que j'ai raté). Je mettrais un seul placeholder qui est le hint.
1ff5788
to
8d2809f
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.
@@ -69,7 +72,7 @@ const dropdownLabel = (text: string) => { | |||
:options="dropdown" | |||
label="text" | |||
track-by="route" | |||
placeholder="" | |||
:placeholder="placeholder" |
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.
ce n'est peut-être pas la peine d'avoir une valeur ici vu qu'on override avec le slot placeholder
plus bas non ?
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.
D'après ma compréhension et mes tests :
- Ligne 79 : ce placeholder s'affiche après focus
- Ligne : 103 : ce placeholder s'affiche avant focus
Pull request move to #574 |
Fix ecolabdata/ecospheres#392