-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add dropdown with actions buttons for selected items inside DataTable #902
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #902 +/- ##
=======================================
Coverage 68.34% 68.34%
=======================================
Files 62 62
Lines 3921 3921
=======================================
Hits 2680 2680
Misses 1241 1241 |
datalab Run #2513
Run Properties:
|
Project |
datalab
|
Run status |
Passed #2513
|
Run duration | 06m 47s |
Commit |
6dde13dff8 ℹ️: Merge e4d17459c946a423a5454a024ffb3c7301c775b6 into 65a2660c66e8593b85db8997ac3e...
|
Committer | Benjamin Charmes |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
396
|
831bf85
to
d17d5e8
Compare
Hey @jdbocarsly, |
f72c8bb
to
e18d1a1
Compare
e18d1a1
to
05cfe28
Compare
1cc6919
to
3eeb595
Compare
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.
Styling looks great! just a few minor changes
3eeb595
to
7ecd1ab
Compare
281b311
to
7449cd3
Compare
Add dropdown actions buttons for selected items inside DataTable Fix e2e cypress test to work with dropdown Fix e2e cypress test to work with dropdown Add dropdown actions buttons for selected items inside DataTable
Fix e2e cypress test to work with dropdown
Add a few minor changes
7449cd3
to
b622d28
Compare
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.
Looks great to me, thanks @BenjaminCharmes! It looks like you've incorporated all Josh's changes so I'm happy to merge once after adding one tiny change
@@ -318,6 +319,7 @@ describe.only("Advanced sample creation features", () => { | |||
// Visit collections page and look for 'test_collection' | |||
cy.visit("/collections"); | |||
// Visit edit page of collection and check that the sample is there | |||
cy.get('[data-testid="search-input"]').type("test_collection"); |
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.
Ah I now see what you meant the other day, this is a nice solution!
Closes #897
This PR refactors the "Add to Collection" and "Delete Selected" actions into a PrimeVue SplitButton dropdown.
Also add a small fix to make cypress e2e tests work with dropdown.