pgAdmin 4 commit: Makes some improvements/restructurings to the PgTable - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Makes some improvements/restructurings to the PgTable
Date
Msg-id E1nbMti-0000V9-V4@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Makes some improvements/restructurings to the PgTable component.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4fff26c571e52270549ca14a8834c28f3e826a1c
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
web/pgadmin/dashboard/static/js/ActiveQuery.ui.js  |   4 -
web/pgadmin/dashboard/static/js/Dashboard.jsx      |  58 ++--
web/pgadmin/static/js/Theme/dark.js                |   1 +
web/pgadmin/static/js/Theme/high_contrast.js       |   1 +
web/pgadmin/static/js/Theme/standard.js            |   2 +-
web/pgadmin/static/js/components/PgTable.jsx       | 357 +++++++++++----------
.../tools/grant_wizard/static/js/GrantWizard.jsx   |   1 +
7 files changed, 229 insertions(+), 195 deletions(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: [pgAdmin][patch] Improvements in PgTable component
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][patch] Improvements in PgTable component