pgAdmin 4 commit: Makes some improvements/restructurings to the PgTable

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Makes some improvements/restructurings to the PgTable
Date: 2022-04-04 13:37:34
Message-ID: E1nbMti-0000V9-V4@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)toshniwal(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-04-04 13:37:56 Re: [pgAdmin][patch] Improvements in PgTable component
Previous Message Aditya Toshniwal 2022-04-04 13:24:57 [pgAdmin][patch] Improvements in PgTable component