pgAdmin 4 commit: Fixed following issues for Schema Diff:

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed following issues for Schema Diff:
Date: 2022-09-13 13:44:31
Message-ID: E1oY6DH-0001W7-Rl@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed following issues for Schema Diff:
1) When some option from filter is selected, that particular type should be completely removed from top level result instead of showing identical:0
2) Copy button is missing for Difference SQL
3) Throw error when source & target server versions selected are different
4) In High contrast - Font color for identical turns same as background.
5) In High contrast - Checkbox box column turns same color of row resulting unable to distingiush about selection of item.

refs #6133

Branch
------
master

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

Modified Files
--------------
web/pgadmin/static/js/Theme/dark.js | 3 +-
web/pgadmin/static/js/Theme/high_contrast.js | 3 +-
web/pgadmin/static/js/Theme/standard.js | 3 +-
web/pgadmin/static/js/components/CodeMirror.jsx | 47 ++++++++++++++++++++--
.../static/js/components/ResultGridComponent.jsx | 21 ++++++----
.../schema_diff/static/js/components/Results.jsx | 5 +++
.../static/js/components/SchemaDiffCompare.jsx | 9 +++--
7 files changed, 73 insertions(+), 18 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-09-13 13:44:50 Re: [pgAdmin][patch] Change react-data-grid source in package.json
Previous Message Aditya Toshniwal 2022-09-13 12:25:43 Re: [pgAdmin][patch] Change react-data-grid source in package.json