[pgAdmin][RM7343] Revisit ERD tool for required React changes

From: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin][RM7343] Revisit ERD tool for required React changes
Date: 2022-09-06 11:58:34
Message-ID: CAM9w-_nr_o1RvK5xbPHUxYZdZgA_XzeXdAQR5XiWr6wLdGCJDw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Hackers,

Attached patch updates the ERD code to:
1. Use MUI styles and remove SCSS.
2. Use the new common components for buttons and tooltips, to make it
consistent.
3. Update UI design to match it with the query tool.
4. Remove Alertify and tippyjs dependency.

Please review.

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

Attachment Content-Type Size
RM7343.patch application/octet-stream 2.3 MB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-09-06 12:40:10 pgAdmin 4 commit: Port the remaining components of the ERD Tool to Reac
Previous Message Akshay Joshi 2022-09-06 08:29:41 pgAdmin 4 commit: Moved the feature_tests folder into the regression fo