pgAdmin 4 commit: 1. Switch control and CodeMirror control UI improveme - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: 1. Switch control and CodeMirror control UI improveme
Date
Msg-id E1mV5Lj-0005M9-Pj@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
1. Switch control and CodeMirror control UI improvements for read-only and disabled states.
2. If a form input value changes to null, pass it as an empty string in URL params.
3. Use server_type instead of type from the server info.

Branch
------
master

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

Modified Files
--------------
.../tables/triggers/static/js/trigger.ui.js        |  2 +-
web/pgadmin/browser/static/js/node_view.jsx        |  2 +-
web/pgadmin/static/js/SchemaView/index.jsx         |  4 ++++
web/pgadmin/static/js/Theme/index.jsx              | 28 ++++++++++++++++++++++
web/pgadmin/static/js/components/CodeMirror.jsx    | 22 ++++++++++++++++-
.../static/js/components/FormComponents.jsx        | 17 +++++++------
.../javascript/components/CodeMirror.spec.js       | 11 ++++++++-
7 files changed, 75 insertions(+), 11 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Hardcoded the version of NWjs to 0.55.0 in the build
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM6799]: [React] User can not Add parameter for PG procedures and Functions