Overhaul the layout saving code so it includes the Query Tool and Debugger, and 
stores the layout when change events are detected rather than (unreliably) on 
exit. Fixes #4084

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_4.rst                   |   1 +
web/package.json                                   |   2 +-
web/pgadmin/browser/static/js/browser.js           |  71 ++++++-----
web/pgadmin/browser/static/js/node.js              |   1 +
web/pgadmin/browser/static/js/panel.js             |   6 +-
web/pgadmin/settings/__init__.py                   |  15 ++-
web/pgadmin/tools/datagrid/__init__.py             |   6 +-
.../tools/datagrid/templates/datagrid/index.html   |   3 +-
web/pgadmin/tools/debugger/__init__.py             |   6 +-
web/pgadmin/tools/debugger/static/js/direct.js     |  45 ++++---
.../tools/debugger/templates/debugger/direct.html  |   2 +-
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 131 ++++++++++++---------
web/regression/python_test_utils/test_utils.py     |   6 +-
web/yarn.lock                                      |   4 +-
14 files changed, 168 insertions(+), 131 deletions(-)

Reply via email to