qcrao / bulk-delete-chatGPT

bulk delete chatGPT conversations
https://chatgpt-bulk-delete.qcrao.com
78 stars 15 forks source link

Allow bulk selection by holding shift #20

Closed geveit closed 2 months ago

geveit commented 5 months ago

Hi there,

Thanks for the great extension! I've proposed a small feature to enable selecting multiple checkboxes between the last selection and the current one by holding shift. Your feedback on the pull request would be greatly appreciated.

I also removed a variable "lastChecked" on globals that wasn't being used.

Thanks, Gabriel

qcrao commented 5 months ago

Thank you so much for your pull request and for the thoughtful improvements you’ve suggested! It’s contributions like yours that help enhance our project and make it more user-friendly.

Selecting Checkboxes in Reverse Order: The ability to select checkboxes from bottom to top is a great addition. We can implement this by modifying the existing logic to account for the direction of selection—whether the action starts from the end of the list moving upwards. This can be achieved by comparing the indices of the currently and previously checked checkboxes, and adjusting the selection accordingly.

Version Update to 5.0: I will definitely include the update to version 5.0 as part of this pull request. This version bump reflects the significant enhancements we are incorporating, particularly with the functionalities you've helped introduce.

I am truly grateful for your initiative and support. Please feel free to suggest any more improvements or discuss further enhancements. Looking forward to incorporating these changes and many more, thanks to your help!

Thanks, qcrao

geveit commented 5 months ago

Thanks! The Reverse Order idea is very good, I'll give it a try.

zachpoblete commented 3 months ago

Can this be merged? The version in the Chrome Web Store is already version 5.1.

qcrao commented 3 months ago

Can this be merged? The version in the Chrome Web Store is already version 5.1.

Thanks for attention. I will implement reverse key selection and will merge it later.

qcrao commented 2 months ago

@geveit

I have implemented reserve order multi select and will submit it soon. Thanks for such a good idea.

cc @zachpoblete

zachpoblete commented 2 months ago

It works! Thank you.