pgAdmin 4 commit: 1. Add min width to panels. - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: 1. Add min width to panels.
Date
Msg-id E1nhshL-00065c-0T@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
1. Add min width to panels.
2. Fix issues related to New connection in query tool. Also fixed some existing bugs related to this.

refs #6131

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c5ca394cec5bd0fb117a2010eb99c07cef4540bc
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
web/pgadmin/static/js/helpers/Layout.jsx           |   1 +
web/pgadmin/static/js/helpers/ModalProvider.jsx    |  10 +-
web/pgadmin/tools/sqleditor/__init__.py            |  17 +--
.../static/js/components/QueryToolComponent.jsx    | 168 ++++++++++++++-------
4 files changed, 130 insertions(+), 66 deletions(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: Re: [pgAdmin][RM6131] Port query tool to React
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM6131] Port query tool to React