pgAdmin 4 commit: Added support to rename query tool and debugger tabs. - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Added support to rename query tool and debugger tabs.
Date
Msg-id E1kVvXH-0004kE-Vh@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Added support to rename query tool and debugger tabs. Fixes #4230
Fixed an issue where non-closeable tabs are getting closed. Fixes #5923

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c86a3d64fce49ed2e14c8f65b86252ac0fb5afd9
Author: Nikhil Mohite <nikhil.mohite@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_28.rst                  |  2 ++
web/package.json                                   |  2 +-
web/pgadmin/browser/static/js/frame.js             |  2 ++
web/pgadmin/tools/datagrid/static/js/datagrid.js   | 31 +++++++++++++++++++++-
.../datagrid/static/js/datagrid_panel_title.js     |  9 +++++--
web/pgadmin/tools/datagrid/static/js/show_data.js  | 10 +++++--
web/pgadmin/tools/debugger/static/js/debugger.js   | 15 +++++++++++
.../tools/debugger/static/js/debugger_ui.js        | 15 +++++++++++
.../tools/debugger/static/js/debugger_utils.js     | 10 +++++--
web/yarn.lock                                      | 14 ++--------
10 files changed, 90 insertions(+), 20 deletions(-)


pgadmin-hackers by date:

Previous
From: Rahul Shirsat
Date:
Subject: Re: [pgAdmin][RM3318] Download Backup Files
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM5842]: Query history shown out of order