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.shir...@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(-)