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

From Akshay Joshi
Subject pgAdmin 4 commit: Port Collation node to react. Fixes #6584.
Date
Msg-id E1mOExC-0003wE-0M@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Port Collation node to react. Fixes #6584.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6fe83d1f0640d330cf896372608672df73bfa13d
Author: Yogesh Mahajan <yogesh.mahajan@enterprisedb.com>

Modified Files
--------------
.../schemas/collations/static/js/collation.js      | 146 ++----------------
.../schemas/collations/static/js/collation.ui.js   | 171 +++++++++++++++++++++
.../schema_ui_files/collation.ui.spec.js           | 141 +++++++++++++++++
3 files changed, 329 insertions(+), 129 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.