pgAdmin 4 commit: Port View node to react. Fixes #6637 - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Port View node to react. Fixes #6637
Date
Msg-id E1mOExC-0003wq-72@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Port View node to react. Fixes #6637

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d9cfbf592eb805b6208d07a34f1f472e32dd2c01
Author: Nikhil Mohite <nikhil.mohite@enterprisedb.com>

Modified Files
--------------
.../databases/schemas/views/static/js/view.js      |  21 ++-
.../databases/schemas/views/static/js/view.ui.js   | 186 +++++++++++++++++++++
web/pgadmin/static/js/SchemaView/FormView.jsx      |   9 +-
web/pgadmin/static/js/SchemaView/MappedControl.jsx |   7 +-
web/pgadmin/static/js/SchemaView/index.jsx         |  18 ++
.../static/js/components/FormComponents.jsx        |  16 +-
.../schema_ui_files/event_trigger.ui.spec.js       |   9 +
.../javascript/schema_ui_files/view.ui.spec.js     | 134 +++++++++++++++
8 files changed, 388 insertions(+), 12 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Fixed minor issue with merging
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Integer and Numeric inputs fixes.