pgadmin4/web/pgadmin/tools/schema_diff
Nikhil Mohite 3983e2c13c Fix the following issues for High Contrast Theme:
1) Schema diff compare button icon is not visible on hover.
  2) Schema diff for identical section text is not readable due to the same color as the background.
  3) Removed extra variables used for set text color for explain - Analysis section (Issue related dark theme.). 
  4) Issue related to the disabled toggle button.

refs #5653
2020-07-20 15:12:46 +05:30
..
static Fix the following issues for High Contrast Theme: 2020-07-20 15:12:46 +05:30
templates/schema_diff Improvements in the UI for both default and dark themes. Fixes #5133 2020-02-24 14:11:00 +05:30
tests Fixed an issue where schema diff marks an identical table as different. Fixes #5350 2020-04-20 18:04:16 +05:30
__init__.py Fixed following SoanrQube issues 2020-07-16 19:39:55 +05:30
compare.py Fixed following SoanrQube issues 2020-07-16 19:39:55 +05:30
directory_compare.py Fixed code smell 'Functions, methods, and lambdas should not have too many parameters' reported by SonarQube. 2020-07-07 19:39:06 +05:30
model.py Added and fixed gettext usage for better translation coverage. Fixes #5284 2020-03-24 11:14:05 +05:30
node_registry.py Added Schema Diff tool to compare two schemas and generate the difference script. 2020-01-10 15:42:09 +05:30