-
Couldn't load subscription status.
- Fork 2
Add filter by substation or VL to contingency list #741
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
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
b470abb
Add filter by substation or VL to contingency list
flomillot f3da51a
Merge branch 'main' into filter-based-contingency-list
flomillot 65e8221
Update translations for contingency list table column labels in Engli…
flomillot ce12ae9
Replace `crypto` import with `node:crypto` and mark `VisualizationPan…
flomillot aed876d
Refactor contingency list filter-related functions to simplify parame…
flomillot 960d90f
Adapt contingency list filters to use `FiltersWithEquipmentTypes` typ…
flomillot 002d49b
Cast values returned by `useWatch` to `unknown` before applying speci…
flomillot 87287ef
Rename `id` to `filterId` in `FilterBasedContingencyList` for clarity…
flomillot 1693f1c
Improve clarity and consistency in `FilterBasedContingencyListVisuali…
flomillot df1ed00
Rename `id` to `filterId` in `selectedEquipmentTypesByFilter` for con…
flomillot 05e2e88
Adjust grid and dialog layout for improved UI responsiveness
flomillot 3c0f304
Fix grid layout in `FilterBasedContingencyListVisualizationPanel`
flomillot 961aafc
Adjust grid container in `ContingencyListFilterBasedForm` for consist…
flomillot 7dfb84d
Fix `shouldDisplayRefreshButton` logic in `FilterBasedContingencyList…
flomillot 353545d
Fix grid layout in `FilterBasedContingencyListVisualizationPanel`
flomillot 90545ad
Fix grid layout in `FilterBasedContingencyListVisualizationPanel`
flomillot f8f6d74
Refactor overlay logic in `FilterBasedContingencyListVisualizationPanel`
flomillot 5136b69
Add warning alert for missing equipments in `FilterBasedContingencyLi…
flomillot c04a50f
Adjust grid margins in `ContingencyListFilterBasedForm` for improved …
flomillot cf1d7ef
Fine-tune grid margins in `ContingencyListFilterBasedForm` for better…
flomillot fca40f5
Enhance `FilterBasedContingencyListVisualizationPanel` functionality …
flomillot 703ef78
Rename `focusOnRowById` to `scrollOnRowById` in `FilterBasedContingen…
flomillot 7023282
Update button layout for missing equipment warning in `FilterBasedCon…
flomillot 5d1f576
Refactor separator row rendering in `FilterBasedContingencyListVisual…
flomillot 38cf1d3
Update `@gridsuite/commons-ui` dependency to v0.132.0 in `package.json`
flomillot 7c794bf
Refactor and enhance UI components in `ContingencyListFilterBasedForm…
flomillot 1f142f0
Ensure separator row is scrolled into 'top' position in `FilterBasedC…
flomillot 8228ea7
Handle nullish values for `name` and `equipmentType` in `contingency-…
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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.
height are width are not correct. Height should be 90vh and width: 50vw.
if not possible keep unscrollableFullHeight and we'll try to fix it in another PR
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.
As said by @thangqp this morning, apparently it's pretty flexible, so I think I will stay like this