Thread: pgAdmin 4 commit: Realtime preference handling for the Dashboards andD
Realtime preference handling for the Dashboards and Debugger. Fixes #3294 Branch ------ master Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f7e43d5e506e65ef75f07fecd3913966cd85baf7 Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com> Modified Files -------------- docs/en_US/release_notes_3_2.rst | 2 +- web/pgadmin/browser/static/js/panel.js | 7 +- web/pgadmin/dashboard/__init__.py | 24 +- web/pgadmin/dashboard/static/css/dashboard.css | 8 +- web/pgadmin/dashboard/static/js/dashboard.js | 547 +++++++++++---------- .../templates/dashboard/database_dashboard.html | 191 ++++--- .../templates/dashboard/server_dashboard.html | 210 ++++---- .../dashboard/tests/test_dashboard_templates.py | 263 ---------- web/pgadmin/static/js/keyboard_shortcuts.js | 11 +- web/pgadmin/tools/debugger/__init__.py | 34 +- web/pgadmin/tools/debugger/static/js/debugger.js | 22 +- web/pgadmin/tools/debugger/static/js/direct.js | 119 +++-- .../tools/debugger/templates/debugger/direct.html | 38 +- 13 files changed, 590 insertions(+), 886 deletions(-)