pgAdmin 4 commit: Add support for nested-fieldset control. - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Add support for nested-fieldset control.
Date
Msg-id E1mOExC-0003wN-1t@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Add support for nested-fieldset control.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=48176ea986092ef4b96236ba7d2ed855b8e1014a
Author: Aditya Toshniwal <aditya.toshniwal14@gmail.com>

Modified Files
--------------
web/pgadmin/static/js/SchemaView/FieldSetView.jsx  | 111 +++++++++++++++++++
web/pgadmin/static/js/SchemaView/FormView.jsx      | 123 +++++++++++++--------
web/pgadmin/static/js/SchemaView/MappedControl.jsx |  10 +-
web/pgadmin/static/js/components/FieldSet.jsx      |  35 ++++++
4 files changed, 229 insertions(+), 50 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.