pgAdmin 4 commit: 1. Resolved resize window issue for DDL result panel.

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1. Resolved resize window issue for DDL result panel.
Date: 2022-09-08 10:01:52
Message-ID: E1oWEM4-0000hw-JG@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1. Resolved resize window issue for DDL result panel.
2. Updated the Screenshots.
3. Updated server group title to bold.

refs #6133

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0c9c57e6080b8a73ed73edf66abde8dab0852d18
Author: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/images/schema_diff_DDL_comparison.png | Bin 306653 -> 280401 bytes
docs/en_US/images/schema_diff_compare_button.png | Bin 100443 -> 103674 bytes
.../images/schema_diff_comparison_results.png | Bin 281885 -> 344380 bytes
docs/en_US/images/schema_diff_dialog.png | Bin 119106 -> 126434 bytes
docs/en_US/images/schema_diff_filter_option.png | Bin 127109 -> 126429 bytes
docs/en_US/schema_diff.rst | 2 +
.../static/js/components/FormComponents.jsx | 1 +
.../static/js/components/PgReactDataGrid.jsx | 2 +-
.../static/js/components/ResultGridComponent.jsx | 59 ++++++------
.../schema_diff/static/js/components/Results.jsx | 105 ++++++++++-----------
.../static/js/components/SchemaDiffCompare.jsx | 39 ++++----
.../static/js/components/SchemaDiffComponent.jsx | 35 ++-----
.../javascript/schema_diff/schema_diff_spec.js | 3 -
13 files changed, 109 insertions(+), 137 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-09-08 10:02:22 Re: Bug #7656 - Query Tool JSON Results, dblclk popup - textarea does not resize with dialog
Previous Message Akshay Joshi 2022-09-08 09:47:21 pgAdmin 4 commit: Remove Alertify from pgAdmin completely. Fixes #7619