pgAdmin 4 commit: Theme component usage has been fixed, a component sho - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Theme component usage has been fixed, a component sho
Date
Msg-id E1o6qnA-0005O2-6d@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Theme component usage has been fixed, a component should never be wrapped in multiple Theme components.

Branch
------
master

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

Modified Files
--------------
web/pgadmin/browser/static/js/node_view.jsx        | 39 ++++++-----
web/pgadmin/static/js/SchemaView/index.jsx         | 17 ++---
web/pgadmin/static/js/helpers/ModalProvider.jsx    | 58 ++++++++--------
.../js/components/sections/GraphVisualiser.jsx     | 81 +++++++++++-----------
4 files changed, 94 insertions(+), 101 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin 4 v6.11 Released
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][patch] Theme component usage fix