pgAdmin 4 commit: Fixes some issues and improves the PgTable component.

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixes some issues and improves the PgTable component.
Date: 2022-04-05 06:47:37
Message-ID: E1nbcyX-0005zj-Rt@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixes some issues and improves the PgTable component.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=953a9d7fd104b63b53962111ee56d24a32caf0a7
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/dashboard/static/js/Dashboard.jsx | 18 +++++++--------
.../misc/dependencies/static/js/Dependencies.jsx | 11 ++++-----
.../misc/dependents/static/js/Dependents.jsx | 11 ++++-----
.../misc/properties/CollectionNodeProperties.jsx | 20 +++++++---------
.../misc/statistics/static/js/Statistics.jsx | 11 ++++-----
.../static/js/components/EmptyPanelMessage.jsx | 27 ++++++++++++++++++++++
web/pgadmin/static/js/components/PgTable.jsx | 21 ++++++++---------
7 files changed, 67 insertions(+), 52 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-04-05 06:52:11 Re: [pgAdmin][patch] Improvements in PgTable component
Previous Message Aditya Toshniwal 2022-04-05 06:23:51 Re: [pgAdmin][patch] Improvements in PgTable component