-
Notifications
You must be signed in to change notification settings - Fork 87
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
Intégration de Place des entreprises #2034
Conversation
724c69b
to
7748342
Compare
🚀 La branche est déployée !
|
652f274
to
1bac61f
Compare
5b3bdbc
to
be6e0d3
Compare
Il ne manque que le pré remplissage du siret. |
7bcfcbc
to
4b14a27
Compare
* Inspired from this issue https://github.com/adobe/react-spectrum/issues/1513 | ||
* @param buttonRef Ref of the button | ||
*/ | ||
export const usePreventClickAfterTouch = ( |
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.
Trop bien d'avoir corrigé ce bug particulièrement embêtant ! C'est étonnant qu'il ne soit pas corrigé côté react-spectrum...
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 me semble qu'ils sont en train de le corriger, à voir dans les prochaines version adobe/react-spectrum#1513
|
||
return ( | ||
<IframeContainer> | ||
<Iframe |
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 bloquant pour merger mais on a le même problème que sur notre intégration iframe : quand on clique sur un lien à l'intérieur de l'iframe, la position de scroll ne remonte pas en haut de la “page” #1348
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 essayé un fix pour scroll to top sur l'onLoad de l'iframe, j'attend le build pour vérifier que ça fonctionne bien
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.
ça fonctionne bien !
@@ -199,7 +199,7 @@ jobs: | |||
|
|||
- mon-entreprise : ${{ needs.deploy-context.outputs.fr_url }} | |||
- mycompanyinfrance : ${{ needs.deploy-context.outputs.en_url }} | |||
- storybook : ${{ needs.deploy-context.outputs.fr_url }}/dev/storybook/ or ${{ needs.deploy-context.outputs.en_url }}/dev/storybook/ | |||
- storybook : ${{ needs.deploy-context.outputs.fr_url }}/dev/storybook/ ([version EN](${{ needs.deploy-context.outputs.en_url }}/dev/storybook/)) |
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 peut-être possible de gérer les versions françaises et anglaises dans le même Storybook ? (pareil évidemment pas bloquant)
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.
Enfaite les deux lien mène au même Storybook, on pourrait juste supprimer le deuxième lien
56eb238
to
67a97a5
Compare
La pr est prête mais le siret ne se prérempli pas encore (ça fonctionne avec un lien direct mais pas dans l'iframe je ne sais pas pourquoi) |
Petit problème d'affichage avec la nouvelle modale sur desktop : elle s'ouvre trop en bas Peek.14-03-2022.15-44.mp4 |
Vue avec PdE, ça vient de leur coté |
This reverts commit 078e60b.
fix Champ sélectionné involontairement après un clique sur un bouton sur Android <= 10 #1872fix Sur smartphone, un clique sur passer/suivant/précédent sélectionne l'input suivant qui apparaît #2020