-
Notifications
You must be signed in to change notification settings - Fork 5
Consume network-modification-table renderers from commons-ui #3945
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
Open
flomillot
wants to merge
10
commits into
main
Choose a base branch
from
perf/move-network-modification-renderers
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
7dc74d2
Improve network modifications table rendering performance
flomillot a771305
cleaning
flomillot a5e6c00
Refine renderer documentation for network modification table
flomillot 6c47b85
Consume network-modification-table renderers from commons-ui
flomillot 2ead34d
Revert "Consume network-modification-table renderers from commons-ui"
flomillot e84e0c2
Consume network-modification-table renderers from commons-ui
flomillot a3b8fbb
Merge remote-tracking branch 'origin/main' into perf/move-network-mod…
flomillot 1639d8c
Remove network-modification rename handler
flomillot 7e89dcb
Provide the modifications table rename callback
flomillot 3053293
Rename rename callback in createBaseColumns to onNameChange and refac…
flomillot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
114 changes: 0 additions & 114 deletions
114
...graph/menus/network-modifications/network-modification-table/renderers/cell-renderers.tsx
This file was deleted.
Oops, something went wrong.
82 changes: 0 additions & 82 deletions
82
...aph/menus/network-modifications/network-modification-table/renderers/description-cell.tsx
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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.
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.
🧩 Analysis chain
🌐 Web query:
@gridsuite/commons-ui npm package latest version exports💡 Result:
Latest version (as of today, 2026-05-20) of the NPM package
@gridsuite/commons-uiis 0.210.0 [1]. Exports The package’s top-level entry is index.js / index.d.ts under the package root (i.e., you import from “@gridsuite/commons-ui” to get its main public API) [2]. From the published package contents, the library also ships compiled modules under dist/, including: - dist/hooks/* (e.g., dist/hooks/index.{js,d.ts} and individual hook files) [2] - dist/components/* including dist/components/icons/* [2] Note: the sources retrieved here show the published file structure for the latest version, but they do not explicitly display the package.json “exports” map itself. Therefore, I can’t quote the exact “exports” field mappings without fetching the package.json for 0.210.0 from the registry tarball/metadata.Citations:
🏁 Script executed:
Repository: gridsuite/gridstudy-app
Length of output: 161
🏁 Script executed:
Repository: gridsuite/gridstudy-app
Length of output: 2111
🌐 Web query:
setModificationMetadata@gridsuite/commons-uiexport💡 Result:
I can’t find any authoritative source (within the searched repositories/docs) that documents what “setModificationMetadata” in “@gridsuite/commons-ui” does, nor any exported symbol named setModificationMetadata in that package. The results I located for
@gridsuite/commons-uiare limited to the package listing/metadata and a generic repository README, without showing that specific export or function usage [1][2][3][4]. What I can conclude from evidence: there is a@gridsuite/commons-uinpm package and a gridsuite/commons-ui GitHub repo, but the web-visible excerpts from those pages do not mention setModificationMetadata or “export” for that symbol [1][2][3][4]. If you paste the relevant file(s) or the exact import line you’re using (e.g., the code around “setModificationMetadata … export” or where the compilation error points), I can pinpoint the correct export/function name and the intended usage pattern in commons-ui.Citations:
🏁 Script executed:
Repository: gridsuite/gridstudy-app
Length of output: 124
🏁 Script executed:
Repository: gridsuite/gridstudy-app
Length of output: 198
🌐 Web query:
site:github.com gridsuite/commons-ui setModificationMetadata export💡 Result:
Based on the available documentation and public repositories for the GridSuite project, there is no evidence of a method named setModificationMetadata within the gridsuite/commons-ui library [1][2]. The commons-ui library is primarily a collection of shared components for GridSuite applications [1], and the associated repositories indicate that applications like gridmerge-app, gridexplore-app, and gridstudy-app use this library [2][3][4]. It is possible that the method you are inquiring about may be related to: 1. Custom local implementation within specific GridSuite applications that use commons-ui [2][3][4]. 2. A misunderstanding of library function naming, as setMetadata is a common pattern in various SDKs (such as Google Cloud Storage or general PDF metadata manipulation tools) for managing object properties [5][6][7]. If you are a developer looking to enhance or update components within the GridSuite ecosystem, you may refer to the contribution instructions typically found in the main repository or the specific application repositories [1][2][3][4]. If you have access to the source code for gridsuite/commons-ui, you can verify the existence of specific methods by searching the src directory within the repository directly [1].
Citations:
🏁 Script executed:
Repository: gridsuite/gridstudy-app
Length of output: 77
🌐 Web query:
site:github.com/gridsuite/commons-ui setModificationMetadata💡 Result:
There is no widely recognized standard library, public API, or language feature named setModificationMetadata. It appears to be a specific identifier, likely a function or method name used within a private codebase or a niche software project (such as a specific internal library, for example, gridsuite/commons-ui). Because it is not a standard or publicly documented API, it does not have a general definition. If you encountered this in specific source code, it is recommended to search for the definition within that project's repository.
Citations:
🌐 Web query:
@gridsuite/commons-ui 0.212.0 npm release💡 Result:
As of May 20, 2026, there is no npm release for
@gridsuite/commons-uiversion 0.212.0 [1]. The most recent recorded release for this package is version 0.210.0, which was published on May 13, 2026 [1].Citations:
Build failure:
setModificationMetadatais not exported from@gridsuite/commons-ui.The import on line 24 will cause a TS2724 compilation error because the
setModificationMetadatafunction does not exist in the currently published versions of@gridsuite/commons-ui(latest is 0.210.0). Ensure the companion PR in commons-ui is merged and version 0.212.0 (specified in package.json) is published before this PR can be merged.🧰 Tools
🪛 GitHub Actions: CI / 1_build _ build.txt
[error] 24-24: TypeScript error TS2724: "
@gridsuite/commons-ui" has no exported member named 'setModificationMetadata'. Did you mean 'NetworkModificationMetadata'?🪛 GitHub Actions: CI / build _ build
[error] 24-24: TypeScript error TS2724: "
@gridsuite/commons-ui" has no exported member named 'setModificationMetadata' (suggests 'NetworkModificationMetadata').🪛 GitHub Check: build / build
[failure] 24-24:
'"
@gridsuite/commons-ui"' has no exported member named 'setModificationMetadata'. Did you mean 'NetworkModificationMetadata'?🤖 Prompt for AI Agents