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
9 stars 17 forks source link

Fix: responsiveness for Query History #24

Closed janvi01 closed 10 months ago

janvi01 commented 10 months ago

Describe the bug Currently, we have added a functionality to delete a single history but the icons are not aligned, it is not responsive.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://sql-editor-online.vercel.app/
  2. Click on Run Query.
  3. See Query history container.

Expected behavior Align the elements properly, fix the height, add a vertical scrollbar, and make it responsive for all screens.

Screenshots

Screenshot 2023-10-19 at 12 25 11 PM
killerkc12 commented 10 months ago

@janvi01 I would like to work on this

janvi01 commented 10 months ago

sure, go ahead @killerkc12

janvi01 commented 10 months ago

@killerkc12 any updates?

killerkc12 commented 10 months ago

@janvi01 I have started doing the chages but not completed yet because of some personal reason. By tomorrow I will try to complete.

killerkc12 commented 10 months ago

@janvi01 Please review the attached PR image image