pgAdmin 4 commit: Schema Diff Improvements:

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Schema Diff Improvements:
Date: 2020-01-13 12:50:06
Message-ID: E1iqzAU-0007sa-Q1@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Schema Diff Improvements:
1. Grid header should be center aligned vertically.
2. Increase the space between object counts.
3. The previous selected objects should not be re-selected on comparison.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d59816054fbf18374119fc1fc502bf2fe2a166c7
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/tools/schema_diff/static/css/schema_diff.css | 5 +++++
web/pgadmin/tools/schema_diff/static/js/schema_diff_ui.js | 15 +++++++++++++--
web/pgadmin/tools/sqleditor/utils/get_column_types.py | 11 +++++------
3 files changed, 23 insertions(+), 8 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2020-01-13 13:33:42 [pgAdmin][RM5000] Logout the inactive session
Previous Message Khushboo Vashi 2020-01-13 10:43:50 Re: Schema Diff UI Improvement