Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
9d251fb
rm SubstationCreationDialog and use commons-ui
dbraquart Jan 26, 2026
33e775d
pass useName redux state
dbraquart Jan 27, 2026
15020a7
add hook useStudyContext
dbraquart Jan 27, 2026
0249011
Merge branch 'main' into dbraquart/use-substation-creation-from-commo…
dbraquart Jan 27, 2026
35c4c26
add language (to translate countries)
dbraquart Jan 27, 2026
57246d6
clean: use TOOLTUP_DELAY from commons-ui
dbraquart Jan 27, 2026
188f463
clean: use FetchStatus from commons-ui
dbraquart Jan 27, 2026
928f7dc
clean: use fetchNetworkElementInfos from commons-ui
dbraquart Jan 28, 2026
c290171
clean: use former input-hooks from commons-ui
dbraquart Jan 28, 2026
720296b
clean: use NameOrId functions from commons-ui
dbraquart Jan 28, 2026
12a6ace
clean: use NetworkModificationData/removeNullFields from commons-ui
dbraquart Jan 28, 2026
7868f43
clean: use country-selection-input from commons-ui
dbraquart Jan 28, 2026
9de0de6
clean: use expandable-input from commons-ui
dbraquart Jan 28, 2026
b8c8d97
clean: use useOpenShortWaitFetching from commons-ui
dbraquart Jan 28, 2026
8d931ee
clean: use modificationDialog and useFormSearchCopy from commons-ui
dbraquart Jan 29, 2026
723574e
clean: use FORM_LOADING_DELAY from commons-ui
dbraquart Jan 29, 2026
6b1b2c2
clean: use useSearchMatchingEquipments from commons-ui
dbraquart Jan 29, 2026
a97e9f4
clean: searchEquipmentsInfos moved to commons-ui
dbraquart Jan 29, 2026
9d487d1
clean: use dialog-utils from commons-ui
dbraquart Jan 29, 2026
54dc808
clean: use common/properties from commons-ui
dbraquart Jan 29, 2026
f64663c
clean: use translations from commons-ui
dbraquart Jan 29, 2026
869de76
Merge remote-tracking branch 'origin/main' into dbraquart/use-substat…
dbraquart Jan 29, 2026
c760818
clean: redo vsc-creation after merge (conflicts)
dbraquart Jan 29, 2026
110bb9b
apply country language fix everywhere needed
dbraquart Jan 30, 2026
e0d8155
Merge remote-tracking branch 'origin/main' into dbraquart/use-substat…
dbraquart Jan 30, 2026
9400c0b
clean: use ts-utils from commons-ui
dbraquart Jan 30, 2026
0a5eddd
Merge branch 'main' into dbraquart/use-substation-creation-from-commo…
dbraquart Feb 3, 2026
6454bd3
update with new definition of type EquipmentInfosTypes
dbraquart Feb 3, 2026
80d94af
Merge remote-tracking branch 'origin/main' into dbraquart/use-substat…
dbraquart Feb 3, 2026
5d18916
clean: redo shunt-compensator after merge (conflicts)
dbraquart Feb 3, 2026
dd1ca93
clean: use fetchNetworkModification from commons-ui
dbraquart Feb 3, 2026
7b299d1
Merge branch 'main' into dbraquart/use-substation-creation-from-commo…
dbraquart Feb 3, 2026
5a6f6e1
rev remark: add fetch error header
dbraquart Feb 3, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/components/app-wrapper.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ import {
treeviewFinderFr,
useUniqueNameValidationEn,
useUniqueNameValidationFr,
csvEn,
csvFr,
} from '@gridsuite/commons-ui';
import { IntlProvider } from 'react-intl';
import { BrowserRouter } from 'react-router';
Expand Down Expand Up @@ -418,6 +420,7 @@ const messages = {
...backend_locale_en,
...dynamic_mapping_models_en,
...csv_locale_en,
...csvEn,
...filter_locale_en,
...menu_locale_en,
...table_locale_en,
Expand Down Expand Up @@ -460,6 +463,7 @@ const messages = {
...backend_locale_fr,
...dynamic_mapping_models_fr,
...csv_locale_fr,
...csvFr,
...filter_locale_fr,
...menu_locale_fr,
...table_locale_fr,
Expand Down
2 changes: 1 addition & 1 deletion src/components/dialogs/commons/basicModificationDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import { FormattedMessage } from 'react-intl';
import { Button } from '@mui/material';
import { ModificationDialogContent, ModificationDialogContentProps } from './modification-dialog-content';
import { ModificationDialogContent, ModificationDialogContentProps } from '@gridsuite/commons-ui';

Check failure on line 10 in src/components/dialogs/commons/basicModificationDialog.tsx

View workflow job for this annotation

GitHub Actions / build / build

Module '"@gridsuite/commons-ui"' has no exported member 'ModificationDialogContentProps'.

Check failure on line 10 in src/components/dialogs/commons/basicModificationDialog.tsx

View workflow job for this annotation

GitHub Actions / build / build

Module '"@gridsuite/commons-ui"' has no exported member 'ModificationDialogContent'.

export type BasicModificationDialogProps = Omit<ModificationDialogContentProps, 'closeAndClear' | 'submitButton'> & {
disabledSave?: boolean;
Expand Down
43 changes: 0 additions & 43 deletions src/components/dialogs/commons/handle-modification-form.ts

This file was deleted.

107 changes: 0 additions & 107 deletions src/components/dialogs/commons/modification-dialog-content.tsx

This file was deleted.

91 changes: 0 additions & 91 deletions src/components/dialogs/commons/modificationDialog.tsx

This file was deleted.

94 changes: 0 additions & 94 deletions src/components/dialogs/commons/use-form-search-copy.ts

This file was deleted.

Loading
Loading