chore: move load creation form to commons UI#1040
Merged
TheMaskedTurtle merged 25 commits intomainfrom Mar 19, 2026
Merged
Conversation
Signed-off-by: David BRAQUART <david.braquart@rte-france.com>
Signed-off-by: David BRAQUART <david.braquart@rte-france.com>
Signed-off-by: David BRAQUART <david.braquart@rte-france.com>
Signed-off-by: David BRAQUART <david.braquart@rte-france.com>
…odification-forms-to-commons-ui # Conflicts: # src/components/dialogs/customMuiDialog/CustomMuiDialog.tsx
Signed-off-by: David BRAQUART <david.braquart@rte-france.com>
Signed-off-by: David BRAQUART <david.braquart@rte-france.com>
c231b8d to
7c936c3
Compare
…ting the VL id) Signed-off-by: David BRAQUART <david.braquart@rte-france.com>
Signed-off-by: David BRAQUART <david.braquart@rte-france.com>
Signed-off-by: David BRAQUART <david.braquart@rte-france.com>
Signed-off-by: David BRAQUART <david.braquart@rte-france.com>
Signed-off-by: David BRAQUART <david.braquart@rte-france.com>
Signed-off-by: David BRAQUART <david.braquart@rte-france.com>
5f83ba8 to
315ea03
Compare
achour94
reviewed
Mar 17, 2026
src/components/network-modifications/load/common/LoadDialogHeader.tsx
Outdated
Show resolved
Hide resolved
src/components/network-modifications/load/common/LoadDialogTabsContent.tsx
Outdated
Show resolved
Hide resolved
src/components/network-modifications/common/connectivity/ConnectivityForm.tsx
Show resolved
Hide resolved
src/components/network-modifications/common/connectivity/BranchConnectivityForm.tsx
Show resolved
Hide resolved
…odification-forms-to-commons-ui # Conflicts: # src/components/inputs/reactHookForm/numbers/IntegerInput.tsx # src/components/network-modifications/index.ts # src/components/network-modifications/voltage-level/index.ts # src/utils/constants/fieldConstants.ts
Signed-off-by: David BRAQUART <david.braquart@rte-france.com>
Signed-off-by: David BRAQUART <david.braquart@rte-france.com>
Signed-off-by: David BRAQUART <david.braquart@rte-france.com>
achour94
approved these changes
Mar 19, 2026
Signed-off-by: David BRAQUART <david.braquart@rte-france.com>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




PR Summary
The initial need is to move LoadForm component from study-app to commons-ui, to be able to use it in both study-app and explore-app (cf composite modification edition).
We also have to move common components such as connectivity, measurements and setpoints.