pgAdmin 4 commit: 1 Fixed the issue where db connection was getting dis - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: 1 Fixed the issue where db connection was getting dis
Date
Msg-id E1nbeGo-0007oU-9x@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
1 Fixed the issue where db connection was getting disconnected for dashboard, if network is slow.
2 Fixed publication collection node properties issue which was missed during react node porting.
3 Removed unwanted variable from theme style sheet.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8f8adcf71bae6593269c62d2e0f1a42ff68355bf
Author: Pradip Parkale <pradip.parkale@enterprisedb.com>

Modified Files
--------------
.../databases/publications/static/js/publication.js        |  2 +-
.../databases/publications/static/js/publication.ui.js     |  5 +----
web/pgadmin/browser/static/js/panel.js                     | 14 +++++++++++++-
web/pgadmin/browser/static/js/panel_view.jsx               |  1 +
web/pgadmin/dashboard/static/js/Dashboard.jsx              |  4 +++-
web/pgadmin/dashboard/static/js/WelcomeDashboard.jsx       |  2 +-
web/pgadmin/misc/properties/CollectionNodeProperties.jsx   |  4 ++--
web/pgadmin/misc/statistics/static/js/Statistics.jsx       |  1 -
web/pgadmin/static/js/Theme/dark.js                        |  1 -
web/pgadmin/static/js/Theme/high_contrast.js               |  1 -
web/pgadmin/static/js/Theme/standard.js                    |  1 -
web/pgadmin/static/js/components/PgTable.jsx               | 12 +++---------
.../static/js/sqleditor/new_connection_dialog_model.js     |  6 +++++-
13 files changed, 30 insertions(+), 24 deletions(-)


pgadmin-hackers by date:

Previous
From: Pradip Parkale
Date:
Subject: Re: [pgAdmin][RM-7132]: Port Properties collection, Dashboard and SQL panel in React
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Fixed some issues related to z-index and color.