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

fix(multiple): le bouton retour apparait tout le temps #2324

Merged
merged 2 commits into from
Nov 24, 2023

Conversation

Naorid
Copy link
Contributor

@Naorid Naorid commented Nov 17, 2023

No description provided.

@Naorid Naorid force-pushed the feat/UNJ1S-1789-bouton-retour-apparait-tout-le-temps branch 3 times, most recently from 5e61b7e to d3796b7 Compare November 20, 2023 09:31
@Naorid Naorid marked this pull request as ready for review November 20, 2023 15:31
@Naorid Naorid force-pushed the feat/UNJ1S-1789-bouton-retour-apparait-tout-le-temps branch from d3796b7 to 3bbcc61 Compare November 20, 2023 16:25
@gmoocto gmoocto self-assigned this Nov 21, 2023
@@ -25,7 +25,7 @@ export function ErrorLayout(props: React.PropsWithChildren<ErrorLayoutProps>) {
<div>
{children}
<div className={styles.buttonWrapper}>
<BackButton aria-label="Retourner à la page précédente" label="Retourner à la page précédente" appearance="primary" className={styles.backButton}/>
<BackButton alwaysDisplay={true} aria-label="Retourner à la page précédente" label="Retourner à la page précédente" appearance="primary" className={styles.backButton}/>
Copy link
Contributor

Choose a reason for hiding this comment

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

À la lecture du code, j'ai un peu de mal à voir pourquoi on a besoin d'un alwaysDisplay 🤔

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Pour la page d'erreur je trouvais ca pertinent d'avoir tout le temps le bouton 🤷

Copy link
Contributor

@gmoocto gmoocto left a comment

Choose a reason for hiding this comment

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

Enlever le alwaysDIsplay

@Naorid Naorid force-pushed the feat/UNJ1S-1789-bouton-retour-apparait-tout-le-temps branch from 636b227 to 2e6aaae Compare November 23, 2023 16:17
@Naorid Naorid merged commit 5997793 into main Nov 24, 2023
6 checks passed
@Naorid Naorid deleted the feat/UNJ1S-1789-bouton-retour-apparait-tout-le-temps branch November 24, 2023 09:42
Naorid added a commit that referenced this pull request Nov 27, 2023
* fix(multiple): le bouton retour apparait tout le temps

* fix: retour review
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.

2 participants