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

From Akshay Joshi
Subject pgAdmin 4 commit: Port Types node to react. Fixes #6602
Date
Msg-id E1mOExC-0003y5-H4@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Port Types node to react. Fixes #6602

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1e07ef13cfd284cfda958b13855cbaf8927bee30
Author: Rahul Shirsat <rahul.shirsat@enterprisedb.com>

Modified Files
--------------
.../databases/schemas/types/static/js/type.js      | 1006 +-----------
.../databases/schemas/types/static/js/type.ui.js   | 1640 ++++++++++++++++++++
web/pgadmin/static/js/SchemaView/FieldSetView.jsx  |    9 +-
web/pgadmin/static/js/SchemaView/FormView.jsx      |   15 +-
web/regression/javascript/fake_messages.js         |    1 +
.../javascript/schema_ui_files/type.ui.spec.js     |  457 ++++++
6 files changed, 2152 insertions(+), 976 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.