-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat(eda): filter by column #1217
Merged
Merged
Conversation
This file contains 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
…-click-improvements
& fix: dont open new context menu if $prevent clicks and currentMenu open not already the same one, thus allowing repositioning of same context menu
…-click-improvements
…refresh-outdated-view
…-click-improvements
…refresh-outdated-view
@lars-reimann all should be good to go now! |
I know this last push fits more on the the other PR but was coding on this and then noticed on other branch there are conflicts, so just pushed here. |
…1216-eda-filter-by-column
@lars-reimann this should be ready to merge! |
@SmiteDeluxe Please take a look at the linter failures. |
lars-reimann
pushed a commit
that referenced
this pull request
Sep 25, 2024
## [0.18.0](v0.17.0...v0.18.0) (2024-09-25) ### Features * eda history basic setup ([#1212](#1212)) ([597672b](597672b)), closes [#1211](#1211) * eda refresh outdated view ([#1215](#1215)) ([2295d80](2295d80)), closes [#1214](#1214) * **eda:** filter by column ([#1217](#1217)) ([77ad26c](77ad26c)), closes [#1216](#1216) * integrate version 0.28.0 of the `safe-ds` Python library ([#1237](#1237)) ([1b742e7](1b742e7)) * select path for runner when installing ([#1238](#1238)) ([3d9d4db](3d9d4db)), closes [#1144](#1144) ### Bug Fixes * eda table right click improvements ([#1213](#1213)) ([cf440e3](cf440e3)), closes [#1180](#1180)
🎉 This PR is included in version 0.18.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement 💡
New feature or request
released
Included in a release
vscode 🔨
Issues regarding tools like the VS Code extension
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.
Closes #1216
Summary of Changes
Can now filter rows by columns.
Filters update and retain state. Profiling gets outdated depending on if current History state has profiling. Can get refreshed (that runner method inefficient since calling runner 3 times but not enough time). Tabs get set to outdated appropriately.
WARNING: Includes all other pending PRs, approve those first.