pgAdmin 4 commit: - Introduce deps listener context and move the old co - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: - Introduce deps listener context and move the old co
Date
Msg-id E1mOExB-0003wB-W2@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
- Introduce deps listener context and move the old code. - Add support for deffered deps change - deferredDepChange. -
Changesfor canEditRow and canDeleteRow. - Select the tab again on visible if it is rendered when hidden. - It is
helpfulto show the error footer in SQL tab also. - Fix isEmptyString. 

Branch
------
master

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

Modified Files
--------------
web/pgadmin/static/js/SchemaView/DataGridView.jsx  |  97 ++++++++-------
web/pgadmin/static/js/SchemaView/DepListener.js    |  77 ++++++++++++
web/pgadmin/static/js/SchemaView/FormView.jsx      | 104 ++++++++++------
web/pgadmin/static/js/SchemaView/base_schema.ui.js |  28 ++++-
web/pgadmin/static/js/SchemaView/index.jsx         | 134 ++++++++++++++++-----
web/pgadmin/static/js/components/TabPanel.jsx      |   5 +-
web/pgadmin/static/js/validators.js                |   6 +-
7 files changed, 336 insertions(+), 115 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Tag REL-5_7 has been created.
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Add plain string control with formatter.