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

From Akshay Joshi
Subject pgAdmin 4 commit: Port Rule node to react. Fixes #6659
Date
Msg-id E1mOExC-0003yJ-Ih@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Port Rule node to react. Fixes #6659

Branch
------
master

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

Modified Files
--------------
.../schemas/tables/rules/static/js/rule.js         |  64 ++-----------
.../schemas/tables/rules/static/js/rule.ui.js      | 106 +++++++++++++++++++++
.../javascript/schema_ui_files/rule.ui.spec.js     |  98 +++++++++++++++++++
3 files changed, 214 insertions(+), 54 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.