-
Notifications
You must be signed in to change notification settings - Fork 4
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
[POC] Report tree - Rich tree view #2379
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: TOURI ANIS <[email protected]>
@@ -7,16 +7,17 @@ | |||
"dependencies": { | |||
"@emotion/react": "^11.11.4", | |||
"@emotion/styled": "^11.11.5", | |||
"@gridsuite/commons-ui": "0.70.0", | |||
"@gridsuite/commons-ui": "file:../commons-ui/gridsuite-commons-ui-0.70.0.tgz", |
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.
to clean ?
@@ -67,7 +67,7 @@ export const QuickSearch: React.FC<QuickSearchProps> = ({ | |||
value={searchTerm} | |||
onChange={(event: React.ChangeEvent<HTMLInputElement>) => onChange(event.target.value)} | |||
onKeyDown={handleKeyDown} | |||
placeholder={intl.formatMessage({ id: 'searchPlaceholder' })} | |||
placeholder={intl.formatMessage({ id: 'searchPlaceholderLog' })} |
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.
why do you have this change ?
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.
I think it's an issue with merging into main
@@ -1399,7 +1399,8 @@ | |||
"startStateEstmationError": "An error occurred while launching the state estimation", | |||
"stateEstimationError": "An error occurred when executing the state estimation", | |||
"NoFilter": "No filter", | |||
"searchPlaceholder": "Search in Logs", | |||
"searchPlaceholder": "Search", | |||
"searchPlaceholderLog": "Search in Logs", |
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.
Same remark, you shouldn't have these changes
@@ -1398,7 +1398,8 @@ | |||
"startStateEstimationError": "Une erreur est survenue lors du lancement de l'estimation d'état", | |||
"stateEstimationError": "Une erreur est survenue lors de l'exécution de l'estimation d'état", | |||
"NoFilter": "Aucun filtre", | |||
"searchPlaceholder": "Rechercher dans les Logs", | |||
"searchPlaceholder": "Recherche", | |||
"searchPlaceholderLog": "Rechercher dans les Logs", |
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.
Same remark, you shouldn't have these changes
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.
This commit needs to be removed from this PR "Fix wording in search placeholder"
No description provided.