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

[MISSIONS/ACTION] Garder le formulaire des actions ouverts même si on change de fenêtre #1461

Merged
merged 8 commits into from
Jun 20, 2024

Conversation

maximeperraultdev
Copy link
Collaborator

@maximeperraultdev maximeperraultdev commented Jun 13, 2024

@maximeperraultdev maximeperraultdev changed the title [feat] keep form open when switching tab [feat] Garder le formulaire des actions ouverts même si on change de fenêtre Jun 14, 2024
@@ -59,33 +58,26 @@ export function ActionForm({ currentActionIndex, setCurrentActionIndex }: Action
return (
<FormWrapper>
<ControlForm
key={actionIdField.value}
Copy link
Collaborator

Choose a reason for hiding this comment

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

il faut laisser les key sinon ça pose des problèmes quand tu as plusieurs actions du même type

@@ -55,13 +55,13 @@ import {
import { ActionTheme } from '../Themes/ActionTheme'

export function ControlForm({
currentActionIndex,
currentActionId,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Alors je suis d'accord que c'est l'id, mais c'est aussi l'index du tableau des différentes actions, je trouve ça plus clair de laisser la notion d'index, parce que je trouve que setCurrentActionId ne reflète pas la réalite. On en modifie pas l'id de l'action "courante" mais bien l'index dans la liste des actions.

@maximeperraultdev maximeperraultdev changed the title [feat] Garder le formulaire des actions ouverts même si on change de fenêtre [MISSIONS/ACTION] Garder le formulaire des actions ouverts même si on change de fenêtre Jun 15, 2024
@maximeperraultdev maximeperraultdev force-pushed the maxime/feat/1187/garder_formulaire_ouvert branch 3 times, most recently from 0844ec8 to 34ccd3d Compare June 18, 2024 08:24
Valider l&apos;infraction
</Button>
</ButtonContainer>
</FormWrapper>
)

function isInfractionFormInvalid(errorsForm: FormikErrors<Mission>) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

on a pas l'habitude de mettre les fonctions après le return, j'ai peur que ça devienne un peu le bazar si on fait pas tous pareil. on va se retrouver avec des fichiers qui n'ont pas la même structure et ça risque de devenir vite un enfer

@@ -27,7 +30,9 @@ export function useSyncFormValuesWithRedux(isAutoSaveEnabled: boolean) {

const isFormDirty = isMissionFormDirty()

dispatch(missionFormsActions.setMission({ engagedControlUnit, isFormDirty, missionForm: newValues }))
dispatch(
Copy link
Collaborator

Choose a reason for hiding this comment

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

je trouve ca étrange d'aller récupérer la donnée pour la réinjecter telle qu'elle. On ne peut pas simplement ne pas passer la donnée?

@maximeperraultdev maximeperraultdev force-pushed the maxime/feat/1187/garder_formulaire_ouvert branch from 80d96c6 to 8629dae Compare June 20, 2024 07:34
@maximeperraultdev maximeperraultdev merged commit fe44f9d into main Jun 20, 2024
21 checks passed
@maximeperraultdev maximeperraultdev deleted the maxime/feat/1187/garder_formulaire_ouvert branch June 20, 2024 09:22
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.

[Mission] - Garder ouverts les formulaires d'actions (et infractions) pendant la navigation
3 participants