pgAdmin 4 commit: Fixed following issues for Schema Diff: - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed following issues for Schema Diff:
Date
Msg-id E1oY6DH-0001W7-Rl@gothos.postgresql.org
Whole thread Raw
List 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
insteadof 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.mohite@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: Re: [pgAdmin][patch] Change react-data-grid source in package.json
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][patch] Change react-data-grid source in package.json