pgAdmin 4 commit: 1. Add min width to panels.

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1. Add min width to panels.
Date: 2022-04-22 12:47:43
Message-ID: E1nhshL-00065c-0T@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)toshniwal(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-04-22 12:47:59 Re: [pgAdmin][RM6131] Port query tool to React
Previous Message Aditya Toshniwal 2022-04-22 12:31:49 Re: [pgAdmin][RM6131] Port query tool to React