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

[POC] Report tree - Rich tree view #2379

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Meklo
Copy link
Contributor

@Meklo Meklo commented Nov 6, 2024

No description provided.

@Meklo Meklo changed the title [POC} Report tree - Rich tree view [POC] Report tree - Rich tree view Nov 6, 2024
@@ -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",
Copy link
Contributor

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' })}
Copy link
Contributor

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 ?

Copy link
Contributor

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",
Copy link
Contributor

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",
Copy link
Contributor

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

Copy link
Contributor

@anistouri anistouri left a 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"

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