pgAdmin 4 commit: Fixed following: - Dropdown selected menu color - Cod - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed following: - Dropdown selected menu color - Cod
Date
Msg-id E1mOExC-0003zd-U5@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed following: - Dropdown selected menu color - CodeMirror render on properties tab - Placeholders on select control
-Codemirror borders 

Branch
------
master

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

Modified Files
--------------
.../schemas/tables/columns/static/js/column.ui.js  |  2 +-
web/pgadmin/static/js/SchemaView/FormView.jsx      |  5 +--
web/pgadmin/static/js/SchemaView/MappedControl.jsx |  4 +-
web/pgadmin/static/js/SchemaView/index.jsx         | 11 ++++--
web/pgadmin/static/js/components/CodeMirror.jsx    | 45 +++++++++-------------
.../static/js/components/FormComponents.jsx        | 39 +++++++++++--------
web/pgadmin/static/js/custom_hooks.js              |  2 +-
.../javascript/components/CodeMirror.spec.js       |  7 +---
.../jasmine_capture_warnings_beforeall.js          | 22 +++++------
9 files changed, 68 insertions(+), 69 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.