parse-dashboard
parse-dashboard copied to clipboard
feat: Select rows in data browser by clicking and dragging mouse cursor over checkboxes
New Pull Request Checklist
- [x] I am not disclosing a vulnerability.
- [x] I am creating this PR in reference to an issue.
Issue Description
Select rows by pressing and dragging cursor over checkboxes
Closes: #2546
Approach
Implemented the feature by simply using the mousedown, mouseup, and mouseover events on the checkbox tag.
Thanks for opening this pull request!
- 🎉 We are excited about your hands-on contribution!
I'm surprised there is no preview environment. Let's see how long this takes, or whether it's a bug.
Uffizzi Ephemeral Environment deployment-50797
:watch: Updated Apr 24, 2024, 19:39 UTC
:cloud: https://app.uffizzi.com/github.com/parse-community/parse-dashboard/pull/2548
:page_facing_up: View Application Logs etc.
What is Uffizzi? Learn more
Very nicely done! Just one more thing if you don't mind: could you make the whole cell with the checkbox clickable, instead of only the checkbox? Because the checkbox itself is quite small and a click in the rest of the cell around the checkbox doesn't do anything, so we have a lot of unused space. That would greatly improve usability when selecting a row.
🎉 This change has been released in version 6.0.0-alpha.3
🎉 This change has been released in version 6.0.0-beta.1