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

2022-09-06 Thread Akshay Joshi
Thanks, the patch applied. On Tue, Sep 6, 2022 at 5:32 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > 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 > consisten

pgAdmin 4 commit: Port the remaining components of the ERD Tool to Reac

2022-09-06 Thread Akshay Joshi
Port the remaining components of the ERD Tool to React. Fixes #7343 1. Make use of MUI styles and remove SCSS. 2. Use the new common components for buttons and tooltips, so that they are consistent. 3. UI design should be aligned with the query tool. 4. Remove tippyjs and Alertify dependencies.

pgAdmin 4 commit: Moved the feature_tests folder into the regression fo

2022-09-06 Thread Akshay Joshi
Moved the feature_tests folder into the regression folder. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1d0ac0f7dc3567634ebbccb0557bdaa181adcaaf Modified Files -- web/pgadmin/utils/route.py | 8 ++- .