janvi01 / sql-editor

A web-based application that provides a SQL editor to run queries and display results.
https://sql-editor-online.vercel.app/
MIT License
10 stars 17 forks source link

Feat: Add a single history delete functionality #9

Closed janvi01 closed 12 months ago

janvi01 commented 1 year ago

Is your feature request related to a problem? Please describe. Currently, the user is able to delete all history at once. There should be a way to delete a single history at a time.

Screenshot 2023-10-12 at 12 20 45 PM

Describe the solution you'd like Add a delete button beside each history row and onclick it should delete that particular history. This can be done using a map and assigning a unique key to every history.

killerkc12 commented 1 year ago

@janvi01 I like to work on this. Please assign to me

janvi01 commented 1 year ago

Assigned @killerkc12 feel free to ask any doubts.

killerkc12 commented 1 year ago

@janvi01 #12 Kindly review the PR