[pgAdmin][RM6131] Port query tool to React

From: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin][RM6131] Port query tool to React
Date: 2022-03-15 10:29:40
Message-ID: CAM9w-_=7+yaGeh=m=-jo8ZMtqQBVYeyKBFJgarGUU09Ff+w68w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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"

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-03-15 10:31:17 Re: [pgAdmin][RM-7132]: Port Properties collection, Dashboard and SQL panel in React
Previous Message Yogesh Mahajan 2022-03-15 09:42:55 [Patch] - Bug #7059 - pgAdmin throws internal server error for OAuth2 after some random idle time