parse-dashboard icon indicating copy to clipboard operation
parse-dashboard copied to clipboard

feat: Select rows in data browser by clicking and dragging mouse cursor over checkboxes

Open AshishBarvaliya opened this issue 1 year ago • 4 comments

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.

AshishBarvaliya avatar Apr 23 '24 19:04 AshishBarvaliya

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.

mtrezza avatar Apr 23 '24 22:04 mtrezza

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

uffizzi-cloud[bot] avatar Apr 24 '24 19:04 uffizzi-cloud[bot]

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.

mtrezza avatar Apr 24 '24 23:04 mtrezza

🎉 This change has been released in version 6.0.0-alpha.3

parseplatformorg avatar Apr 30 '24 21:04 parseplatformorg

🎉 This change has been released in version 6.0.0-beta.1

parseplatformorg avatar May 16 '24 17:05 parseplatformorg