-
Notifications
You must be signed in to change notification settings - Fork 79
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
interactive: change to ListView (1/7) #1788
Conversation
Screenshot or it didn't happen :) |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1788 +/- ##
==========================================
- Coverage 88.92% 88.90% -0.02%
==========================================
Files 260 260
Lines 32088 32080 -8
Branches 4733 4735 +2
==========================================
- Hits 28535 28522 -13
- Misses 2861 2866 +5
Partials 692 692 ☔ View full report in Codecov by Sentry. |
@superlopuh All of the tests have passed for the last couple days, and then randomly this one failed: CI - Python-based Testing / build (3.10) (pull_request why? |
Looks like a bug in the CI, makes sense since PRs on top of this one pass, it happens sometimes, I just restarted it |
Instead of doing a selection list, I have changed it to a list view. This allows us to apply the SAME pass multiple times instead of only being allowed to apply one pass type one time. This is also useful to introduce the condense button functionality (which was difficult to cleanly implement under the SelectionList set up).