-
Notifications
You must be signed in to change notification settings - Fork 22
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: 5271 indemnité de licenciement créer un questionnaire spécifique #5287
The head ref may contain hidden characters: "5271-indemnit\u00E9-de-licenciement-cr\u00E9er-un-questionnaire-sp\u00E9cifique"
feat: 5271 indemnité de licenciement créer un questionnaire spécifique #5287
Conversation
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
packages/code-du-travail-frontend/src/outils/common/Feedback/QuestionnaireAdvanced.tsx
Show resolved
Hide resolved
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 y a un bug quand on ferme le questionnaire dès le début.
packages/code-du-travail-frontend/src/outils/IndemniteLicenciement/index.tsx
Outdated
Show resolved
Hide resolved
packages/code-du-travail-frontend/src/outils/common/Feedback/QuestionnaireAdvanced.tsx
Outdated
Show resolved
Hide resolved
packages/code-du-travail-frontend/src/outils/common/Feedback/QuestionnaireAdvanced.tsx
Outdated
Show resolved
Hide resolved
packages/code-du-travail-frontend/src/outils/common/Feedback/QuestionnaireAdvanced.tsx
Outdated
Show resolved
Hide resolved
packages/code-du-travail-frontend/src/outils/common/Feedback/QuestionnaireAdvanced.tsx
Outdated
Show resolved
Hide resolved
badEventValue={FEEDBACK_RESULT.NOT_AT_ALL} | ||
averageEventValue={FEEDBACK_RESULT.AVERAGE} | ||
goodEventValue={FEEDBACK_RESULT.YES} |
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.
On ne pourrait pas mettre des valeurs par défaut ici ?
packages/code-du-travail-frontend/src/outils/common/Feedback/QuestionnaireAdvanced.tsx
Outdated
Show resolved
Hide resolved
packages/code-du-travail-frontend/src/outils/common/Feedback/QuestionnaireAdvanced.tsx
Show resolved
Hide resolved
packages/code-du-travail-frontend/src/outils/IndemniteLicenciement/index.tsx
Outdated
Show resolved
Hide resolved
</Flex> | ||
<RelatedItems items={relatedItems} /> | ||
<Feedback url={router.asPath} /> | ||
{router.asPath !== "/outils/indemnite-licenciement" && ( |
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.
peut être faire un array pour éviter d'avoir une url statique dans le code en mode MY_ARRAY.includes(router.asPath)
packages/code-du-travail-frontend/src/outils/common/Feedback/QuestionnaireAdvanced.tsx
Show resolved
Hide resolved
packages/code-du-travail-frontend/src/outils/common/Feedback/__tests__/ui.ts
Outdated
Show resolved
Hide resolved
🎉 Deployment for commit d5aa0e5 : IngressesDocker images
Debug
|
…ment/index.tsx Co-authored-by: Martial Maillot <[email protected]>
…uestionnaireAdvanced.tsx Co-authored-by: Martial Maillot <[email protected]>
…uestionnaireAdvanced.tsx Co-authored-by: Martial Maillot <[email protected]>
…uestionnaireAdvanced.tsx Co-authored-by: Martial Maillot <[email protected]>
…uestionnaireAdvanced.tsx Co-authored-by: Martial Maillot <[email protected]>
…uestionnaireAdvanced.tsx Co-authored-by: Martial Maillot <[email protected]>
@m-maillot en fait, il n'y avait pas de bug, c'est juste la zone de click de la croix qui est petite. du coup, ce que j'ai fait c'est que je l'ai agrandi |
No description provided.