pgAdmin 4 commit: Improve the explain plan details by showing popup ins

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Improve the explain plan details by showing popup ins
Date: 2021-01-12 11:13:38
Message-ID: E1kzHcI-0000MR-KX@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Improve the explain plan details by showing popup instead of tooltip on clicking of the specified node. Fixes #5488

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6589f82e777e2adef1433c9859121c98a029f1eb
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/images/query_output_explain_details.png | Bin 179156 -> 213690 bytes
docs/en_US/images/query_toolbar_explain.png | Bin 173583 -> 195038 bytes
docs/en_US/query_tool.rst | 10 +-
docs/en_US/release_notes_4_30.rst | 1 +
web/pgadmin/misc/static/explain/js/explain.js | 110 ++++++++-------------
.../misc/static/explain/js/explain_statistics.js | 46 ++++-----
web/pgadmin/misc/static/explain/scss/_explain.scss | 25 ++++-
web/pgadmin/static/scss/_bootstrap.overrides.scss | 1 +
.../misc/explain/explain_statistics_spec.js | 60 ++++-------
9 files changed, 106 insertions(+), 147 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-01-12 11:15:35 Re: [pgAdmin][RM5488] Tooltip information does not display properly if user check all options under explain analyze
Previous Message Aditya Toshniwal 2021-01-12 10:38:03 Re: [pgAdmin][RM5488] Tooltip information does not display properly if user check all options under explain analyze