Skip to content
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

Closed
wants to merge 17 commits into from
Closed

Conversation

at-github
Copy link
Contributor

@at-github at-github commented Oct 21, 2024

@at-github at-github requested review from abulte and narduin October 21, 2024 13:55
Copy link

netlify bot commented Oct 21, 2024

Deploy Preview for ecospheres ready!

Name Link
🔨 Latest commit 2a3ac7b
🔍 Latest deploy log https://app.netlify.com/sites/ecospheres/deploys/6728c64f2add3a00083d1418
😎 Deploy Preview https://deploy-preview-556--ecospheres.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Oct 21, 2024

Deploy Preview for meteo-france ready!

Name Link
🔨 Latest commit 2a3ac7b
🔍 Latest deploy log https://app.netlify.com/sites/meteo-france/deploys/6728c64fefbc990008a3136e
😎 Deploy Preview https://deploy-preview-556--meteo-france.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@at-github
Copy link
Contributor Author

@narduin je vais prendre en compte ta remarque sur l'autre pr (problème d'espacement).
Y a un soucis, après rebase cette pr sur main, la recherche est graphiquement cassé, le dropdown s'affiche par dessus l'input

@at-github
Copy link
Contributor Author

Il me semble que le dropdown est graphiquement cassé sur main, j'investigue

@at-github
Copy link
Contributor Author

at-github commented Oct 24, 2024

Il me semble que le dropdown est graphiquement cassé sur main, j'investigue

Le :deep ne semble plus fonctionner quand il est imbriqué

@at-github at-github force-pushed the feat/home-big-title-and-search branch from fb477c3 to afc24ea Compare October 24, 2024 13:00
@at-github
Copy link
Contributor Author

Le dernier commit fix la régression du menu déroulant de la recherche post mise à jour des composants

@at-github at-github force-pushed the feat/home-big-title-and-search branch from afc24ea to 1ff5788 Compare October 29, 2024 08:34
@at-github
Copy link
Contributor Author

Fix du dropdown récupéré.
@DanFluture275 as-tu des réactions concernants le placeholder stp ?

Copy link
Contributor

@abulte abulte left a 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.
Capture d’écran 2024-10-29 à 10 34 16

configs/ecospheres/config.yaml Outdated Show resolved Hide resolved
src/custom/ecospheres/views/HomeView.vue Outdated Show resolved Hide resolved
src/custom/ecospheres/views/HomeView.vue Show resolved Hide resolved
@at-github at-github force-pushed the feat/home-big-title-and-search branch from 1ff5788 to 8d2809f Compare October 30, 2024 12:56
@at-github at-github requested a review from abulte October 30, 2024 14:12
Copy link
Contributor

@narduin narduin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tu es sûr de pas vouloir utiliser le clamp ?
Ça serait le feu 🔥

Screen Shot 2024-10-31 at 15 41 26

src/custom/ecospheres/views/HomeView.vue Outdated Show resolved Hide resolved
@at-github at-github requested a review from narduin November 4, 2024 09:33
@@ -69,7 +72,7 @@ const dropdownLabel = (text: string) => {
:options="dropdown"
label="text"
track-by="route"
placeholder=""
:placeholder="placeholder"
Copy link
Contributor

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 ?

Copy link
Contributor Author

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

src/custom/ecospheres/views/HomeView.vue Show resolved Hide resolved
@at-github
Copy link
Contributor Author

Pull request move to #574

@at-github at-github closed this Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[HOME] - Bloc titre + moteur de recherche
4 participants