pgAdmin 4 commit: Fixed 'ternary operators should not be nested' code s - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed 'ternary operators should not be nested' code s
Date
Msg-id E1oWwF7-00013o-Eg@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed 'ternary operators should not be nested' code smell.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=43022b7aa2a4516499dda318eba8ede0a59e4443
Author: Pravesh Sharma <pravesh.sharma@enterprisedb.com>

Modified Files
--------------
web/pgadmin/browser/static/js/browser.js           |  8 +++-
.../static/js/quick_search/trigger_search.js       | 50 ++++++++++++++--------
web/pgadmin/dashboard/static/js/Dashboard.jsx      | 38 +++++++++-------
web/pgadmin/static/js/SchemaView/DataGridView.jsx  |  9 ++--
web/pgadmin/static/js/components/PgTable.jsx       | 17 +++++---
web/pgadmin/static/js/pgadmin.js                   | 16 ++++++-
6 files changed, 92 insertions(+), 46 deletions(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: [pgAdmin][patch] Sonarqube bug fixes
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][Patch]: Remove Backgrid & Backform