Re: [pgAdmin][RM6131] Port query tool to React

From: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
To: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin][RM6131] Port query tool to React
Date: 2022-03-16 12:24:15
Message-ID: CAM9w-_=pGojP3aG_FY56BNJjZFK1ziOJrZXyVJ1COKtaFtqfpQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

Attached is an updated one with few more improvements and fixes.

On Wed, Mar 16, 2022 at 1:40 PM Aditya Toshniwal <
aditya(dot)toshniwal(at)enterprisedb(dot)com> wrote:

> Please find the attached patch :)
>
> On Wed, Mar 16, 2022 at 12:16 PM Akshay Joshi <
> akshay(dot)joshi(at)enterprisedb(dot)com> wrote:
>
>> Hi Aditya
>>
>> I think you forgot to attach the patch.
>>
>> On Tue, Mar 15, 2022 at 4:00 PM Aditya Toshniwal <
>> aditya(dot)toshniwal(at)enterprisedb(dot)com> wrote:
>>
>>> Hi Hackers,
>>>
>>> Attached is the initial patch that migrates the SQL Editor tool to
>>> React based. Change highlights:
>>> 1. Complete rewrite to React code.
>>> 2. UI improvements based on suggestions and requests.
>>> 3. Work towards stability and performance improvement.
>>> 4. Keep row numbers in view when scrolling horizontally. Fixes #3989
>>> 5. Fixed status bar at the bottom with useful details. Fixes #3253
>>> 6. Relocate GIS Viewer Button to the Left Side of Results Table. Fixed
>>> #6830
>>> 7. Allow to remove single history records. Refs #4113
>>> 8. Macros usability improvements. Ref #6969
>>> 9. Connection bar visibility issue. Fixes #7188
>>> 10. Query tool layout issues. Fixes #6725
>>>
>>> Please note, there are still few minor niggles at some places but the
>>> patch qualified to be reviewed. We will need a good amount of time to test
>>> this properly. So, I am sending the feature patch. JS test cases and
>>> documentation patches will follow soon.
>>>
>>> Please review.
>>>
>>> [image: image.png]
>>> --
>>> Thanks,
>>> Aditya Toshniwal
>>> pgAdmin Hacker | Software Architect | *edbpostgres.com*
>>> <http://edbpostgres.com>
>>> "Don't Complain about Heat, Plant a TREE"
>>>
>>
>>
>> --
>> *Thanks & Regards*
>> *Akshay Joshi*
>> *pgAdmin Hacker | Principal Software Architect*
>> *EDB Postgres <http://edbpostgres.com>*
>>
>> *Mobile: +91 976-788-8246*
>>
>
>
> --
> Thanks,
> Aditya Toshniwal
> pgAdmin Hacker | Software Architect | *edbpostgres.com*
> <http://edbpostgres.com>
> "Don't Complain about Heat, Plant a TREE"
>

--
Thanks,
Aditya Toshniwal
pgAdmin Hacker | Software Architect | *edbpostgres.com*
<http://edbpostgres.com>
"Don't Complain about Heat, Plant a TREE"

Attachment Content-Type Size
RM6131_v2.patch application/octet-stream 1.4 MB

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Reggie S Smith 2022-03-16 20:07:45 PostgreSQL
Previous Message Aditya Toshniwal 2022-03-16 08:10:47 Re: [pgAdmin][RM6131] Port query tool to React