pgAdmin 4 commit: 1 Fixed the issue where db connection was getting dis

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1 Fixed the issue where db connection was getting dis
Date: 2022-04-05 08:10:34
Message-ID: E1nbeGo-0007oU-9x@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)parkale(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-04-05 08:59:16 pgAdmin 4 commit: Fixed some issues related to z-index and color.
Previous Message Pradip Parkale 2022-04-05 07:32:55 Re: [pgAdmin][RM-7132]: Port Properties collection, Dashboard and SQL panel in React